-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
255 lines (161 loc) · 7.58 KB
/
index.html
File metadata and controls
255 lines (161 loc) · 7.58 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Legend Graphics</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Legend begins here.">
<meta property="og:type" content="website">
<meta property="og:title" content="Legend Graphics">
<meta property="og:url" content="http://yoursite.com/index.html">
<meta property="og:site_name" content="Legend Graphics">
<meta property="og:description" content="Legend begins here.">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Legend Graphics">
<meta name="twitter:description" content="Legend begins here.">
<link rel="icon" href="favicon.png">
<link href='//fonts.useso.com/css?family=Open+Sans:400italic,400,600' rel='stylesheet' type='text/css'>
<link href="//fonts.useso.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<link rel="stylesheet" href="/font-awesome/css/font-awesome.min.css" type="text/css">
</head>
<body>
<div id="container">
<header id="header">
<div id="header-main" class="header-inner">
<div class="outer">
<a href="/" id="logo"><i class="logo" style="background-image: url(/css/images/logo.png)"></i><span class="site-title">Legend Graphics</span></a>
<nav id="main-nav">
<a class="main-nav-link" href="/.">Home</a>
<a class="main-nav-link" href="/archives">Archives</a>
<a class="main-nav-link" href="/categories">Categories</a>
<a class="main-nav-link" href="/tags">Tags</a>
<a class="main-nav-link" href="/about">About</a>
</nav>
<nav id="sub-nav">
<div class="profile" id="profile-nav">
<a id="profile-anchor" href="javascript:;"><img class="avatar" src="/css/images/avatar.png"><i class="fa fa-caret-down"></i></a>
</div>
</nav>
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit"> </button><input type="hidden" name="sitesearch" value="http://yoursite.com"></form>
</div>
</div>
</div>
<div id="main-nav-mobile" class="header-sub header-inner">
<table class="menu outer">
<tr>
<td><a class="main-nav-link" href="/.">Home</a></td>
<td><a class="main-nav-link" href="/archives">Archives</a></td>
<td><a class="main-nav-link" href="/categories">Categories</a></td>
<td><a class="main-nav-link" href="/tags">Tags</a></td>
<td><a class="main-nav-link" href="/about">About</a></td>
<td>
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><input type="hidden" name="sitesearch" value="http://yoursite.com"></form>
</td>
</tr>
</table>
</div>
</header>
<div class="outer">
<aside id="profile">
<div class="inner profile-inner">
<div class="base-info profile-block">
<img id="avatar" src="/css/images/avatar.png">
<h2 id="name">Legend Graphics</h2>
<h3 id="title">Frontier of Computer Graphics</h3>
<span id="location"><i class="fa fa-map-marker"></i>Someplace, somewhere</span>
<a id="follow" href="https://github.com/legendgraphics/">FOLLOW</a>
</div>
<div class="article-info profile-block">
<div class="article-info-block">
1
<span>post</span>
</div>
<div class="article-info-block">
0
<span>tag</span>
</div>
</div>
<div class="contact-info profile-block">
<table class="contact-list">
<tr>
<td><a href="http://github.com/legendgraphics" target="_blank" title="github"><i class="fa fa-github"></i></a></td>
<td><a href="/#" target="_blank" title="twitter"><i class="fa fa-twitter"></i></a></td>
<td><a href="/#" target="_blank" title="facebook"><i class="fa fa-facebook"></i></a></td>
<td><a href="/#" target="_blank" title="dribbble"><i class="fa fa-dribbble"></i></a></td>
<td><a href="/atom.xml" target="_blank" title="rss"><i class="fa fa-rss"></i></a></td>
</tr>
</table>
</div>
</div>
</aside>
<section id="main">
<article id="post-Welcome-to-Legend-Graphics" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/09/13/Welcome-to-Legend-Graphics/">Welcome to Legend Graphics</a>
</h1>
<div class="article-meta">
<div class="article-date">
<i class="fa fa-calendar"></i>
<a href="/2015/09/13/Welcome-to-Legend-Graphics/">
<time datetime="2015-09-13T02:29:19.000Z" itemprop="datePublished">2015-09-13</time>
</a>
</div>
</div>
</header>
<div class="article-entry" itemprop="articleBody">
<p>Welcome to Legend Graphics! Legend begins here.</p>
</div>
<footer class="article-footer">
<a data-url="http://yoursite.com/2015/09/13/Welcome-to-Legend-Graphics/" data-id="ciehvw4gw0000h4ugpab2tqjj" class="article-share-link">Share</a>
</footer>
</div>
</article>
</section>
<aside id="sidebar">
<div class="widget-wrap">
<h3 class="widget-title">recents</h3>
<div class="widget">
<ul id="recent-post" class="">
<li>
<div class="item-thumbnail">
<a href="/2015/09/13/Welcome-to-Legend-Graphics/" class="thumbnail">
<span class="thumbnail-image thumbnail-none"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2015/09/13/Welcome-to-Legend-Graphics/" class="title">Welcome to Legend Graphics</a></p>
<p class="item-date"><time datetime="2015-09-13T02:29:19.000Z" itemprop="datePublished">2015-09-13</time></p>
</div>
</li>
</ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">archives</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2015/09/">September 2015</a><span class="archive-list-count">1</span></li></ul>
</div>
</div>
<div id="toTop" class="fa fa-chevron-up"></div>
</aside>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
© 2000 - 2015 Legend Graphics<br>
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. Theme by <a href="http://github.com/ppoffice">PPOffice</a>
</div>
</div>
</footer>
<script src="//ajax.useso.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script>
<script src="/js/script.js" type="text/javascript"></script>
</div>
</body>
</html>