-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (35 loc) · 1.57 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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Abhishek Mishra</title>
<link rel="icon" href="images/favicon.ico" />
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i,700" rel="stylesheet">
<!-- Bootstrap css -->
<link rel="stylesheet" href="landing/css/bootstrap.min.css">
<link rel="stylesheet" href="landing/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="landing/vendors/linear-icon/style.css">
<!-- Custom CSS -->
<link href="landing/css/style.css" rel="stylesheet">
<link href="landing/css/responsive.css" rel="stylesheet">
</head>
<!--
================================================== -->
<body>
<!-- Header-->
<div class="header">
<div class="header-top">
<div class="title-page">
<div class="title"><h1>Abhishek Mishra</h1></div>
<a class="btn-demo" href="Resume.pdf">Download CV</a>
<a class="btn-demo" href="about.html">About Me</a>
</div>
</div>
<script src="lanidng/js/jquery-2.2.0.min.js"></script>
<script src="landing/js/bootstrap.min.js"></script>
<script src="landing/js/custome.js"></script>
</body>
</html>