diff options
| -rw-r--r-- | _layouts/default.html | 10 | ||||
| -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 | ||||
| -rw-r--r-- | assets/css/main.css | 11 | ||||
| -rw-r--r-- | assets/img/bg.jpg | bin | 2128598 -> 243275 bytes | |||
| -rw-r--r-- | assets/img/bg.png | bin | 0 -> 33144 bytes | |||
| -rw-r--r-- | assets/img/collage.jpeg | bin | 0 -> 85308 bytes | |||
| -rw-r--r-- | index.html | 30 |
14 files changed, 74 insertions, 60 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 3443b86..77a3ca0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,16 +12,16 @@ <div class="container"> <ul id="navlist" class="left"> <li {% if page.url == "/" %}class="active"{% endif %}> - <a href="{{ site.baseurl }}/">hme - </a> + <a href="{{ site.baseurl }}/">hme</a> </li> - <li {% if page.url == "/about/" %}class="active"{% endif %}> - <a href="{{ site.baseurl }}/about/">abt - </a> + <li {% if page.url == "/about.html" %}class="active"{% endif %}> + <a href="{{ site.baseurl }}/about.html">abt</a> </li> <li><a href="{{ site.baseurl }}/feed.xml">rss</a></li> </ul> </div> + <main class="container" id="main">{{ content }}</main> + </body> </html> 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> diff --git a/assets/css/main.css b/assets/css/main.css index ccc45e2..69e0cae 100644 --- a/assets/css/main.css +++ b/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/assets/img/bg.jpg b/assets/img/bg.jpg Binary files differindex 21c8182..4a62ccb 100644 --- a/assets/img/bg.jpg +++ b/assets/img/bg.jpg diff --git a/assets/img/bg.png b/assets/img/bg.png Binary files differnew file mode 100644 index 0000000..e5ab556 --- /dev/null +++ b/assets/img/bg.png diff --git a/assets/img/collage.jpeg b/assets/img/collage.jpeg Binary files differnew file mode 100644 index 0000000..6ae1b29 --- /dev/null +++ b/assets/img/collage.jpeg @@ -1,36 +1,8 @@ --- layout: default -title: ASCIIMX - DEV +title: ASCIIMX --- -<div class="introduction"> - <p> - <img src="/assets/images/collage.jpeg" alt="image"> - </p> - - <h1>hi.</h1> - <p> - My name is Sadeep. I’m a computer programmer and a tinkerer with - a passion for microcontrollers, C, and software that embodies the - Unix philosophy. I enjoy history and literature too. I find them to - be an effective compass for navigating life. I have a BSc. (Hons) - in Mathematics from Nanyang Technological University, Singapore. - </p> - - <p> - Git: <a href="https://git.asciimx.com" class="external" - target="_blank" rel="noopener noreferrer">git.asciimx.com</a> - <br> - Email: <a href="mailto:sadeep@asciimx.com">sadeep@asciimx.com</a> - (<a href="/asciimx.asc" target="_blank">PGP key</a>) - </p> - -</div> - -<hr> - -<h1>Latest Posts</h1> - <ul> {% assign docs = site.blog | concat: site.projects %} {% assign latest = docs | sort: 'date' | reverse %} |
