Skip to content

Commit

Permalink
ok, here's a nice post
Browse files Browse the repository at this point in the history
  • Loading branch information
spetterman66 committed Sep 21, 2024
1 parent 33056fe commit f13451a
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 8 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# windows 8 will never die!
a beautiful website made to look like a windows 8 metro interface.
a beautiful website made to look like the windows 8 metro interface.
even though windows 8 was hated by many, its metro design was influential and ahead of its time. it helped the world transition away from skeuomorphism and into flat design.
do not raise an issue about the text not being capitalized, it is intentional.
(mac and linux users are welcome to use this website, but it is optimized for windows vista and later, as it uses the segoe ui font.)
lowercase text is intentional.
(if not on windows, install the font "segoe ui" for the best experience.)
feel free to fork this repository and make use of this unique design in your own projects.
## screenshot
![screenshot](screenshot.png)
## footnotes
this website is not affiliated with microsoft, windows, or any of their products.
[view the website](https://spetterman66.github.io/)
[view the website](https://spetterman66.github.io/)
add this website to your favorite rss reader! https://spetterman66.github.io/rss.xml.
email me at 17lifers@proton.me
hit me up on discord at `wearethelifersyetagain`
32 changes: 29 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h1 id="settings-title">settings</h1>
<article>
<hgroup>
<div class="post-info">
<i>#1</i><i>2024-27-03</i>
<i>#1</i><i>2024-03-27</i>
</div>
<h1>hello, world!</h1>
</hgroup>
Expand All @@ -197,7 +197,7 @@ <h1>hello, world!</h1>
<article>
<hgroup>
<div class="post-info">
<i>#2</i><i>2024-28-03</i>
<i>#2</i><i>2024-03-28</i>
</div>
<h1 class="desktop">which web browser do you use?</h1>
<h1 class="mobile">which browser do you use?</h1>
Expand Down Expand Up @@ -232,7 +232,7 @@ <h1 class="mobile">which browser do you use?</h1>
<article>
<hgroup>
<div class="post-info">
<i>#3</i><i>2024-29-03</i>
<i>#3</i><i>2024-03-29</i>
</div>
<h1 class="desktop">what's your favorite programming language?</h1>
<h1 class="mobile">what's your favorite programming language?</h1>
Expand Down Expand Up @@ -263,7 +263,33 @@ <h1 class="mobile">what's your favorite programming language?</h1>
class="underline">GitHub Discussions</a> what your favorite programming language is!</p>
<br>
<p>happy coding! 🖥️</p>
<br>
</article>
</section>
<section id="post4" class="post">
<article>
<hgroup>
<div class="post-info">
<i>#4</i><i>2024-21-09</i>
</div>
<h1 class="desktop">recent developments in the tech world #1</h1>
<h1 class="mobile">recent developments in the tech world #1</h1>
</hgroup>
<p>hi there, as you can see i haven't written here in a while. nobody sees this anyway so why bother lmao <small>oh man, how time flies...</small></p>
<p>today is saturday 21 september 2024, and a few notable things happened:</p>
<ul class="list">
<li>Google has a Play Store integrity API available to developers to check if apps are sideloaded. Open source enthousiasts aren't going to like this.</li>
<li>OpenAI o1 was released, an advanced reasoning model that can answer questions and perform tasks by thinking for a few seconds. It's not open source, but still noteworthy.</li>
<li>GTA V can no longer be played on Linux due to Rockstar Games' new anti-cheat system (BattlEye). This is a big blow to the Linux gaming community.</li>
<li>macOS Sequoia has been released. Check out its new features <a href="apple.com/macos">here</a>.</li>
<li>Linux has surpassed 4.45% <a href="https://gs.statcounter.com/os-market-share/desktop/worldwide">market share</a> on the desktop. This is a big milestone for the open-source community. As of writing, now it's at 4.55%.</li>
<li>Manifest version 2 will be removed from Chromium-based browsers. This means that ad blockers like uBlock Origin no longer work correctly. There is an enterprise flag to make it last until June 2025, but that won't last forever.</li>
</ul>
<p>now you: are you affected by the Manifest version 2 removal? let me know in the <a href="https://github.com/spetterman66/spetterman66.github.io/discussions/3">GitHub Discussion</a>!</p>
<p>see you next time, when i feel like writing again.</p>
<br>
</article>
</section>
</main>
<script>
const animal = document.getElementById("animal");
Expand Down
Binary file removed joyradio.png
Binary file not shown.
7 changes: 6 additions & 1 deletion rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>your favorite news delivered to your rss reader.</description>
<language>en-us</language>
<pubDate>Wed, 27 Mar 2024 00:00:00 GMT</pubDate>
<lastBuildDate>Thu, 29 Mar 2024 00:00:00 GMT</lastBuildDate>
<lastBuildDate>Sat, 21 Sep 2024 00:00:00 GMT</lastBuildDate>
<item>
<title>hello, world!</title>
<link>https://spetterman66.github.io/#post1</link>
Expand All @@ -25,5 +25,10 @@
<description>tell what your favorite programming language is!</description>
<pubDate>Fri, 29 Mar 2024 00:00:00 GMT</pubDate>
</item>
<item>
<title>recent developments in the tech world #1</title>
<link>https://spetterman66.github.io/#post4</link>
<description>a summary of recent tech news.</description>
<pubDate>Sat, 21 Sep 2024 00:00:00 GMT</pubDate>
</channel>
</rss>
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ a {
width: 100%;
height: 100%;
position: fixed;
z-index: 999;
background-color: rgba(0, 0, 0, 0.5);
top: 0;
display: -webkit-box;
Expand Down Expand Up @@ -187,6 +188,9 @@ article {
i {
color: rgb(148, 148, 148);
}
.post {
overflow-x: scroll;
}
.post-info {
display: -webkit-box;
display: -webkit-flex;
Expand Down

0 comments on commit f13451a

Please sign in to comment.