-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (83 loc) · 3.83 KB
/
index.html
File metadata and controls
85 lines (83 loc) · 3.83 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Bhavish Nadar</title>
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav class="nav">
<div class="links">
<a class="active" href="index.html">Home</a>
</div>
<div class="links">
<a href="hobbies.html">Interest</a>
</div>
<div class="links">
<a href="skills.html">Work</a>
</div>
</nav>
<div class="main">
<!-- Bonjour👋
<div class="main-content">
<div class="line-right">First, you think the worst is a broken heart<br/></div>
<div class="line-left">What's gonna kill you is the second part<br/></div>
<div class="line-right">And the third, is when your world splits down the middle<br/></div>
<div class="line-left">And fourth, you're gonna think that you've fixed yourself<br/></div>
<div class="line-right">Fifth, you see them out with someone else<br/></div>
<div class="line-left">And the sixth, is when you admit you may have fucked up a little</div>
</div> -->
<div class="main-content">
<div class="left left-animation">
<div>
<img class="my-image" src="img/me3.jpg"/>
</div>
</div>
<div class="right left-animation">
<!-- <div class="main-header">
about me
</div> -->
<div class="about">
Bhavish Nadar here, I am a creator not always in an artistic sense but in a more boring techy way.
</div>
<div class="about">
When I found that the whole world pretty much runs on binary numbers firing here and there it
sparked my curiosity to dive deep into it.
</div>
<div class="about">
And so here I am finding, learning and creating new boring stuff which people call programming.
</div>
<div class="about">
Other than that, I like to draw, listen to mostly jazz and watch dumb aggressive cats.
</div>
</div>
</div>
</div>
<div class="sub-content">
<div class="right-animation">
Let's talk,
</div>
<div class="right-animation">
drop a line at
<div class="email">
<a href="mailto:nadar.bhavish@gmail.com">nadar.bhavish@gmail.com</a>
</div>
</div>
</div>
</body>
<footer>
<div class="ftext">
Bhavish Nadar
</div>
<div class="contact-nav">
<a class="contact-link" target="_blank" href="https://github.com/ProgramerB"><i class="fa fa-github"></i></a>
<a class="contact-link" target="_blank" href="https://www.linkedin.com/in/nadarbhavish/"><i class="fa fa-linkedin"></i></a>
<a class="contact-link" target="_blank" href="https://twitter.com/BhavishNadar"><i class="fa fa-twitter"></i></a>
</div>
</footer>
</html>