From affb952aa676612769dbd6249b095296525b892a Mon Sep 17 00:00:00 2001 From: husky Date: Sun, 30 Jul 2023 05:11:30 -0700 Subject: [PATCH] basics for dev blog --- assets/blog/blog_typeset.svg | 77 +++++++++++++++++++++++++++++++ assets/products/dev_blog.svg | 87 ++++++++++++++++++++++++++++++++++++ blog/index.html | 51 +++++++++++++++++++++ blog/posts/slug/index.html | 52 +++++++++++++++++++++ index.html | 6 +++ microsoft.css | 5 +++ 6 files changed, 278 insertions(+) create mode 100644 assets/blog/blog_typeset.svg create mode 100644 assets/products/dev_blog.svg create mode 100644 blog/index.html create mode 100644 blog/posts/slug/index.html diff --git a/assets/blog/blog_typeset.svg b/assets/blog/blog_typeset.svg new file mode 100644 index 0000000..f41a5d6 --- /dev/null +++ b/assets/blog/blog_typeset.svg @@ -0,0 +1,77 @@ + + + + diff --git a/assets/products/dev_blog.svg b/assets/products/dev_blog.svg new file mode 100644 index 0000000..b14b688 --- /dev/null +++ b/assets/products/dev_blog.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..fd2e2fc --- /dev/null +++ b/blog/index.html @@ -0,0 +1,51 @@ + + + vore microcomputers - Development Blog + + + + + +
+
+ Development Blog +

+ blog entry listing for the last 10 entries
+ +

+ + + +

legal disclaimer

+

+ this project is not associated in any way with the Unix brand or trademark, despite any potential + similarities or references to Unix or other Unix-like operating systems. +

+ +
+ +
+
+ image of xenia, an anthropomorphic fox who was a contender for the linux mascot + image made by @cathodegaytube! +
+
+
+ + diff --git a/blog/posts/slug/index.html b/blog/posts/slug/index.html new file mode 100644 index 0000000..c06049d --- /dev/null +++ b/blog/posts/slug/index.html @@ -0,0 +1,52 @@ + + + vore microcomputers development blog - blog post title here + + + + + +
+
+ vore microcomputers logo + +

Blog Title Here

+
2023-07-30
+ + drawing of the vap mascot holding a computer mouse with a construction sign to the right + +

vorem ipsum dolor sit amet

+ +
+ +

legal disclaimer

+

+ this project is not associated in any way with the Unix brand or trademark, despite any potential + similarities or references to Unix or other Unix-like operating systems. +

+ +
+ +
+
+ image of xenia, an anthropomorphic fox who was a contender for the linux mascot + image made by @cathodegaytube! +
+
+
+ + diff --git a/index.html b/index.html index 67bf4a6..ea0e10f 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,12 @@

VoreStation / vap

+
+ + development blog logo +

development blog

+
+
yiffOS support logo diff --git a/microsoft.css b/microsoft.css index 496a9f8..be4023a 100644 --- a/microsoft.css +++ b/microsoft.css @@ -16,6 +16,11 @@ hr { background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); } +.blog-listing { + margin-top: 100px; + margin-bottom: 100px; +} + .header-icon { height: 20vh; }