@@ -25,10 +30,10 @@ layout: base
-
recent posts
+
recent posts
- {% for post in collections.post.slice(0, 3) %}
- {{ post.data.title }} | {{ post.date.toLocaleString("en-GB", {year: 'numeric', month: '2-digit', day: '2-digit'}) }}
+ {% for post in collections.post.slice(0, 5) %}
+ {{ post.data.title }} | {{ post.date.toLocaleString("en-GB", {year: 'numeric', month: '2-digit', day: '2-digit'}) }}
{% endfor %}
diff --git a/css/main.scss b/css/main.scss
index a63eaff..bb8c860 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -75,6 +75,71 @@ body {
}
}
+.base-content-wrapper {
+ display: flex;
+ align-items: flex-start;
+
+ .box {
+ border: 1px solid mp.$border;
+ margin: 10px;
+
+ h2 {
+ padding: 2px;
+ margin-bottom: 4px;
+ border-bottom: 1px solid mp.$border;
+ font-family: fonts.$ll;
+ font-size: 1em;
+ background: mp.$bg;
+ background: linear-gradient(0deg,rgba(0, 0, 0, 1) 10%, c.adjust($color: mp.$link, $saturation: 4%, $lightness: -20%) 100%);
+ }
+ }
+
+ .welcome-aside-left {
+ width: max-content;
+
+ .buttons-wrapper {
+ width: 190px;
+ .buttons {
+ display: flex;
+ align-items: flex-start;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: space-evenly;
+ img {
+ padding: 0;
+ margin: 0;
+ }
+ }
+ }
+ }
+
+ .welcome-content {
+ margin: 8px 4px;
+ h1 {
+ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
+ font-size: 1em;
+ }
+ }
+
+ .welcome-aside-right {
+ width: max-content;
+
+ .recent-posts {
+ width: 190px;
+ ul {
+ padding: 0 0 4px 0;
+ list-style: none;
+ text-align: center;
+ .date {
+ vertical-align: middle;
+ font-size: 0.9em;
+ color: c.adjust($color: mp.$text, $lightness: -10%);
+ }
+ }
+ }
+ }
+}
+
footer p {
margin: 2px;
font-size: 0.7em;
diff --git a/img/buttons/4everfriend.gif b/img/buttons/4everfriend.gif
new file mode 100644
index 0000000..68d5abc
Binary files /dev/null and b/img/buttons/4everfriend.gif differ
diff --git a/img/nekojiru.png b/img/nekojiru.png
index 8d9644f..1d5f504 100644
Binary files a/img/nekojiru.png and b/img/nekojiru.png differ
diff --git a/index.md b/index.md
index 10ffc54..7071725 100644
--- a/index.md
+++ b/index.md
@@ -1,4 +1,5 @@
---
layout: home
---
+# hey...
welcome to my site!! not much is done yet but please have a look around.