diff options
Diffstat (limited to '_site')
| -rw-r--r-- | _site/about.html | 13 | ||||
| -rw-r--r-- | _site/assets/css/main.css | 11 | ||||
| -rw-r--r-- | _site/assets/img/bg.jpg | bin | 2128598 -> 243275 bytes | |||
| -rw-r--r-- | _site/assets/img/bg.png | bin | 0 -> 33144 bytes | |||
| -rw-r--r-- | _site/assets/img/collage.jpeg | bin | 0 -> 85308 bytes | |||
| -rw-r--r-- | _site/blog/post-1/index.html | 15 | ||||
| -rw-r--r-- | _site/index.html | 29 | ||||
| -rw-r--r-- | _site/projects/post-1/index.html | 15 |
8 files changed, 61 insertions, 22 deletions
diff --git a/_site/about.html b/_site/about.html index c2f9a4b..1274d2a 100644 --- a/_site/about.html +++ b/_site/about.html @@ -12,16 +12,19 @@ <div class="container"> <ul id="navlist" class="left"> <li > - <a href="/">hme - </a> + <a href="/">hme</a> </li> - <li > - <a href="/about/">abt - </a> + <li class="active"> + <a href="/about.html">abt</a> </li> <li><a href="/feed.xml">rss</a></li> </ul> </div> + <main class="container" id="main"><h1 id="about-page">About page</h1> + +<p>This page tells you a little bit about me.</p> +</main> + </body> </html> diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index ccc45e2..69e0cae 100644 --- a/_site/assets/css/main.css +++ b/_site/assets/css/main.css @@ -5,10 +5,9 @@ body{ padding-top: 10px; font-family: 'IM Fell DW Pica', serif; background-color: #F2F7F9; - background-size: cover; - background-position: center; - background-repeat: repeat-y; - background-image: url("../img/bg.jpg"); + background-position: top-left; + background-repeat: repeat; + background-image: url("../img/bg.png"); } body::selection{ @@ -32,6 +31,10 @@ a { text-decoration: none; } +img { + mix-blend-mode: multiply; +} + #navlist > .active > a { color: #000; font-weight: 600; diff --git a/_site/assets/img/bg.jpg b/_site/assets/img/bg.jpg Binary files differindex 21c8182..4a62ccb 100644 --- a/_site/assets/img/bg.jpg +++ b/_site/assets/img/bg.jpg diff --git a/_site/assets/img/bg.png b/_site/assets/img/bg.png Binary files differnew file mode 100644 index 0000000..e5ab556 --- /dev/null +++ b/_site/assets/img/bg.png diff --git a/_site/assets/img/collage.jpeg b/_site/assets/img/collage.jpeg Binary files differnew file mode 100644 index 0000000..6ae1b29 --- /dev/null +++ b/_site/assets/img/collage.jpeg diff --git a/_site/blog/post-1/index.html b/_site/blog/post-1/index.html index 591d146..db0b37e 100644 --- a/_site/blog/post-1/index.html +++ b/_site/blog/post-1/index.html @@ -12,16 +12,23 @@ <div class="container"> <ul id="navlist" class="left"> <li > - <a href="/">hme - </a> + <a href="/">hme</a> </li> <li > - <a href="/about/">abt - </a> + <a href="/about.html">abt</a> </li> <li><a href="/feed.xml">rss</a></li> </ul> </div> + <main class="container" id="main"><p>An apple is a sweet, edible fruit produced by an apple tree.</p> + +<p>Apple trees are cultivated worldwide, and are the most widely grown +species in the genus Malus. The tree originated in Central Asia, where +its wild ancestor, Malus sieversii, is still found today. Apples have +been grown for thousands of years in Asia and Europe, and were brought +to North America by European colonists.</p> +</main> + </body> </html> diff --git a/_site/index.html b/_site/index.html index da31006..c60b34a 100644 --- a/_site/index.html +++ b/_site/index.html @@ -2,7 +2,7 @@ <html lang="en-us"> <head> <meta charset="utf-8"> - <title>ASCIIMX - DEV</title> + <title>ASCIIMX</title> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/normalize.css"> <link rel="stylesheet" href="/assets/css/skeleton.css"> @@ -12,16 +12,35 @@ <div class="container"> <ul id="navlist" class="left"> <li class="active"> - <a href="/">hme - </a> + <a href="/">hme</a> </li> <li > - <a href="/about/">abt - </a> + <a href="/about.html">abt</a> </li> <li><a href="/feed.xml">rss</a></li> </ul> </div> + <main class="container" id="main"><ul> + + + + <li> + <h2><a href="/blog/post-1/index.html">Index</a></h2> + <p>An apple is a sweet, edible fruit produced by an apple tree.</p> + + </li> + + <li> + <h2><a href="/projects/post-1/index.html">Index</a></h2> + <p>An apple is a sweet, edible fruit produced by an apple tree.</p> + + </li> + +</ul> + +</div> +</main> + </body> </html> diff --git a/_site/projects/post-1/index.html b/_site/projects/post-1/index.html index 591d146..db0b37e 100644 --- a/_site/projects/post-1/index.html +++ b/_site/projects/post-1/index.html @@ -12,16 +12,23 @@ <div class="container"> <ul id="navlist" class="left"> <li > - <a href="/">hme - </a> + <a href="/">hme</a> </li> <li > - <a href="/about/">abt - </a> + <a href="/about.html">abt</a> </li> <li><a href="/feed.xml">rss</a></li> </ul> </div> + <main class="container" id="main"><p>An apple is a sweet, edible fruit produced by an apple tree.</p> + +<p>Apple trees are cultivated worldwide, and are the most widely grown +species in the genus Malus. The tree originated in Central Asia, where +its wild ancestor, Malus sieversii, is still found today. Apples have +been grown for thousands of years in Asia and Europe, and were brought +to North America by European colonists.</p> +</main> + </body> </html> |
