-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (180 loc) · 9.23 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Sharer scripts start --><script src="https://cdn.jsdelivr.net/gh/patelka2211/[email protected]/DynamicColors.js"></script><script src="https://cdn.jsdelivr.net/gh/patelka2211/[email protected]/Dominar.js"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/html2canvas.min.js"></script><script src="https://cdn.jsdelivr.net/gh/patelka2211/[email protected]/Sharer.js"></script><script defer id="sharer-utility-js" class="activate-button set-color-1c3457" src="https://cdn.jsdelivr.net/gh/patelka2211/[email protected]/utility.js"></script><!-- Sharer scripts end -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<link rel="stylesheet" href="css/index.css">
<!-- Primary Meta Tags -->
<meta name="title" content="🙋🏻♂️ Hey there, I am Jayneel Shah" />
<meta name="description"
content="I am a student at Institute of Technology, Nirma University studying Computer Science 👨🏻💻." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jayneel-shah18.github.io/Portfolio-Website.github.io" />
<meta property="og:title" content="🙋🏻♂️ Hey there, I am Jayneel Shah" />
<meta property="og:description"
content="I am a student at Institute of Technology, Nirma University studying Computer Science 👨🏻💻." />
<meta property="og:image"
content="https://raw.githubusercontent.com/jayneel-shah18/Portfolio-Website.github.io/main/images/opengraph.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://jayneel-shah18.github.io/Portfolio-Website.github.io" />
<meta property="twitter:title" content="🙋🏻♂️ Hey there, I am Jayneel Shah" />
<meta property="twitter:description"
content="I am a student at Institute of Technology, Nirma University studying Computer Science 👨🏻💻." />
<meta property="twitter:image"
content="https://raw.githubusercontent.com/jayneel-shah18/Portfolio-Website.github.io/main/images/opengraph.jpg" />
<title>Jayneel Shah's portfolio website</title>
</head>
<body>
<nav class="nav">
<div class="container">
<div class="logo">
<a href="#">Jayneel Shah</a>
</div>
<div id="mainListDiv" class="main_list">
<ul class="navlinks">
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<span class="navTrigger">
<i></i>
<i></i>
<i></i>
</span>
</div>
</nav>
<section class="home">
</section>
<main>
<div style="height: 1000px">
<section id="about">
<br> <br> <br> <br>
<img src="images/jayneel.png" alt="profile picture" height="250px" width="250px" class="center">
<h2 class="myH2">Hello!</h2>
<p class="myP">
I am a student at Institute of Technology, Nirma University studying Computer Science.
</p>
<ul class="myBullets">
<li>
I am always looking for new challenges and learning new things.
</li>
<li>
Things that describe me best are: Determination, Dilligence and Passion.
</li>
<li>
Reading books and writing blogs are my hobbies.
</li>
</ul>
<br> <br>
<hr>
</section>
<section id="skills">
<div class="skills">
<br> <br> <br> <br>
<h2 class="myH2">My Skills.</h2>
<div class="skill-row">
<img class="img" src="images/skills.png" alt="skills img">
<h3 class="myH3">Interpersonal Skills</h3>
<p>
I am motivated and set my personal goals. I am also comfortable competing with other people
and enjoy helping and listening to other people.
I like to plan things and they are well organised.
</p>
</div>
<div class="skill-row">
<img class="img2" src="images/skills2.png" alt="skills2">
<h3 class="myH3">Software Related Skills</h3>
<p>
I have a good hold in C, C++ and know about Java and Python languages. I am learning web
development and have a keen interest in
Mathematics and related fields.
</p>
</div>
</div>
</section>
<hr>
<section id="portfolio">
<br> <br> <br> <br>
<h2 class="myH2">Experience</h2>
<p class="myP">
Research Intern - Nirma University, Ahmedabad <br>
July 2022 - PRESENT <br>
● It is a part of ISRO Respond project.
● Performing Raster Data Processing in a Big-Data Environment using GeoTrellis library and Apache
Spark Environment.
● Reading and analyzing various papers on Geographical Information Systems.
</p>
</section>
<hr>
<section id="contact">
<br> <br> <br> <br>
<h2 class="myH2">Contact</h2>
<form class="regform" action="/register" method="post">
<div class="head">
<h1>Fill The Form and reach out to me :)</h1>
</div>
<div class="body" ng-app="Displaying" ng-contoller="myCtrl">
<ul>
<li>
<label class="title">First Name(*): </label>
<input type="text" id="fname" class="ip" ng-model="fname" required>
<br> <br>
<label class="title">Last Name(*): </label>
<input type="text" id="lname" class="ip" ng-model="lname" required ng-blur="myFunc()">
<br> <br>
<label class="title">Date Of Birth:</label>
<input type="date" id="dob" class="ip" ng-model="dob">
<br> <br>
<label class="title">Contact Number: </label>
<input type="text" id="pno" ng-model="phone">
<br> <br>
<input type="button" value="SUBMIT">
</li>
</ul>
<p ng-if="fname != ''" class="myP"> Thank You for registering {{fname + ' ' + lname}}!</p>
</div>
</form>
</section>
<hr>
<br> <br> <br> <br>
<div class="bottom-container">
<a class="footer-link" href="www.linkedin.com/in/jayneel-m-shah">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/thejayneelshah">Twitter</a>
<a class="footer-link" href="https://www.instagram.com/_jayneel_2507/">Instagram</a>
<a class="footer-link" href="https://github.com/jayneel-shah18">Github</a>
<p>© 2022 Jayneel Shah.</p>
<a class="top" href="#">Back to Top ↑</a>
</div>
</div>
</main>
<script>
var thisApp = angular.module('Displaying', [])
thisApp.controller('myCtrl', function ($scope) {
$scope.myFunc = function () {
$scope.name = $scope.fname + " " + $scope.lname;
console.log($scope.name);
alert("Hello " + $scope.name + "! You have successfully registered.");
}
})
</script>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="js/index.js"></script>
<script>
$(window).scroll(function () {
if ($(document).scrollTop() > 50) {
$('.nav').addClass('affix');
console.log("OK");
} else {
$('.nav').removeClass('affix');
}
});
</script>