-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
123 lines (105 loc) · 5.4 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
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE HTML>
<html>
<head>
<title>Kalp Pariya</title>
<meta charset="utf-8" />
<meta name="google-site-verification" content="F2UBWS9q5wbziG5Lzk-oqMBcjhyN0xfqEL_073fL9gE" />
<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">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon fa-gem"></span>
</div>
<div class="content">
<div class="inner">
<h1>Kalp Pariya</h1>
<p>Welcome to my Website. Find out what I do and what you can expect from me below. Don't miss out on anything. ;)</p>
</div>
</div>
<nav>
<ul>
<li><a href="#intro">Intro</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<!--<li><a href="#elements">Elements</a></li>-->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Intro -->
<article id="intro">
<h2 class="major">Intro</h2>
<span class="image main"><img src="images/pic01.jpg" alt="" /></span>
<p>After my high-school, I got admission in J.P. Dawer Institute of Technology, Which opened up a great sum of oppurtunity for me in the field of Information and Technology.
</p>
<p>While initially my interest was in Web designing and UI/UX, it quickly switched into backend programming. Now, I work with Java , C#, ASP.NET, PHP and some other languages.</p>
<p>This is my <a href="http://github.com/k4lp?tab=repositories">GitHub </a>Account Repository List. This is constantly being updated as I work on projects.</p>
</article>
<!-- Work -->
<article id="work">
<h2 class="major">Work</h2>
<span class="image main"><img src="images/pic02.jpg" alt="" /></span>
<p>While being highly proficient in C/C++ and Java, I have been constantly learning about Hardware systems and Application of such languages in designing complex and Creative Applications.</p>
<p>While I work with such languages, I also love to learn mathematical concepts that helps in Creating and optimising Algorithms that are demanded in a project.</p>
</article>
<!-- About -->
<article id="about">
<h2 class="major">About</h2>
<span class="image main"><img src="images/pic03.jpg" alt="" /></span>
<p>A hardworking individual and being keen to improve and learn constantly, I have prepared Myself for the Industry. I love to work in a team and constantly learn about different things.</p>
<p>
A fun-loving and open-minded person that I am, I can work under pressure very well and handle things on hand while being calm and understanding.
</p>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<form method="post" action="#">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
<ul class="icons">
<li><a href="https://instagram.com/_.kalp01._/" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/k4lp/" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Kalp Pariya</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.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>