-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·40 lines (36 loc) · 1.55 KB
/
index.html
File metadata and controls
executable file
·40 lines (36 loc) · 1.55 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
<!DOCTYPE html>
<html scroll=no>
<head>
<title>Anmol Jadvani</title>
<link rel="stylesheet" href="./assets/css/styles.css">
</head>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/d44386e267.js"></script>
<script src="assets/js/particles.js"></script>
<script src="assets/js/main.js"></script>
<body>
<div id="particles-js"></div>
<div class="container">
<div id="title"><span>Hi, I'm </span> <span class="name">Anmol</span> Jadvani</div>
</div>
<div class="container my-container">
<img src="assets/images/me.jpg" alt="me" id="me">
</div>
<div class="container">
<div class="container">
<a class="wrapper wrapper-rise" href="http://github.com/ajvani" target="_blank">
<i class="fa fa-github fa-2x my-link"></i>
</a>
<a class="wrapper" href="assets/resume/resume.pdf" target="_blank">
<i class="fa fa-file-pdf-o fa-2x my-link" aria-hidden="true"></i>
</a>
<a class="wrapper wrapper-rise" href="mailto:jadvani.anmol@gmail.com" target="_blank">
<i class="fa fa-envelope-o fa-2x my-link" aria-hidden="true"></i>
</a>
<a class="wrapper" href="https://www.linkedin.com/in/anmol-jadvani-4200b6122/" target="_blank">
<i class="fa fa-linkedin fa-2x my-link" aria-hidden="true"></i>
</a>
</div>
</div>
</body>
</html>