Skip to content

Commit 05cd58a

Browse files
committed
errerew ffefwe
1 parent 1c40807 commit 05cd58a

File tree

2 files changed

+126
-0
lines changed

2 files changed

+126
-0
lines changed

404.html

Whitespace-only changes.

index.html

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
2+
<!DOCTYPE html>
3+
<html>
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="generator" content="Hugo 0.16" />
7+
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
9+
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Noticia+Text:400,700|Marcellus+SC'>
10+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
11+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
12+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
13+
<link rel="stylesheet" href="http://hugo.fullworks.net/css/styles.css">
14+
<link rel="stylesheet" href="http://hugo.fullworks.net/css/custom.css">
15+
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://hugo.fullworks.net/index.xml">
16+
17+
18+
<title>Landing Page</title>
19+
<meta property='og:title' content="Landing Page">
20+
<meta property="og:type" content="website">
21+
22+
23+
<meta property="og:url" content="http://hugo.fullworks.net/">
24+
25+
26+
27+
28+
</head>
29+
30+
<body>
31+
32+
<header class="l-header">
33+
<div class="p-logo">
34+
<a href="http://hugo.fullworks.net/">Landing Page</a>
35+
</div>
36+
</header>
37+
38+
39+
40+
<div class="container">
41+
<div class="row">
42+
<div class="col-md-9">
43+
44+
<div class="row">
45+
46+
47+
<div class="col-sm-6">
48+
<article class="grid">
49+
<a href="http://hugo.fullworks.net/post/good-to-great/">
50+
<div class="image" style="background-image: url(http://hugo.fullworks.net/images/bookshelf.png);"></div>
51+
<footer>
52+
<div class="date">
53+
<time>Thu, Jul 28, 2016</time>
54+
</div>
55+
<h2 class="title">good to great</h2>
56+
<div class="summary">I read Good to Great in January 2016. An awesome read sharing detailed analysis on how good companies became great.</div>
57+
</footer>
58+
</a>
59+
</article>
60+
61+
</div>
62+
63+
64+
</div>
65+
66+
67+
68+
69+
</div>
70+
71+
<div class="col-md-3">
72+
<aside class="site">
73+
74+
75+
76+
77+
78+
<section>
79+
<header>LatestPosts</header>
80+
<div>
81+
82+
<article class="li">
83+
<a href="http://hugo.fullworks.net/post/good-to-great/" class="clearfix">
84+
<div class="image" style="background-image: url(http://hugo.fullworks.net/images/bookshelf.png);"></div>
85+
<footer>
86+
<div class="date">
87+
<time>Thu, Jul 28, 2016</time>
88+
</div>
89+
<h2 class="title">good to great</h2>
90+
</footer>
91+
</a>
92+
</article>
93+
94+
95+
</div>
96+
</section>
97+
98+
99+
<section>
100+
<header>category</header>
101+
<div>
102+
<ul>
103+
104+
</ul>
105+
</div>
106+
</section>
107+
108+
<section>
109+
<header>tag</header>
110+
<div>
111+
<ul>
112+
113+
</ul>
114+
</div>
115+
</section>
116+
117+
118+
</aside>
119+
120+
</div>
121+
122+
</div>
123+
124+
</div>
125+
126+

0 commit comments

Comments
 (0)