-
Notifications
You must be signed in to change notification settings - Fork 0
/
article.html
91 lines (88 loc) · 3.24 KB
/
article.html
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
<!DOCTYPE html>
<html>
<head>
<title>chrisfeddersen</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>chrisfeddersen</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon(s) in the root directory -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header class="page-header">
<div class="container">
<div class="flag islet main-nav">
<h1 class="flag__body logo"><a href="/">{c<span>hris</span>f<span>eddersen</span>.net}</a></h1>
<div class="flag__image--rev">
<a href="#" class="main-nav__link">Articles</a>
</div>
<div class="flag__image--rev">
<a href="#" class="main-nav__link">Work</a>
</div>
<div class="flag__image--rev">
<a href="#" class="main-nav__link">Resources</a>
</div>
<div class="flag__image--rev">
<a href="#" class="main-nav__link">Abouth</a>
</div>
</div>
</div>
</header>
<div class="wrapper">
<div class="grid">
<div class="grid__item one-whole">
<article class="post">
<header class="post__header">
<div class="container">
<h1 class="post__title">Working with dynamic content</h1>
</div>
</header>
<div class="post__date">
<p>Jun 21st, 2014</p>
</div>
<section class="post__content">
<div class="container">
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
<h3 class="post__sub-header">Is there a chance the text could wrap?</h3>
<header class="code-header">CSS</header>
<pre>
<code>code example</code>
</pre>
<p>We will need a <a href=# class="icon-text--rev">Link <i class="icon-text__icon">⬀</i></a> style</p>
<h3 class="post__sub-header">Handling vertical alignment</h3>
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
<a href="#0" class="btn btn--primary btn-arrow--right">Button</a>
</div>
</section>
<div class="post__share">
<p class="flush text--center milli">Share this post with your pals</p>
<ul class="nav nav--banner push-half--bottom">
<li>
<button href="#0" class="btn btn--social">t</button>
</li>
<li>
<button href="#0" class="btn btn--social">f</button>
</li>
<li>
<button href="#0" class="btn btn--social">G+</button>
</li>
</ul>
</div>
</article>
</div>
</div>
</div>
<footer class="page-footer">
<p class="zeta text--center flush">© 2014 Chris Feddersen</p>
<p class="zeta text--center"><a href="https://twitter.com/chrisfeddo">Twitter</a> • <a href="https://plus.google.com/u/0/109092386322897821774/posts">Google+</a> • <a href="https://github.com/cfed">Github</a></p>
</footer>
</body>
</html>