-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsingle.html
121 lines (110 loc) · 3.75 KB
/
single.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Data Science Projects</title>
<meta name="description" content="Free Responsive Html5 Css3 Templates |">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/zerogrid.css">
<link rel="stylesheet" href="css/style.css">
<!--<link rel="stylesheet" href="css/lightbox.css">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/menu.css">
<script src="js/jquery1111.min.js" type="text/javascript"></script>
<script src="js/script.js"></script>
<!--[if lt IE 8]>
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/Items/ie/home?ocid=ie6_countdown_bannercode">
<img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />
</a>
</div>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<script src="js/css3-mediaqueries.js"></script>
<![endif]-->
</head>
<body class="single-page">
<div class="wrap-body">
<div class="header">
<div id='cssmenu' >
<ul>
<li><a href='index.html'><span>Home</span></a></li>
<li class=' has-sub'><a href='#'><span>Category</span></a>
<ul>
<li class='has-sub'><a href='#'><span>Item 1</span></a>
<ul>
<li><a href='#'><span>Sub Item</span></a></li>
<li class='last'><a href='#'><span>Sub Item</span></a></li>
</ul>
</li>
<li class='has-sub'><a href='#'><span>Item 2</span></a>
<ul>
<li><a href='#'><span>Sub Item</span></a></li>
<li class='last'><a href='#'><span>Sub Item</span></a></li>
</ul>
</li>
</ul>
</li>
<!-- <li><a href='archive.html'><span>Archive</span></a></li> -->
<li class="active"><a href='single.html'><span>About</span></a></li>
<!-- <li class='last'><a href='contact.html'><span>Contact</span></a></li> -->
</ul>
</div>
</div>
<!--////////////////////////////////////Container-->
<section id="container">
<div class="wrap-container clearfix">
<div id="main-content">
<p></p>
<div class="wrap-content">
<article>
<div class="art-header">
<h1 class="entry-title">Under Construction</h1>
</div>
<div class="art-content">
<div class="excerpt"><p></p></div>
<p></p>
<blockquote><p></p></blockquote>
<p></p>
<h2>Heading 1</h2>
<p></p>
<h2>Heading 2</h2>
<p></p>
<h2>Heading 3</h2>
<p></p>
<p></p>
<p><code></code></p>
<p></p>
<div class="note">
<ol>
<li></li>
<li></li>
<li></li>
</ol>
<div class="clear"></div>
</div>
<p></p>
</div>
</article>
</div>
</div>
</div>
</section>
<!--////////////////////////////////////Footer-->
<footer>
</footer>
</div>
</body>
</html>