-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
315 lines (220 loc) · 10.6 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>responsive personal portfolio website design tutorail</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="style.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V4X7ZTKNKR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-V4X7ZTKNKR');
</script>
<body>
<!-- header section starts -->
<header>
<div class="user">
<img src="./cropped.jpeg" alt="">
<h3 class="name">Srinaath Narasimhan</h3>
<p class="post">front end developer</p>
</div>
<nav class="navbar">
<ul>
<li><a href="#home">home</a></li>
<li><a href="#about">about</a></li>
<li><a href="#education">education</a></li>
<li><a href="#skills">Skillset</a></li>
<li><a href="#portfolio">Achievements & Courses</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</nav>
</header>
<!-- header section ends -->
<div id="menu" class="fas fa-bars"></div>
<!-- home section starts -->
<section class="home" id="home">
<h3>HI THERE !</h3>
<h1>I'M <span>srinaath narasimhan</span></h1>
<p> I am a smart and hard working cse undergrad and a technical enthusiast who is always ready for new
challenges and learnings. I always stay focused and determined in compeleting my task and always give
my best shot at it to achieve the success.</p>
<a href="#about"><button class="btn">about me <i class="fas fa-user"></i></button></a>
</section>
<!-- home section ends -->
<!-- about section starts -->
<section class="about" id="about">
<h1 class="heading"> <span>about</span> me </h1>
<div class="row">
<div class="info">
<h3> <span> name : </span> srinaath narasimhan </h3>
<h3> <span> age : </span> 20 </h3>
<h3> <span> qualification : </span> undergrad </h3>
<h3> <span> post : </span> front end developer </h3>
<h3> <span> languages known : </span> English Hindi Tamil gujarati </h3>
<a href="certificates/Current_resume_srinaath.pdf" download=""><button class="btn"> download CV <i class="fas fa-download"></i> </button></a>
</div>
<!--
<div class="counter">
<div class="box">
<span>2+</span>
<h3>years of experience</h3>
</div>
<div class="box">
<span>100+</span>
<h3>porject completed</h3>
</div>
<div class="box">
<span>430+</span>
<h3>happy clients</h3>
</div>
<div class="box">
<span>12+</span>
<h3>awards won</h3>
</div>
</div> -->
</div>
</section>
<!-- about section ends -->
<!-- education section starts -->
<section class="education" id="education">
<h1 class="heading"> my <span>education</span> </h1>
<div class="box-container">
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2018</span>
<h3>SSC</h3>
<p> Cleared my SSC with a percentage of 90%
</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2020</span>
<h3>HSC</h3>
<p>Topped my stream with a percentage of 95%</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>Current</span>
<h3>B.Tech CSE</h3>
<p>
cumulative grapde point of 4 semester = 9.88/10.0
</p>
</div>
</div>
<h1 class="heading" id="skills" > my <span>Skillset</span> </h1>
<div class="box-container">
<div class="box">
<i class="fab fa-react"></i>
<h3>Web Development</h3>
<p>
Interested in web development and learnt
<ul style="color: white; margin-left: 1rem;">
<li>Html5</li>
<li>CSS</li>
<li>Javascript</li>
<li>Bootstrap</li>
<!-- <li>Tailwind</li> -->
<li>JQuery</li>
<li>React</li>
</ul>
</p>
</div>
<div class="box">
<i class="fab fa-python"></i>
<h3>Machine Learning</h3>
<p>
Having strong python foundations - i advanced to learn new technologies such as:
<ul style="color: white; margin-left: 1rem;">
<li>Data analysis</li>
<li>statistics using python</li>
<li>Machine learning</li>
<li>OpenCV</li>
</ul>
</p>
</div>
<div class="box">
<i class="fas fa-database"></i>
<h3>Database Management</h3>
<p >
Essential to any work Management of data is important:
<ul style="color: white; margin-left: 1rem;">
<li>MySQL</li>
<li>MongoDB</li>
<!-- <li>Nosql</li> -->
</ul>
</p>
</div>
</div>
</section>
<!-- education section ends -->
<!-- portfolio section starts -->
<section class="portfolio" id="portfolio">
<h1 class="heading"> my <span> achievements</span> </h1>
<div class="box-container">
<div class="box"><img src="./certificates/courses/aws-academy-graduate-aws-academy-cloud-foundations.png" alt=""></div>
<div class="box"><img src="./certificates/competetions/CA-data science.png" alt=""></div>
<div class="box"><img src="./certificates/competetions/certificate.png" alt=""></div>
<div class="box"><img src="./certificates/competetions/hash code.PNG" alt=""></div>
<div class="box"><img src="./certificates/competetions/Srinaath narasimhan209.jpeg" alt=""></div>
<div class="box"><img src="./certificates/competetions/Srinaath Narasimhan_YII'21.png" alt=""></div>
<div class="box"><img src="./certificates/competetions/hashcode22.PNG" alt=""></div>
<div class="box"><img src="./certificates/competetions/ds_hack_won.PNG" alt=""></div>
<div class="box"><img src="./certificates/pals1.PNG" alt=""></div>
<div class="box"><img src="./certificates/pals2.PNG" alt=""></div>
<div class="box"><img src="./certificates/pals3.PNG" alt=""></div>
</div>
<h1 class="heading"> my <span>Courses</span> </h1>
<div class="box-container">
<div class="box"><img src="./certificates/courses/AWS_course.PNG" alt=""></div>
<div class="box"><img src="./certificates/courses/python basics.PNG" alt=""></div>
<div class="box"><img src="./certificates/courses/python for everybody.PNG" alt=""></div>
<div class="box"><img src="./certificates/courses/c for everyone.PNG" alt=""></div>
<div class="box"><img src="./certificates/courses/data structures certificate srinaath.PNG" alt=""></div>
<div class="box"><img src="./certificates/courses/java_arraylist.PNG" alt=""></div>
<div class="box"><img src="./certificates/courses/java_problemsolving.PNG" alt=""></div>
<div class="box"><img src="./certificates/courses/oops-srm.PNG" alt=""></div>
<div class="box"><img src="./certificates/courses/cprogramming-srm.PNG" alt=""></div>
</div>
</section>
<!-- portfolio section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h1 class="heading"> <span>contact</span> me </h1>
<div class="row">
<div class="content">
<h3 class="title">contact info</h3>
<div class="info">
<h3 > <i class="fas fa-envelope"></i> <a target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=srinaath2002@gmail.com" style="color: white; text-decoration: none; text-transform: none;"> srinaath2002@gmail.com</a> </h3>
<h3> <i class="fas fa-phone"></i> +91-9498061009 </h3>
<h3> <i class="fab fa-github"></i> <a href="https://github.com/thaanirs" target="_blank" style="text-decoration: none; color: white;">thaanirs</a> </h3>
<h3> <i class="fab fa-linkedin-in"></i> <a href="https://www.linkedin.com/in/srinaath-narasimhan-837444202/" target="_blank" style="text-decoration: none; color: white;" >srinaath</a> </h3>
<h3> <i class="fas fa-map-marker-alt"></i> Chennai, India. </h3>
</div>
</div>
<form action="">
<input type="text" placeholder="name" class="box">
<input type="email" placeholder="email" class="box">
<input type="text" placeholder="project" class="box">
<textarea name="" id="" cols="30" rows="10" class="box message" placeholder="message"></textarea>
<button type="submit" class="btn"> send <i class="fas fa-paper-plane"></i> </button>
</form>
</div>
</section>
<!-- contact section ends -->
<!-- scroll top button -->
<a href="#home" class="top">
<img src="images/scroll-top-img.png" alt="">
</a>
<!-- jquery cdn link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- custom js file link -->
<script src="script.js"></script>
</body>
</html>