summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html28
1 files changed, 27 insertions, 1 deletions
diff --git a/index.html b/index.html
index 556b741..580db68 100644
--- a/index.html
+++ b/index.html
@@ -17,6 +17,7 @@
<input class="radio" type="radio" id="home-info" name="home_menu" checked>
<input class="radio" type="radio" id="home-contact" name="home_menu">
<input class="radio" type="radio" id="home-services" name="home_menu">
+ <input class="radio" type="radio" id="home-about" name="home_menu">
<input class="radio" type="radio" id="projects-personal" name="projects_menu" checked>
<input class="radio" type="radio" id="projects-shards" name="projects_menu">
@@ -37,6 +38,10 @@
<label for="home-services" class="menu-button">Services
</label>
</li>
+ <li>
+ <label for="home-about" class="menu-button">About
+ </label>
+ </li>
</ul>
<ul id="projects-menu" class="menu left">
@@ -119,7 +124,7 @@
<p>I am currently studying computer science and work at Nokia as a software developer.</p>
</div>
<div style="justify-content: center; align-items: center; text-align: center;">
- <img src="./firefly.png" alt="a firefly resting on a finger">
+ <img src="./firefly.png" alt="a firefly resting on a finger" height="90%" style="max-width=440px">
</div>
<div>
<hr style="justify-content: center; border-top:2px solid #A0A0A0; width: 100%">
@@ -165,6 +170,23 @@
<hr style="border-top:2px solid #A0A0A0; width: 100%">
</div>
</div>
+ <div class="content" id="home-content-about">
+ <div>
+ <p>This page is written with pure HTML and CSS. Some JavaScript is used for window controls, but it is completely optional</p>
+ <br>
+ <p>Inspiration for the website style is NeXTStep and GNUStep, it's a faithful recreation of my setup from when I used windowmaker on FreeBSD</p>
+ <br>
+ <p>The full source of this page can be viewed at <a href="https://git.pinkro.se/website.git">git.pinkro.se/website.git</a>.</p>
+ <p>Everything except the images used are released to the public domain.</p>
+ <p>If your braindead government does not acknowledge the public domain it is also available under the terms of the MIT license</p>
+ <br>
+ <br>
+ <p>If your government forbids something. It's probably against your interests.</p>
+ <div style="justify-content: center; align-items: center; text-align: center;">
+ <img src="any-means-necesary.jpg" alt="malcom x by any means necesary" width="90%">
+ </div>
+ </div>
+ </div>
</div>
<div id="projects-window" class="window">
@@ -284,6 +306,10 @@
<a><img src="copland88x31.png" alt="copland os now!" width="88" height="31"></a>
<a><img src="transrights.png" alt="trans rights now!" width="88" height="31"></a>
<a><img src="xeniatransnow.png" alt="use linux now!" width="88" height="31"></a>
+ <a><img src="le_wokeisme.png" alt="this page is woke" width="88"></a>
+ <a href="https://blacklivesmatter.com/"><img src="blm-b.png" alt="black lives matter" width="88"></a>
+ <a href="https://gutenberg.org/ebooks/20321"><img src="killing.png" alt="personally i think killing people is bad" width="88"></a>
+ <a><img src="nonazis.png" alt="no nazis" height="70"></a>
</div>
</div>
</div>