-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
84 lines (82 loc) · 4.76 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
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="img/title.jpg" />
<title>Sajal Agrawal</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- latest compiled and minified css -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" type="text/css">
<!-- jquery library -->
<script src="bootstrap/js/jquery-3.2.1.min.js" type="text/javascript"></script>
<!-- latest compiled and minified javascript -->
<script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- external css -->
<link rel="stylesheet" href="css/style.css" type="text/css">
<!-- external script file-->
<script src="js/script.js" type="text/javascript"></script>
</head>
<body>
<div>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mynavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand" style="font-size:24px;">SAJAL AGRAWAL</a>
</div>
<div class="collapse navbar-collapse" id="mynavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="academics.html"><span class="glyphicon glyphicon-education"></span> Academics</a></li>
<li><a href="experience.html"><span class="glyphicon glyphicon-briefcase"></span> Work Experience</a></li>
<li><a href="projects.html"><span class="glyphicon glyphicon-th-large"></span> Projects</a></li>
<li><a href="index.html#contactMe"><span class="glyphicon glyphicon-phone"></span>Contact Me</a></li>
</ul>
</div>
</div>
</nav>
</div>
<br><br><br><br><br>
<div>
<center>
<h2>SAJAL AGRAWAL</h2>
<h3><i>"The more you know, the farther you go."</i></h3><br>
<img id="myImage" src="img/sajal.jpg" alt="SAJAL AGRAWAL" max-width="650" min-width="320" min-height="320"><br><br>
</center>
</div>
<br>
<div style="font-size:18px">
<p>Hello! My name is Sajal Agrawal, currently working as an Associate at Goldman Sachs, Bengaluru.<br>
<!--<br>The below picture pretty sums up how my entire day goes-<br>--></p>
<!--<img src="img/pie.jpg" id="myPie" alt="My life" max-width="650" min-width="320" min-height="320"><br><br>-->
<p>You can find my Resume <a href="https://drive.google.com/open?id=1fpXxtOVgFBM2LhFCMkJudzKcgZPRf-0_" target="_blank"
style="color:blue;">here</a> [Last updated: 9 JAN 2020]</p>
</div>
<br>
<div id="contactMe">
<p style="font-size:24px; text-align:justify;">Find me at:</p>
<a href="mailto:sajal.agrawal1997@gmail.com" title="Email"><img src="img/email.png" alt="Email"
class="greyImage" onmouseover="colorThisImage(this);" onmouseleave="greyscaleThisImage(this);"></a>
<a href="https://github.com/sajalagrawal" target="_blank" title="Github"><img src="img/github.png" alt="Github"
class="greyImage" onmouseover="colorThisImage(this);" onmouseleave="greyscaleThisImage(this)"></a>
<a href="https://www.linkedin.com/in/agrawalsajal/" target="_blank" title="LinkedIn"><img src="img/linkedin.png" alt="LinkedIn"
class="greyImage" onmouseover="colorThisImage(this);" onmouseleave="greyscaleThisImage(this);"></a>
<a href="https://www.codechef.com/users/sajalagrawal" target="_blank" title="Codechef"><img src="img/codechef.png" alt="Codechef"
class="greyImage" onmouseover="colorThisImage(this);" onmouseleave="greyscaleThisImage(this);"></a>
<a href="https://www.hackerrank.com/sajalagrawal?hr_r=1" target="_blank" title="HackerRank"><img src="img/HackerRank.png" alt="HackerRank"
class="greyImage" onmouseover="colorThisImage(this);" onmouseleave="greyscaleThisImage(this);"></a>
<a href="https://leetcode.com/sajalagrawal/" target="_blank" title="Sourcerer"><img src="img/leetcode.png" alt="Leetcode"
class="greyImage" onmouseover="colorThisImage(this);" onmouseleave="greyscaleThisImage(this);"></a>
</div>
<br><br><br><br><br>
<div class="footer">
<hr>
<center>
<p style="color:grey"><b>Designed and developed by Sajal Agrawal </p>
</center>
</div>
</body>
</html>