-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (42 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ========== Meta ========== -->
<meta charset="utf-8" />
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Devin Keith - Web Developer Portfolio</title>
<meta name="description" content="Sorkan72 Github user portfolio site" />
<meta
name="keywords"
content="portfolio, responsive, business, html5, css3, css3 animation"
/>
<meta name="author" content="Devin Keith" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- ========== CSS ========== -->
<link
href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700"
rel="stylesheet"
type="text/css"
/>
<!-- Fontawesome Icon font -->
<link rel="stylesheet" href="css/font-awesome.min.css" />
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/jquery.fancybox.css" />
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/owl.carousel.css" />
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/slit-slider.css" />
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/animate.css" />
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/main.css" />
<!-- Modernizer Script for old Browsers -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body id="body">
<div>Portfolio</div>
</body>
</html>