-
Notifications
You must be signed in to change notification settings - Fork 1
/
blog-item.html
184 lines (133 loc) · 6.99 KB
/
blog-item.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
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />
<title>Acklen Avenue | Blog</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Descripcion del documento" />
<meta name="keywords" content="key, word" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@site_account">
<meta name="twitter:creator" content="@individual_account">
<meta name="twitter:url" content="http://www.example.com/path/to/page.html">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="http://www.example.com/path/to/image.jpg">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/modernizr-2.8.3.min.js"></script>
</head>
<body>
<header>
<div class="nav-icon">
<a href="#"><img src="img/hamburger-icon.svg"></a>
</div>
<a href="index.html"><img src="img/aa-logo.svg" class="logo"></a>
<div class="aa-square">
<a href="#"><img src="img/aa-logo-square.svg"></a>
</div>
</header>
<nav>
<ul>
<li><a href="index.html" >Home</a></li>
<li><a href="index.html#services">Custom Software</a></li>
<li><a href="index.html#clients">Clients</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="blog.html" class="active">Blog</a></li>
<li><a href="#contact-us">Contact</a></li>
</ul>
</nav>
<main>
<header class="blog-post-header">
<div class="thumb-block">
<img src="ByronStill-4.jpg" alt="" class="blog-header-thumb" />
</div><!-- THUMB BLOCK -->
<div class="title-block">
<h1>What happens if we have a very long title that requires almost 3 lines?</h1>
</div><!-- TITLE BLOCK -->
<span class="post-date">December 19th, 2016</span>
<span class="post-author">by <a href="#" class="post-author-link">Byron Sommardahl</a></span>
<div class="clear"></div>
</header><!-- BLOG HEADER -->
<section class="blog-content">
<h2>Hi, Im Heading Level 2</h2>
<p>Remember that it's only really relevant <strong>if the parent container has a fixed height</strong> (px, %, etc), which is why the container here has a height.</p>
<p><em>If both of these techniques</em> are out, you could employ the "ghost element" technique, in which a full-height pseudo element is placed inside the container and the text is vertically aligned with that.</p>
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/haJF_6oiPKE" frameborder="0" allowfullscreen></iframe>
</div><!-- VIDEO WRAPPER -->
<p>Lorem ipsum dolor sit amet, <a href="#">consectetur adipiscing</a> elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<h3>This is Heading 3 Next to an Img</h3>
<img src="ByronStill-1.png" alt="" />
<span class="image-caption">Byron Sommardahl, Chief Technology Officer</span>
<h4>And this is H4, Hi!</h4>
<p>Lorem ipsum dolor sit amet, <a href="#">consectetur adipiscing</a> elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<blockquote>At Acklen Avenue, we rigourously pursue fun!</blockquote>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
</section><!-- BLOG CONTENT -->
<section id="tagline">
<img src="img/pixelheart.svg">
<h2>Custom Software <br> Development. With heart.</h2>
</section>
<section id="contact-us">
<h3>/CONTACT US/</h3>
<div class="wrapper">
<div class="contact-form">
<form id="contact-form" >
<input type="text" id="contact-name" placeholder="Name" />
<input type="email" id="contact-email" placeholder="E-mail" required />
<input type="text" id="contact-project" placeholder="Project Name" />
<textarea id="contact-message" placeholder="Message"></textarea>
<input type="submit" value="SEND MESSAGE" />
</form>
<div id="sending-message" class="hidden">
<h2>Your message is being sent...</h2>
</div>
<div id="success-message" class="hidden" >
<h2>Prepare to be Rocked...</h2>
</div>
</div>
<div class="contact-info">
<ul>
<li><img src="img/icon-home.svg"> 1033 Demonbreun Street #300, Nashville, TN 37203</li>
<li><img src="img/icon-mail.svg"> [email protected]</li>
<li><img src="img/icon-tel.svg"> (615) 988-4700</li>
</ul>
<div class="social-links">
<h4>/STAY CONNECTED/</h4>
<div class="social-icons">
<a href="#"><img src="img/facebook-icon.svg"></a>
<a href="#"><img src="img/twitter-icon.svg"></a>
<a href="#"><img src="img/linked-in-icon.svg"></a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<p class="text-center">2015 © Acklen Avenue, LLC. ALL Rights Reserved.</p>
</footer>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/main.js"></script>
<script type="text/javascript">
jQuery('.nav-icon a').click(function(){
jQuery('nav').slideToggle();
});
</script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>