-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticleTemplate.html
More file actions
111 lines (97 loc) · 3.31 KB
/
Copy patharticleTemplate.html
File metadata and controls
111 lines (97 loc) · 3.31 KB
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
<!DOCTYPE HTML>
<!--
Future Imperfect by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>What Happens Now</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="single is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">What Happens Now</a></h1>
<nav class="links">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="recentPosts.html">Recent Posts</a></li>
</ul>
</nav>
<nav class="main">
<ul>
<li class="search">
<a class="fa-search" href="#search">Search</a>
<form id="search" method="get" action="#">
<input type="text" name="query" placeholder="Search" />
</form>
</li>
<li class="menu">
<a class="fa-bars" href="#menu">Menu</a>
</li>
</ul>
</nav>
</header>
<!-- Menu -->
<section id="menu">
<!-- Search -->
<section>
<form class="search" method="get" action="#">
<input type="text" name="query" placeholder="Search" />
</form>
</section>
<!-- Links -->
<section>
<h5>Want to say hi? You can email me at <a href="mailto: whathappensnow20@gmail.com">whathappensnow20@gmail.com</a> I'll do my best to answer in a timely way but I chose my sign off for a reason!</h5>
</section>
</section>
<!-- Main -->
<div id="main">
<!-- Post -->
<article class="post">
<header>
<div class="title">
<h2><a href="#">Post Title </a></h2>
<p>Cheeky Subtitle</p>
</div>
<div class="meta">
<time class="published" datetime="2015-11-01">November 1, 2015</time>
<a href="#" class="author"><span class="name">-E</span><img src="images/avatar.jpg" alt="" /></a>
</div>
</header>
<span class="image featured"><img src="images/pic01.jpg" alt="" /></span>
<p>Hi Friend,</p>
<p align="justify"> First Paragraph </p>
<p align="justify"> Second Pragraph </p>
<p>Sporadically yours, </p>
<p>-E</p>
<footer>
<ul class="stats">
<li><a href="#">General</a></li>
<li><a href="#" class="icon solid fa-heart">28</a></li>
<li><a href="#" class="icon solid fa-comment">128</a></li>
</ul>
</footer>
</article>
</div>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="mailto: whathappensnow20@gmail.com" class="icon solid fa-envelope"><span class="label">Want to say hello?</span></a></li>
</ul>
<p class="copyright">© Untitled. Design: <a href="http://html5up.net">HTML5 UP</a>. Images: <a href="http://unsplash.com">Unsplash</a>.</p>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>