-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.92 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
<!doctype html>
<html lang="en" class="no-js">
<head>
<script type="text/javascript" src="js/secure.js"></script>
<meta name="keywords" content="naveen, kumar, naveenkumar, snaveenkumar, nava, IT engineer" />
<meta name="desciption" content="Naveen kumar - Information technology engineer. Hope in to find more about me">
<base target="_blank">
<meta charset="UTF-8" />
<link rel="canonical" href="https://www.snaveenkumar.me" />
<title>Naveen kumar</title>
<link rel="shortcut icon" type="image/png" href="assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous" type="text/css">
<!-- remember, jQuery is completely optional -->
<!-- <script type='text/javascript' src='js/jquery-1.11.1.min.js'></script> -->
<script type="text/javascript" src="js/jquery.particleground.js"></script>
<script type="text/javascript" src="js/demo.js"></script>
</head>
<body>
<div id="particles">
<div id="intro">
<h2 style="font-family: 'Syncopate', Roboto Slab-serif; font-weight: 10;">Naveen kumar</h2>
<hr style="width: 50%; background-color: #E83951; border-color: #E83951;">
<a href="https://www.linkedin.com/in/naveen-kumar-151b1111b/" style="color: white;"><i class="fab fa-linkedin" style="font-size: 2em;"></i></a>
 
<a href="https://www.facebook.com/naveen.nava.9678" style="color: white;"><i class="fab fa-facebook" style="font-size: 2em;"></i></a>
 
<a href="https://github.com/Naveen0903" style="color: white;"><i class="fab fa-github" style="font-size: 2em;"></i></a>
 
<a href="Resume.pdf" style="color: white;"><i class="fas fa-file" style="font-size: 1.8em;"></i></a>
</div>
</div>
</body>
</html>