-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.html
More file actions
96 lines (90 loc) · 4.65 KB
/
post.html
File metadata and controls
96 lines (90 loc) · 4.65 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Post Page</title>
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/css/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="headersection template ">
<div class="logo">
<a href="#"><img src="assets/img/logo.jpg" alt="logo"/></a>
<h3>Website Title</h3>
<p>Website Description</p>
</div>
<div class="social">
<a href="#"><img src="assets/img/social/facebook.png" alt="facebook"/></a>
<a href="#"><img src="assets/img/social/twitter.png" alt="twitter"/></a>
<a href="#"><img src="assets/img/social/linkedin.png" alt="linkedin"/></a>
<a href="#"><img src="assets/img/social/instagram.png" alt="instagram"/></a>
</div>
</div>
<div class="navsection template">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="dropdown.html">Dropdown</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="404.html">Other</a></li>
</ul>
</div>
<div id="contenttemplate" class="contentsection template clear">
<div id="postmaincontent" class="maincontent">
<div class="about">
<h4>Post Ttitle.</h4>
<img src="assets/img/about.jpg" alt="post_image"/>
<p>Post text will be go here. Some text will be go here. Some text will be go here.Some text will be go here. Some text will be go here.Post text will be go here. Some text will be go here. Some text will be go here.Some text will be go here. Some text will be go here.</p>
<p>Post text will be go here.Some text will be go here. About Us Some text will be go here.Some text will be go here. About Us Some text will be go here.About Us Some text will be go here.About Us Some text will be go here.Post text will be go here. Some text will be go here. Some text will be go here.Some text will be go here. Some text will be go here. </p>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/F5Kt5M77moc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Some text will be go here. About Us Some text will be go here.Some text will be go here. About Us Some text will be go here.Some text will be go here. Post Some text will be go here. Post Some text will be go here. Post Some text will be go here. Post Some text will be go here. Post Some text will be go here. </p>
</div>
</div>
<div id="postsidebar" class="sidebar">
<div class="samesidebar">
<h2>Latest Article</h2>
<ul class="latestArticle">
<li><a href="#">Our Latest Article One</a></li>
<li><a href="#">Our Latest Article Two</a></li>
<li><a href="#">Our Latest Article Three</a></li>
<li><a href="#">Our Latest Article Four</a></li>
<li><a href="#">Our Latest Article Five</a></li>
<li><a href="#">Our Latest Article Six</a></li>
<li><a href="#">Our Latest Article Seven</a></li>
</ul>
</div><div class="samesidebar">
<h2>Sidebar Heading</h2>
<p>Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here.</p>
<p>Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here.</p>
</div><div class="samesidebar">
<h2>Sidebar Heading</h2>
<p>Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here.</p>
<p>Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here.</p>
</div>
</div>
</div>
<!--<div style="clear:both;"></div>-->
<div class="footersection template">
<div class="footermenu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Other</a></li>
</ul>
</div>
<p>copyright:©SA.Foundation All Right Resrved.2019</p>
</div>
<!-- All javascript code goes here.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
-->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.nivo.slider.js" type="text/javascript"></script>
<script src="assets/js/custom.js" type="text/javascript"></script>
<script src="assets/js/scrolltotop.js" type="text/javascript"></script>
</body>
</html>