-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (63 loc) · 4.05 KB
/
index.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
---
layout: default
title: BakedByLauren
---
<div id="content">
<div id="left_column">
<div class="blog_entry">
<h1><a href="{{ site.posts.first.url}}">{{ site.posts.first.title }}</a></h1>
<div class="date">
{{ site.posts.first.date | date: "%B %d, %Y" }}
</div>
<img alt="" src="./public/images/cupcakes.jpg" width="532"/>
<p>{{ site.posts.first.content}}</p>
</div><!-- end of #blog_entry -->
</div><!-- end of #left_column -->
<div id="double_right_column">
<div id="side_column_1">
<h5>RECENT POSTS</h5>
<ul>
<li><a href='single_post.html' title='Last Nights AIGA: Hatch Design'>Last Nights AIGA: Hatch Design</a></li>
<li><a href='single_post.html' title='XML Banner Rotator Royale'>XML Banner Rotator Royale</a></li>
<li><a href='single_post.html' title='Christmas Lights'>Christmas Lights</a></li>
<li><a href='single_post.html' title='From an Upcoming Flash Site Template'>From an Upcoming Flash Site Template</a></li>
<li><a href='single_post.html' title='O Tannenbaum 2010'>O Tannenbaum 2010</a></li>
<li><a href='single_post.html' title='Susan’s Holiday Sale'>Susan’s Holiday Sale</a></li>
<li><a href='single_post.html' title='Fall Family Vacation'>Fall Family Vacation</a></li>
<li><a href='single_post.html' title='Our Scary Kiddos'>Our Scary Kiddos</a></li>
<li><a href='single_post.html' title='Happy Birthday Willow'>Happy Birthday Willow</a></li>
<li><a href='single_post.html' title='This is How Every Website Should Look. The Hartford.'>This is How Every Website Should Look. The Hartford.</a></li>
<li><a href='single_post.html' title='New Bath (tub)'>New Bath (tub)</a></li>
<li><a href='single_post.html' title="NINETEEN SEVENTY-NINE TO PRESENT. CHEERS. IT’S MY BIRTHDAY.">NINETEEN SEVENTY-NINE TO PRESENT. CHEERS. IT'S MY BIRTHDAY.</a></li>
<li><a href='single_post.html' title='The Desk'>The Desk</a></li>
<li><a href='single_post.html' title="IT’S LIVE. SKYLAR NIELSEN DOT COM">IT'S LIVE. SKYLAR NIELSEN DOT COM</a></li>
<li><a href='single_post.html' title='Check it: My New Sequential Video Player on the Den.'>Check it: My New Sequential Video Player on the Den.</a></li>
</ul>
<h5>SOCIAL LINKS</h5>
<div id="social">
<a href="#" class="rss-icon"></a>
<a href="#" class="twitter-icon"></a>
<a href="#" class="facebook-icon"></a>
<a href="#" class="flickr-icon"></a>
<a href="#" class="youtube-icon"></a>
</div>
</div> <!-- END OF # side_column_1 -->
<div id="side_column_2">
<h5>SEARCH</h5>
<form method="get" id="searchform" action="http://marcgarner.com/" >
<div>
<label class="screen-reader-text" for="s">Search for:</label>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
<h5>ADS</h5>
<ul>
<li><a href="http://activeden.net/item/new-video-player-dynamic-movie-player-flashvars/47981" ><img alt="" src="public/images/ad3.jpg"/></a>
</li>
<li><a href="http://activeden.net/item/the-replacement-youtube-player-with-video-playlist/159566" ><img alt="" src="public/images/ad2.jpg"/></a>
</li>
</ul>
</div>
</div> <!-- end of right_column -->
</div><!-- end of #content -->