-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathauthor.html
642 lines (499 loc) · 24.9 KB
/
author.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
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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8">
<title>Lennon Business & Portfolio Template | Reality Leaves A Lot To The Imagination</title>
<meta name="description" content="A painstakingly crafted professional business and portfolio template.">
<meta name="author" content="Jami Gibbs">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/typography.css" />
<link rel="stylesheet" href="css/960.css" />
<link rel="stylesheet" type="text/css" href="css/jquery.fancybox-1.3.4.css" media="screen" />
<link rel="stylesheet" href="css/navigation.css" />
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/themes/base/jquery-ui.css" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" media="handheld" href="css/handheld.css">
<!-- ALTERNATE STYLE SKINS - REMOVE COMMENTS FROM THE SKIN YOU WANT TO USE -->
<!-- <link rel="stylesheet" href="skins/blue.css" /> -->
<!-- <link rel="stylesheet" href="skins/red.css" /> -->
<!-- <link rel="stylesheet" href="skins/purple.css" /> -->
<!-- <link rel="stylesheet" href="skins/pink.css" /> -->
<!-- <link rel="stylesheet" href="skins/green.css" /> -->
<!-- <link rel="stylesheet" href="skins/gray.css" /> -->
<!-- <link rel="stylesheet" href="skins/teal.css" /> -->
<!-- <link rel="stylesheet" href="skins/lime.css" /> -->
<!-- <link rel="stylesheet" href="skins/black.css" /> -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="top-bg"></div>
<div class="container_12" id="header" >
<header>
<!-- Logo Here -->
<a href="index.html">
<div id="logo" class="grid_4"></div><!-- end #logo .grid_4 -->
</a>
<!-- Main Navigation Here -->
<nav id="top_nav" class="grid_8">
<ul id='nav'>
<li class="first-nav"><a href='index.html'>Home</a></li>
<li><a href='#'>Menu Example</a><span class="dropdown"> </span>
<ul>
<li><a href='#'>First Level 1</a></li>
<li><a href='#'>First Level 2</a><span class="rightdrop"> </span>
<ul>
<li><a href='#'>Second Level 1</a><span class="rightdrop"> </span>
<ul>
<li><a href='#'>Third Level 1</a></li>
<li><a href='#'>Third Level 2</a></li>
<li><a href='#'>Third Level 3</a></li>
<li><a href='#'>Third Level 4</a></li>
</ul>
</li>
<li><a href='#'>Second Level 2 </a></li>
<li><a href='#'>Second Level 3 </a></li>
</ul>
</li>
<li><a href='#'>First Level 3</a></li>
</ul>
</li>
<li><a href="#">Portfolio<span class="icon"> </span></a><span class="dropdown"> </span>
<ul>
<li><a href="portfolio-one-column.html">One Column</a></li>
<li><a href="portfolio-two-columns.html">Two Columns</a></li>
<li><a href="portfolio-three-columns.html">Three Columns</a></li>
</ul>
</li>
<li><a href="#">Blog<span class="icon"> </span></a><span class="dropdown"> </span>
<ul>
<li><a href="single-left.html">Post Left Sidebar</a></li>
<li><a href="single-right.html">Post Right Sidebar</a></li>
<li><a href="blog-left.html">Archive Left Sidebar</a></li>
<li><a href="blog-right.html">Archive Right Sidebar</a></li>
</ul>
</li>
<li><a class="active" href="#">More Pages<span class="icon"> </span></a><span class="dropdown"> </span>
<ul>
<li><a href="pricing-plan.html">Pricing Plan</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="typography.html">Typography</a></li>
<li><a href="full-width.html">Full Width</a></li>
<li><a href="author.html">Author Page</a></li>
<li><a href="404.html">404 Page</a></li>
</ul>
</li>
<li><a href="#">10 Skins</a><span class="dropdown"> </span>
<ul style="width:170px;">
<li><a href="#">Demos Coming Soon</a></li>
</ul>
</li>
</ul>
</nav> <!-- end #top-nav .grid_8 -->
</header>
<div class="clear"></div>
</div> <!-- end #container_12 #header -->
<div class="clear"></div>
<!-- BEGIN CALL TO ACTION -->
<div class="cta-wrap inner-cta">
<div id="call-to-action" class="container_12">
<!-- TOP SENTENCE -->
<div id="cta-top" class="grid_5">
<h2 class="inner-title">Template: <span class="white">Author Posts</span></h2>
</div> <!-- end #cta-top .grid_6 .alpha -->
<div class="cta-line grid_7" ></div>
</div> <!-- end .container_12 #call-to-action -->
</div><!-- end .cta-wrap -->
<div class="clear"></div>
<!-- Begin Main Body -->
<div class="container_12" id="body-wrap" role="main">
<div id="breadcrumb-wrap" class="grid_12">
<p id="breadcrumbs">You are here: <a href="#">Home</a> > <a href="#">Templates</a> > <a href="#">Blog Right Side Sidebar</a></p>
</div>
<div id="post-content-wrap" class="grid_7 suffix_1">
<div id="post-author">
<div class="grid-hr"></div>
<a href="#"><img src="images/sample/author.jpg" alt="author" height="70" width="70" /></a>
<div id="author-details">
<h3 id="author-title">Post by <a href="#">Jami Gibbs</a></h3>
<p>A small bio about the author vel augue arcu nascetur integer pulvinar odio <a href="#">phasellus pulvinar</a> quis ut eu parturient et urna ut placerat sed urna cras in elementum risus, in elementum augue, magna!</p>
</div><!-- end #author-details -->
<div class="clear"></div>
<div class="grid-hr "></div>
</div><!-- end #post-author -->
<div class="blog-page-post">
<h3 class="blog-page-title"><a href="#">Rhoncus mattis purus lacus nec eros magna</a></h3>
<div class="blog-page-meta grid_2 alpha">
<ul>
<li class="calendar">September 10th, 2011</li>
<li class="comment-bubble"><a href="#">10 Comments</a> </li>
<li class="cat-icon"><a class="category" href="#">Automobiles</a></li>
</ul>
<div class="clear"></div>
<span class="blog-tags">Tags:</span>
<p class="tags">
<a href="#">Liverpool</a>
<a href="#">Hair</a>
<a href="#">Music</a>
<a href="#">Skiffle</a>
<a href="#">Ringo</a>
</p>
</div> <!-- end .meta -->
<div class="featured-image grid_5 alpha" >
<img src="images/sample/blog-page01.jpg" alt="featured image" />
</div><!-- end .featured-image -->
<div class="clear"></div>
<div class="blog-excerpt" >
<p>Tortor nunc, sit porta tincidunt et! A, augue adipiscing nec. Et? Dapibus. Cum nec platea sit, nunc augue? Nunc magna, dis porta, sed in, tempor integer pellentesque, et cum mattis, ut placerat porta. Rhoncus mattis purus lacus nec eros magna porttitor mattis? Phasellus porta ac, dignissim risus ut? Placerat, dictumst vel rhoncus ac proin adipiscing tortor et, sagittis ac porttitor? Ridiculus montes tempor placerat lundium dapibus diam scelerisque. [...]</p>
<a class="read-more" href="#">read more →</a>
</div> <!-- end #content -->
<div class="hr-blog-page "></div>
</div> <!-- end .blog-page-post -->
<div class="blog-page-post">
<h3 class="blog-page-title"><a href="#">Rhoncus mattis purus lacus nec eros magna </a></h3>
<div class="blog-page-meta grid_2 alpha">
<ul>
<li class="calendar">September 10th, 2011</li>
<li class="comment-bubble"><a href="#">10 Comments</a> </li>
<li class="cat-icon"><a class="category" href="#">Automobiles</a></li>
</ul>
<div class="clear"></div>
<p class="blog-tags">Tags:</p>
<p class="tags">
<a href="#">Liverpool</a>
<a href="#">Hair</a>
<a href="#">Music</a>
<a href="#">Skiffle</a>
<a href="#">Ringo</a>
</p>
</div> <!-- end .meta -->
<div class="featured-image grid_5 alpha" >
<img src="images/sample/blog-page02.jpg" alt="featured image" />
</div><!-- end .featured-image -->
<div class="clear"></div>
<div class="blog-excerpt" >
<p>Tortor nunc, sit porta tincidunt et! A, augue adipiscing nec. Et? Dapibus. Cum nec platea sit, nunc augue? Nunc magna, dis porta, sed in, tempor integer pellentesque, et cum mattis, ut placerat porta. Rhoncus mattis purus lacus nec eros magna porttitor mattis? Phasellus porta ac, dignissim risus ut? Placerat, dictumst vel rhoncus ac proin adipiscing tortor et, sagittis ac porttitor? Ridiculus montes tempor placerat lundium dapibus diam scelerisque. [...]</p>
<a class="read-more" href="#">read more →</a>
</div> <!-- end #content -->
<div class="hr-blog-page"></div>
</div> <!-- end .blog-page-post -->
<div class="blog-page-post">
<h3 class="blog-page-title"><a href="#">Rhoncus mattis purus lacus nec eros magna</a></h3>
<div class="blog-page-meta grid_2 alpha">
<ul>
<li class="calendar">September 10th, 2011</li>
<li class="comment-bubble"><a href="#">10 Comments</a> </li>
<li class="cat-icon"><a class="category" href="#">Automobiles</a></li>
</ul>
<div class="clear"></div>
<p class="blog-tags">Tags:</p>
<p class="tags">
<a href="#">Liverpool</a>
<a href="#">Hair</a>
<a href="#">Music</a>
<a href="#">Skiffle</a>
<a href="#">Ringo</a>
</p>
</div> <!-- end .meta -->
<div class="featured-image grid_5 alpha" >
<img src="images/sample/blog-page03.jpg" alt="featured image" />
</div><!-- end .featured-image -->
<div class="clear"></div>
<div class="blog-excerpt" >
<p>Tortor nunc, sit porta tincidunt et! A, augue adipiscing nec. Et? Dapibus. Cum nec platea sit, nunc augue? Nunc magna, dis porta, sed in, tempor integer pellentesque, et cum mattis, ut placerat porta. Rhoncus mattis purus lacus nec eros magna porttitor mattis? Phasellus porta ac, dignissim risus ut? Placerat, dictumst vel rhoncus ac proin adipiscing tortor et, sagittis ac porttitor? Ridiculus montes tempor placerat lundium dapibus diam scelerisque. [...]</p>
<a class="read-more" href="#">read more →</a>
</div> <!-- end #content -->
<div class="hr-blog-page"></div>
</div> <!-- end .blog-page-post -->
<div class="pagination">
<div class="wp-pagenavi">
<span class="pages">Page 1 of 4</span>
<span class="current">1</span>
<a class="page" title="2" href="#">2</a>
<a class="page" title="3" href="#">3</a>
<a class="page" title="4" href="#">4</a>
<a href="#">»</a>
</div>
</div>
</div><!-- end #post-content-wrap .grid_7 .suffix_1 -->
<!-- BEGIN SIDEBAR -->
<div id="sidebar" class="grid_4" style="margin-top:0;">
<!-- Begin Tabbed Content -->
<div class="tabContainer left widget" >
<ul class="tabbed-content">
<li><a href="#tab1">Who We Are</a></li>
<li><a href="#tab2">Testimonials</a></li>
<li class="last-tab"><a href="#tab3">Our Clients</a></li>
</ul>
<div class="tabDesc ">
<div id="tab1" class="tab_content ">
<ul class="who-we-are left" >
<!-- First Bio -->
<li>
<span class="profilePic left" ><a href="#"><img src="images/sample/who01.jpg" alt="" class="left" height="45" width="45" /></a></span>
<p><a href="#">John Lennon</a> is vel augue tincidunt duis amet turpis massa urna hac hac nascetur tincidunt vel, turpis.
<span class="social-link"><a href="#">Follow on Twitter → </a></span>
</p>
</li>
<!-- Second Bio -->
<li>
<span class="profilePic left" ><a href="#"><img src="images/sample/who02.jpg" alt="" class="left" height="45" width="45" /></a></span>
<p><a href="#">Paul McCartney</a> is vel augue tincidunt duis amet turpis massa urna hac hac nascetur tincidunt vel, turpis.
<span class="social-link"><a href="#">Follow on Twitter → </a></span>
</p>
</li>
<!-- Third Bio -->
<li>
<span class="profilePic left" ><a href="#"><img src="images/sample/who03.jpg" alt="" class="left" height="45" width="45" /></a></span>
<p><a href="#">Yoko Ono</a> is vel augue tincidunt duis amet turpis massa urna hac hac nascetur tincidunt vel, turpis.
<span class="social-link"><a href="#">Follow on Twitter → </a></span>
</p>
</li>
</ul><!-- end .profileList .left -->
</div> <!-- end #tab1 .tab_content -->
<div id="tab2" class="tab_content">
<!-- First Testimonial -->
<div class="jg-testimonial-box" style="margin-top:30px;">
<div class="jg-testimonial-content">
<div class="jg-testimonial">
<p>This is an example of a testimonial that you can edit to put any information about yourself or your business.</p>
<div class='t-info'>
<span class="t-author">Brian Epstein</span><br />
<span class="t-position">NEMS Enterprises</span>
</div> <!-- end .t-info -->
</div> <!-- end .jg-testimonail -->
</div> <!-- end .jg-testimonial-content -->
<div class="t-bottom-shadow"></div>
</div> <!-- end .jg-testimonial-box -->
<!-- Second Testimonial -->
<div class="jg-testimonial-box">
<div class="jg-testimonial-content">
<div class="jg-testimonial">
<p>This is an example of a testimonial that you can edit to put any information about yourself or your business!</p>
<div class="t-info">
<span class="t-author">George Martin</span><br />
<span class="t-position">Music Producer</span>
</div>
</div>
</div>
<div class="t-bottom-shadow"></div>
</div> <!-- end .jg-testimonial-box -->
</div> <!-- end .tab_content #tab2 -->
<div id="tab3" class="tab_content">
<div id="customers">
<a href="http://themeforest.net?ref=jamigibbs" ><img src="images/customers/tf.gif" alt="" /></a>
<a href="http://graphicriver.net?ref=jamigibbs" ><img src="images/customers/gr.gif" alt="" /></a>
<a href="http://audiojungle.net?ref=jamigibbs" ><img src="images/customers/aj.gif" alt="" /></a>
<a href="http://codecanyon.net?ref=jamigibbs" ><img src="images/customers/cc.gif" alt="" /></a>
<br />
<a href="http://themeforest.net?ref=jamigibbs"><img src="images/customers/envato.png" alt="" /></a>
</div><!-- end #customers -->
</div>
</div> <!-- end .tabDesc -->
</div> <!-- end .tabContainer .left -->
<div id="flickr-sidebar" class="widget">
<h3 class="widget-title">Flickr Photo Stream</h3>
<ul>
<li class="image-fade"><a href="#"><img src="images/sample/flickr07.jpg" width="60" height="60" alt="" title="Flickr Image" /></a></li>
<li class="image-fade"><a href="#"><img src="images/sample/flickr02.jpg" width="60" height="60" alt="" title="Flickr Image" /></a></li>
<li class="image-fade"><a href="#"><img src="images/sample/flickr03.jpg" width="60" height="60" alt="" title="Flickr Image" /></a></li>
<li class="last image-fade"><a href="#"><img src="images/sample/flickr04.jpg" width="60" height="60" alt="" title="Flickr Image" /></a></li>
<li class="image-fade"><a href="#"><img src="images/sample/flickr05.jpg" width="60" height="60" alt="" title="Flickr Image" /></a></li>
<li class="image-fade"><a href="#"><img src="images/sample/flickr06.jpg" width="60" height="60" alt="" title="Flickr Image" /></a></li>
<li class="image-fade"><a href="#"><img src="images/sample/flickr01.jpg" width="60" height="60" alt="" title="Flickr Image" /></a></li>
<li class="last image-fade"><a href="#"><img src="images/sample/flickr08.jpg" width="60" height="60" alt="" title="Flickr Image" /></a></li>
</ul>
</div><!-- end #flickr-sidebar .widget -->
<div id="latest-blog-photos" class="widget">
<h3 class="widget-title">Latest Blog Photos</h3>
<ul>
<li class="image-fade"><a href="#"><img src="images/sample/blog01.jpg" alt="" title="Title of the blog post" /></a></li>
<li class="image-fade last"><a href="#"><img src="images/sample/blog02.jpg" alt="" title="Title of the blog post" /></a></li>
<li class="image-fade"><a href="#"><img src="images/sample/blog03.jpg" alt="" title="Title of the blog post" /></a></li>
<li class="image-fade last"><a href="#"><img src="images/sample/blog04.jpg" alt="" title="Title of the blog post" /></a></li>
</ul>
</div><!-- end #latest-blog-photos .widget -->
<div id="tags-sidebar" class="widget">
<h3 class="widget-title">Popular Tags</h3>
<p class="tags">
<a href="#">Liverpool</a>
<a href="#">Hair</a>
<a href="#">Music</a>
<a href="#">Guitar</a>
<a href="#">British</a>
<a href="#">LSD</a>
<a href="#">Skiffle</a>
<a href="#">Cavern</a>
<a href="#">Starr</a>
<a href="#">Songwriting</a>
<a href="#">Best Band Ever</a>
</p>
</div><!-- end #tags-sidebar .widget -->
</div><!-- end #sidebar .grid_4 -->
</div> <!-- end #body-wrap .container_12 -->
<div class="clearfix"></div>
<footer>
<div id="home-widgets-wrap" class="open-content">
<div id="home-widgets" class="container_12">
<!-- FIRST TEXT WIDGET -->
<div class="widget-block grid_4">
<h2>Sample Text Widget</h2>
<p>Nunc tempor odio magna, ac integer mauris porttitor turpis, a sed non, pulvinar sit, nascetur nunc! Dapibus cum sed. Tincidunt? Mattis arcu sociis sit, vel aliquam, facilis. Nunc tempor odio magna, ac integer mauris porttitor turpis, a sed non, pulvinar.</p>
</div><!-- end .widget-block #grid_4 -->
<!-- SECOND TEXT WIDGET -->
<div class="widget-block grid_4">
<h2>Sample Text Widget</h2>
<p>Nunc tempor odio magna, ac integer mauris porttitor turpis, a sed non, pulvinar sit, nascetur nunc! Dapibus cum sed. Tincidunt? Mattis arcu sociis sit, vel aliquam, facilis. Nunc tempor odio magna, ac integer mauris porttitor turpis, a sed non, pulvinar. </p>
</div><!-- end .widget-block #grid_4 -->
<!-- TWITTER WIDGET -->
<div class="widget-block-twitter grid_4 omega">
<a href="http://twitter.com/jamigibbs" title="Follow @JamiGibbs on Twitter"><h2>Latest Tweet</h2></a>
<hr />
<ul id="twitter_update_list" ></ul>
</div><!-- end .widget-block #grid_4 -->
</div> <!-- end #home-widgets .container_12 -->
</div> <!-- end #home-widgets-wrap -->
<div class="clear"></div>
<div id="social-wrap" >
<div id="social-icons" class="container_12">
<ul class="grid_9 omega">
<!-- TWITTER -->
<li id="twitter">
<div class="fadeThis">
<span class="hover"></span>
<a href="#">Twitter</a>
</div>
</li>
<!-- FACEBOOK -->
<li id="facebook">
<div class="fadeThis">
<span class="hover"></span>
<a href="#">Facebook</a>
</div>
</li>
<!-- DRIBBBLE -->
<li id="dribbble">
<div class="fadeThis">
<span class="hover"></span>
<a href="#">Dribbble</a>
</div>
</li>
<!-- FORRST -->
<li id="forrst">
<div class="fadeThis">
<span class="hover"></span>
<a href="#">Forrst</a>
</div>
</li>
<!-- RSS -->
<li id="rss">
<div class="fadeThis">
<span class="hover"></span>
<a href="#">RSS</a>
</div>
</li>
<!-- CONTACT -->
<li id="contact">
<div class="fadeThis">
<span class="hover"></span>
<a href="#">Contact</a>
</div>
</li>
<li id="border-last">
<img src="images/border-last.png" alt="" width="1" height="50" />
</li>
</ul>
<!-- SHARE THIS SITE -->
<div id="share" class="grid_3">
<a id="various1" href="#inline1" title="Share this website with the world!" ><span>Share this site</span></a>
<div class="hidden">
<div id="inline1">
<span class='st_newsvine_large' ></span><span class='st_digg_large' ></span><span class='st_delicious_large' ></span><span class='st_blogger_large' ></span><span class='st_twitter_large' ></span><span class='st_facebook_large' ></span><span class='st_yahoo_large' ></span><span class='st_gbuzz_large' ></span><span class='st_email_large' ></span><span class='st_sharethis_large' ></span>
</div> <!-- end #inline1 -->
</div> <!-- end .hidden -->
</div> <!-- end #share .grid_3 -->
</div><!-- end .container_12 -->
</div> <!-- end #social-wrap -->
<div id="footer-widgets-wrap">
<div id="footer-widgets" class="container_12">
<!-- FIRST FOOTER WIDGET -->
<div class="footer-widget grid_3">
<div class="title"><h4>Get in Touch</h4></div>
<p>Level 5, 140 Bourke St, Melbourne <br />
Victoria 3000 Australia<br />
<span class="email-addy">E: <a href="mailto:youremailaddress">[email protected]</a></span>
</p>
</div><!-- end .footer-widget .grid_3 -->
<!-- SECOND FOOTER WIDGET -->
<!-- SUBSCRIPTION FORM -->
<div class="footer-widget grid_3">
<div class="title"><h4>Newsletter Signup</h4></div>
<p>Subscribe to receive email updates</p>
<div class="newsletter-form">
<form action="http://jamigibbs.us1.list-manage.com/subscribe/post?u=e88ce095358754a5a70f3a2c7&id=0e94fd579d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<fieldset>
<div class="mc-field-group">
<input type="text" value="your email address" name="EMAIL" class="left required email" id="mce-EMAIL" onfocus="clearText(this)" onblur="clearText(this)" />
<div id="mce-responses">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<input type="image" src="images/submit.jpg" alt="submit" name="subscribe" id="mc-embedded-subscribe" class="submitBtn" >
</div><!-- end .mc-field-group -->
</fieldset>
</form>
</div><!-- end .newsletter-form -->
</div><!-- end .footer-widget .grid_3 -->
<!-- THIRD FOOTER WIDGET -->
<div class="footer-widget grid_3">
<div class="title"><h4>Get a Work Quote</h4></div>
<img class="left" src="images/paperclip.png" width="61" height="62" alt="" />
<p>Integer rhoncus porttitor in dis vut, montes dolora platea dolor aliquam cavern club call <a id="questionaire" href="#"> project questionaire</a></p>
</div><!-- end .footer-widget .grid_3 -->
<!-- FOURTH FOOTER WIDGET -->
<div class="footer-widget grid_3">
<div class="title"><h4>Useful Links</h4></div>
<ul class="footer-nav">
<li><a href="index.html">Home</a> | </li>
<li><a href="portfolio-one-column.html">Portfolio</a> | </li>
<li><a href="pricing-plan.html">Pricing Plan</a> | </li>
<li><a href="blog-right.html">Blog</a> | </li>
<li><a href="contact.html">Contact</a> | </li>
<li><a href="typography.html">Typography</a> | </li>
<li><a href="#">Terms & Privacy</a></li>
</ul>
</div><!-- end .footer-widget .grid_3 -->
</div><!-- end .container_12 -->
<div class="clear"></div>
<div class="container_12">
<div id="copyright" class="grid_12 omega">
<p>Copyright © 2011 <a href="#">Jami Gibbs</a> | All rights reserved</p>
</div>
</div><!-- end #copyright -->
</div> <!-- end #footer-widget-wrap -->
</footer>
<!-- Begin scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script>
<script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script>
<script src="http://twitter.com/statuses/user_timeline/jamigibbs.json?callback=twitterCallback2&count=1"></script> <!-- enter your Twitter Name -->
<script src="js/slides.min.jquery.js"></script>
<script src="js/scripts.js"></script>
<script src="js/jquery.droppy.js"></script>
<script src="js/jquery.fancybox-1.3.4.js"></script>
<script src="js/mosaic.1.0.1.min.js"></script>
<script src="js/tabbed.js"></script>
<!-- ShareThis Scripts Go Here | http://sharethis.com -->
<script type="text/javascript">var switchTo5x=false;</script><script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher:'5a8e2e91-0302-4373-b08e-9e870077dd3c'});</script>
<!--[if lt IE 7 ]>
<script src="js/dd_belatedpng.js"></script>
<script> DD_belatedPNG.fix('img, .png_bg');</script>
<![endif]-->
<!-- End scripts -->
</body>
</html>