-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (99 loc) · 3.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML>
<html>
<head>
<title>My Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>Portfolio</h1>
<nav>
<ul>
<li><a href="#intro">Intro</a></li>
<li><a href="#one">Who Am I</a></li>
<li><a href="#two">My Skills</a></li>
<li><a href="#work">My Work</a></li>
</ul>
</nav>
</header>
<!-- Intro -->
<section id="intro" class="main style1 dark fullscreen">
<div class="content">
<header>
<h2>I'm Banu Priya Arumugam</h2>
</header>
<p>I'm in full-stack web development with a focus on backend development using Django</p>
<footer>
<a href="#one" class="button style2 down">More</a>
</footer>
</div>
</section>
<!-- One -->
<section id="one" class="main style2 right dark fullscreen">
<div class="content box style2">
<header>
<h2>Who Am I</h2>
</header>
<p>Highly committed and skilled technical professional having total experience of
5 years in IT industry with Wipro Technologies. Out of which 2 years of experience as python developer.
An excellent team player as well as an individual contributor. Quick learner and stronger desire to
master in new technologies. Now working as Freelancer.
</p>
</div>
<a href="#two" class="button style2 down anchored">Next</a>
</section>
<!-- Two -->
<section id="two" class="main style2 left dark fullscreen">
<div class="content box style2">
<header>
<h2>My Skills</h2>
</header>
<ul>
<li>Python</li>
<li>Django</li>
<li>PostgreSQL</li>
<li>HTML5</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Bootstrap</li>
</ul>
</div>
<a href="#work" class="button style2 down anchored">Next</a>
</section>
<!-- Work -->
<section id="work" class="main style3 primary">
<div class="content">
<header>
<h2>My Work</h2>
<p><a href="https://zevatutu.in" target="_blank">zevatutu.in</a></p>
</header>
<a href="https://zevatutu.in" target="_blank"><img src="images/zeva.jpg" style="margin:auto;max-width:100%;height:auto;border:1px solid grey;" alt="" /></a>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<!-- Icons -->
<ul class="icons" style="margin:auto">
<li><a href="https://www.linkedin.com/in/arumugambp7" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/arumugambp7" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
<!-- Menu -->
<ul class="menu">
<li>© Banu Priya Arumugam</li><li>2019</li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>