forked from jasondecastro/gitshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
executable file
·124 lines (124 loc) · 4.13 KB
/
blog.html
File metadata and controls
executable file
·124 lines (124 loc) · 4.13 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
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE HTML>
<!-- Website Template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<title>Blog - Game Website Template</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="background">
<div id="header">
<div>
<div>
<a href="index.html" class="logo"><img src="images/logo.png" alt=""></a>
<ul>
<li>
<a href="index.html" id="menu1">home</a>
</li>
<li>
<a href="media.html" id="menu2">media</a>
</li>
<li>
<a href="games.html" id="menu3">games</a>
</li>
<li>
<a href="about.html" id="menu4">about</a>
</li>
<li class="selected">
<a href="blog.html" id="menu5">blog</a>
</li>
</ul>
</div>
</div>
</div>
<div id="body">
<div>
<div>
<div class="blog">
<div class="content">
<ul>
<li>
<div class="header">
<b>This is just a place holder</b><span><a href="#">july 2012</a><a href="#">name</a></span>
</div>
<div class="article">
<a href="#" class="figure"><img src="images/blog1.jpg" alt=""></a>
<p>
You can replace all this text with your own text. You can remove any link to our website from this website template, you're free to use this website template without linking back to us. If you're having problems editing this website template, then don't hesitate to ask for help on the <a href="http://www.freewebsitetemplates.com/forums/">Forum</a>.<br><a href="blog.html" class="more">read more</a>
</p>
</div>
</li>
<li>
<div class="header">
<b>This is just a place holder</b><span><a href="#">july 2012</a><a href="#">name</a></span>
</div>
<div class="article">
<a href="" class="figure"><img src="images/blog2.jpg" alt=""></a>
<p>
What’s more, they’re absolutely free! <br> You can do a lot with them. You can modify them. You can modify them. You can use them to design websites for clients, so long as you agree with the <a href="http://www.freewebsitetemplates.com/about/terms">Terms of Use</a>.<br><a href="blog.html" class="more">read more</a>
</p>
</div>
</li>
</ul>
</div>
<div class="sidebar">
<div>
<span><a href="#" class="selected">popular post</a></span> <span><a href="#">recent post</a></span>
</div>
<ul>
<li>
<a href="#">This is just a place holder</a>
<span><a href="#">july 2012</a><a href="#">name</a></span>
</li>
<li>
<a href="">This is a free website template</a>
<span><a href="#">july 2012</a><a href="#">name</a></span>
</li>
<li>
<a href="">This is just a place holder</a>
<span><a href="#">july 2012</a><a href="#">name</a></span>
</li>
<li>
<a href="">This is just a place holder, so you can see what the site would look like.</a>
<span><a href="#">july 2012</a><a href="#">name</a></span>
</li>
<li>
<a href="">This is just a place holder</a>
<span><a href="#">july 2012</a><a href="#">name</a></span>
</li>
<li>
<a href="">This is just a place holder, so you can see what the site would look like.</a>
<span><a href="#">july 2012</a><a href="#">name</a></span>
</li>
<li>
<a href="">This is just a place holder, so you can see what the site would look like.</a>
<span><a href="#">july 2012</a><a href="#">name</a></span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div>
<ul>
<li id="facebook">
<a href="http://freewebsitetemplates.com/go/facebook/">facebook</a>
</li>
<li id="twitter">
<a href="http://freewebsitetemplates.com/go/twitter/">twitter</a>
</li>
<li id="googleplus">
<a href="http://freewebsitetemplates.com/go/googleplus/">googleplus</a>
</li>
</ul>
<p>
@ copyright 2012. all rights reserved.
</p>
</div>
</div>
</div>
</body>
</html>