1
+ <!DOCTYPE html>
2
+ < html lang ="english ">
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < title > 100daysweb-site - Julian</ title >
6
+ < link rel ="stylesheet " href ="/theme/css/main.css " />
7
+ </ head >
8
+
9
+ < body id ="index " class ="home ">
10
+ < header id ="banner " class ="body ">
11
+ < h1 > < a href ="/ "> 100daysweb-site </ a > </ h1 >
12
+ < nav > < ul >
13
+ < li > < a href ="/pages/about.html "> About</ a > </ li >
14
+ < li > < a href ="/category/python.html "> Python</ a > </ li >
15
+ </ ul > </ nav >
16
+ </ header > <!-- /#banner -->
17
+
18
+ < aside id ="featured " class ="body ">
19
+ < article >
20
+ < h1 class ="entry-title "> < a href ="/first_post.html "> Let's get this party started!</ a > </ h1 >
21
+ < footer class ="post-info ">
22
+ < abbr class ="published " title ="2019-03-31T22:00:00+11:00 ">
23
+ Published: Sun 31 March 2019
24
+ </ abbr >
25
+
26
+ < address class ="vcard author ">
27
+ By < a class ="url fn " href ="/author/julian.html "> Julian</ a >
28
+ </ address >
29
+ < p > In < a href ="/category/python.html "> Python</ a > .</ p >
30
+ < p > tags: < a href ="/tag/100daysofweb.html "> 100daysofweb</ a > < a href ="/tag/python.html "> Python</ a > < a href ="/tag/awesomeness.html "> Awesomeness</ a > </ p >
31
+ </ footer > <!-- /.post-info --> < h2 > Big heading for a big day!</ h2 >
32
+ < p > This is the first paragrah of our article - huzzah!</ p >
33
+ < p > We're writing this is in Markdown format so we can use two * symbols to indicate a < strong > bold</ strong > formatted block of text.</ p >
34
+ < h3 > A slightly smaller header...</ h3 >
35
+ < p > We can also use a single * around a block of text to indicate an < em > italicised</ em > word.</ p >
36
+ < h3 > Let's throw an image in here</ h3 >
37
+ < p > < img alt ="PyBites Logo " src ="/images/pb-logo.png "> </ p >
38
+ < p > THE END! (Cool story bro!)</ p > </ article >
39
+ </ aside > <!-- /#featured -->
40
+ < section id ="extras " class ="body ">
41
+ < div class ="blogroll ">
42
+ < h2 > links</ h2 >
43
+ < ul >
44
+ < li > < a href ="http://getpelican.com/ "> Pelican</ a > </ li >
45
+ < li > < a href ="http://python.org/ "> Python.org</ a > </ li >
46
+ < li > < a href ="http://jinja.pocoo.org/ "> Jinja2</ a > </ li >
47
+ < li > < a href ="# "> You can modify those links in your config file</ a > </ li >
48
+ </ ul >
49
+ </ div > <!-- /.blogroll -->
50
+ < div class ="social ">
51
+ < h2 > social</ h2 >
52
+ < ul >
53
+
54
+ < li > < a href ="# "> You can add links in your config file</ a > </ li >
55
+ < li > < a href ="# "> Another social link</ a > </ li >
56
+ </ ul >
57
+ </ div > <!-- /.social -->
58
+ </ section > <!-- /#extras -->
59
+
60
+ < footer id ="contentinfo " class ="body ">
61
+ < address id ="about " class ="vcard body ">
62
+ Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > , which takes great advantage of < a href ="http://python.org "> Python</ a > .
63
+ </ address > <!-- /#about -->
64
+
65
+ < p > The theme is by < a href ="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/ "> Smashing Magazine</ a > , thanks!</ p >
66
+ </ footer > <!-- /#contentinfo -->
67
+
68
+ </ body >
69
+ </ html >
0 commit comments