-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (61 loc) · 3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alvin Nayak</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@100&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud image">
<h1>I'm Alvin</h1>
<div class="strx">A web developer</div>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud image">
<img class="mountain" src="images/mountain.png" alt="mountain image">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="images/circle-cropped1.png" alt="Alvin's profile picture">
<h2>Hello !</h2>
<p class="intro">I am a B.Tech sophomore undergrad in the field of computer science engineering.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="behaviour" src="images/behavior.png" alt="skill image">
<h3>Machine Learning, Deep Learning, Artificial Intelligence, Data Analysis and Web development.</h3>
<p>The whole world is moving forward at a faster pace with the involvement of AI. This is what drives me crazy
and instills in me the curiosty of the working mechanism of automation. Hence, i have worked out Open CV projects,
object detection with machine learning models, stock market predictions and much more !</p>
</div>
<div class="skill-row">
<img class="piano" src="images/piano.png" alt="piano image">
<h3>Music</h3>
<p>Besides coding and data analysis, I like strumming and my fingers dance gracefully on the keys of a Grand Piano.
I have a great taste in Chopin, Bach, Schubert and Mozart. Besides western Classics, I am open to rock, metal, jazz
and most of which falls into the category of modern music..
</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>if you think we have something in common.</h3>
<p class="contact">Love playing Piano as much as I do ? Let's talk more about it ! We can code while we jam !</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/alvin-nayak-9614bb211" target="_blank">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/Alve___" target="_blank">Twitter</a>
<p class="copyright">© 2020 Alvin Nayak.</p>
</div>
</body>
</html>