-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (51 loc) · 2.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Resume & Blog template for personal">
<meta name="author" content="Vesey">
<link rel="icon" href="img/icons/favicon.ico">
<title>Konix - Personal Portfolio Template</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Reset -->
<link href="css/normalize.css" rel="stylesheet">
<!--All Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:700" rel="stylesheet">
<!--Main Style-->
<link href="css/style.css" rel="stylesheet">
<!-- FontAwesome -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="home-navigation">
<ul>
<li><a href="work.html">work</a></li>
<li><a href="about.html">about</a></li>
<li><a href="blog.html">blog</a></li>
<li><a href="#">contact</a></li>
</ul>
</div><!--End #home-navigation-->
<div id="home-mouse-effect">
<div id="mouse-effect-1"></div>
<div id="mouse-effect-2"></div>
</div><!--End #home-mouse-effect-->
<div class="video-background">
<video class="video-background-source" autoplay="" loop="" muted="">
<source src="img/video_background.mp4">
</video>
</div><!--End .video-background-->
<!-- Bootstrap core JavaScript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main-script.js"></script>
</body>
</html>