diff options
author | Logan Hunt <loganthebean222@gmail.com> | 2017-07-12 08:29:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-12 08:29:19 -0700 |
commit | a14e87d4738c75cffc1c93d0bac84ded79cbcb0b (patch) | |
tree | c8d78840027f90b5b0ce57fb2a52233d6503f4cc /webcomic.html | |
parent | 503d2ec48be09c0ef2493a0f039106dbb620fab3 (diff) | |
download | old-src-backup-a14e87d4738c75cffc1c93d0bac84ded79cbcb0b.tar.gz old-src-backup-a14e87d4738c75cffc1c93d0bac84ded79cbcb0b.zip |
Update webcomic.html
Diffstat (limited to 'webcomic.html')
-rw-r--r-- | webcomic.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/webcomic.html b/webcomic.html index 3f8e244..50cba9e 100644 --- a/webcomic.html +++ b/webcomic.html @@ -23,14 +23,17 @@ and is wrapped around the whole page content, except for the footer in this exam <div class="w3-row"> <!-- Blog entries --> - +<div class="w3-card-1 w3-margin w3-indigo"> + <div class="w3-container"> + <h3><b>WELCOME TO ML COMICS</b></h3> + </div <!-- Blog entry --> <!-- 'ctrl + /' to comment --> <div class="w3-card-1 w3-margin w3-white"> <img src="SCAN0003.JPG" alt="Thing" style="width:100%"> <div class="w3-container"> <h3><b>Python 3 Troubles</b></h3> - <h5>Post 3 <span class="w3-opacity">7 July 2017</span></h5> + <h5>Post 2 <span class="w3-opacity">7 July 2017</span></h5> <p>Paul and Timmy.</p> </div> @@ -44,7 +47,7 @@ and is wrapped around the whole page content, except for the footer in this exam <img src="SCAN0002.JPG" alt="Gang" style="width:100%"> <div class="w3-container"> <h3><b>Meet the Gang</b></h3> - <h5>Post 2 <span class="w3-opacity">3 July 2017</span></h5> + <h5>Post 1 <span class="w3-opacity">3 July 2017</span></h5> <p>Sketches of Jeff, Timmy, Shaun, Mason, Paul.</p> </div> @@ -56,11 +59,7 @@ and is wrapped around the whole page content, except for the footer in this exam <div class="w3-col l20 s500"> <!-- Blog entry --> - <div class="w3-card-1 w3-margin w3-white"> - <div class="w3-container"> - <h3><b>WELCOME TO ML COMICS</b></h3> - <h5>Post 1, <span class="w3-opacity">3 July, 2017</span></h5> - </div> + <div class="w3-container"> <p>ML comics, founded by Miranda and Logan Hunt, is a webcomic with much inspiration from xkcd.</p> |