-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·65 lines (53 loc) · 2.16 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
64
65
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<title>SamanirA</title>
<meta name="description" content="SamanirA Framework is Awesome" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="SamanirA" />
<meta name="theme-color" content="#0a9abd" />
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="website" />
<meta property="og:title" content="SamanirA" />
<meta property="og:description" content="SamanirA Framework is Awesome" />
<meta property="og:url" content="http://www.samanrashidi.com" />
<meta property="og:site_name" content="SamanirA" />
<meta property="og:image" content="http://www.samanrashidi.com/images/logo.png" />
<link rel="alternate" href="http://www.samanrashidi.com/" hreflang="en-gb" />
<link rel="icon" type="image/png" href="favicon.png" />
<!-- CSS Files
================================================== -->
<link rel="stylesheet" type="text/css" href="css/samanira.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="css/jquery-ui.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="css/media.css" media="screen"/>
<!-- Javascript Files
================================================== -->
<script src="js/jquery.min.js"></script>
<script src="js/core.plugins.js"></script>
<script src="js/icons.js"></script>
<script src="js/cookie.js"></script>
<script src="js/samanira.js"></script>
<script src="js/project.js"></script>
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<header class="header">
<div class="nav-toggle">
<span></span>
<span></span>
<span></span>
</div><!-- nav-toggle end -->
</header><!-- header end -->
<div class="body">
</div><!-- body end -->
<footer class="footer">
</footer><!-- footer end -->
</div><!-- wrapper end -->
</body>
</html>