Skip to content

Commit

Permalink
update v0.1.1
Browse files Browse the repository at this point in the history
ye
  • Loading branch information
sz5ylv1a authored Oct 27, 2024
1 parent b2cba46 commit 3f33e1d
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 13 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta content="https://sz5ylv1a.github.io/resources/images/thing.jpg" property="og:image" />
<meta content="#c5f5c3" data-react-helmet="true" name="theme-color" />
<style>
@import "style.css";
@import "style.min.css";
.content li, .content dd {padding-bottom:5px;}
.content li {font-weight:600;margin-left:-40px;}
.content dd {margin-left:-20px;}
Expand Down
11 changes: 9 additions & 2 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta content="https://sz5ylv1a.github.io/resources/images/thing.jpg" property="og:image" />
<meta content="#c5f5c3" data-react-helmet="true" name="theme-color" />
<style>
@import "style.css";
@import "style.min.css";
a {text-decoration:underline}
.content li {
margin-left: 15px;
Expand All @@ -21,8 +21,15 @@
</head>
<body>
<header></header>
<div class="content dark">
<div class="content">
<h2>Site Changelog <i>(release dates are in mm/dd/yyyy)</i></h2>
<li id="0.1.1">v0.1.1 - 10/27/2024</li>
<br>a little polishing...<ul>
<li>increased width of the mobile view so that more content can fit</li>
<li>twitter link is now no longer available since i left the platform for good; button link will be removed in a later update</li>
<li>contrary to the last one, positions for Twitter and Bluesky have been swapped to better prioritize the other two social media platforms</li>
</ul>
<hr>
<li id="0.1.0">v0.1.0 - 09/22/2024</li>
<br>aaaand we're out of "the alpha stage"! here's what I got to offer:<ul>
<li>completely revamped the navigation bar
Expand Down
2 changes: 1 addition & 1 deletion freeli.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta content="https://sz5ylv1a.github.io/" property="og:url" />
<meta content="https://sz5ylv1a.github.io/resources/images/thing.jpg" property="og:image" />
<meta content="#c5f5c3" data-react-helmet="true" name="theme-color" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style.min.css">
</head>
<body>
<header></header>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta content="https://sz5ylv1a.github.io/" property="og:url" />
<meta content="https://sz5ylv1a.github.io/resources/images/thing.jpg" property="og:image" />
<meta content="#c5f5c3" data-react-helmet="true" name="theme-color" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style.min.css">
</head>
<body>
<header></header>
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ document.querySelector("header").innerHTML = `
</nav>
`;
document.querySelector("footer").innerHTML = `
<div class="currentver">v0.1.0 &bull; Last updated: 10/08/2024 &bull; <a href="https://github.com/sz5ylv1a/sz5ylv1a.github.io" target="_blank">Source Code</a></div>
<div class="currentver">v0.1.1 &bull; Last updated: 10/27/2024 &bull; <a href="https://github.com/sz5ylv1a/sz5ylv1a.github.io" target="_blank">Source Code</a></div>
<div class="fakecrdate">sz5ylv1a &copy; 2017-<year id="currentYear"></year></div>
`;

Expand Down
14 changes: 9 additions & 5 deletions socials.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta content="https://sz5ylv1a.github.io/resources/images/thing.jpg" property="og:image" />
<meta content="#c5f5c3" data-react-helmet="true" name="theme-color" />
<style>
@import "style.css";
@import "style.min.css";
body {text-align:center}
h2 {text-align:left}
.lnk {
Expand All @@ -37,8 +37,9 @@
scale: 1.05;
transition: none;
}
.lnk1 {background: #1dabdd}
.lnk1:hover {background: #1683aa}
.lnk1 {background: #999; scale: 1 !important; transition: none;}
.lnk1:hover {background: #666}
.lnk1:active {background: #333}
.lnk2 {background: #595aff}
.lnk2:hover {background: #2728cd}
.lnk3 {background: #dd1f1d}
Expand Down Expand Up @@ -70,9 +71,9 @@
<header></header>
<div class="content">
<h2>Here are some of my social links:</h2>
<a href="https://twitter.com/sz5ylv1a" class="lnk1 lnk"><i class="fa-brands fa-twitter fa-lg"></i> Twitter/X</a>
<a rel="me" href="https://meow.social/@sz5ylv1a" class="lnk2 lnk"><i class="fa-brands fa-mastodon fa-lg"></i> Mastodon</a>
<a href="https://bsky.app/profile/sz5ylv1a.bsky.social" class="lnk10 lnk"><i class="fa-brands fa-bluesky"></i> Bluesky</a>
<a rel="me" href="https://meow.social/@sz5ylv1a" class="lnk2 lnk"><i class="fa-brands fa-mastodon fa-lg"></i> Mastodon</a>
<a href="javascript:alert(linkTwt)" class="lnk1 lnk"><i class="fa-brands fa-twitter fa-lg"></i> Twitter/X <i style="font-size:0.8rem;">(inactive)</i></a>
<a href="https://www.youtube.com/c/sz5ylv1a" class="lnk3 lnk"><i class="fa-brands fa-youtube fa-lg"></i> YouTube</a>
<a href="https://odysee.com/@sz5ylv1a:4" class="lnk4 lnk"><i class="fa-brands fa-odysee fa-lg"></i> Odysee</a>
<a href="https://www.deviantart.com/sz5ylv1a" class="lnk5 lnk"><i class="fa-brands fa-deviantart fa-lg"></i> DeviantArt</a>
Expand All @@ -87,4 +88,7 @@ <h2>Here are some of my social links:</h2>
<footer></footer>
</body>
<script src="script.js"></script>
<script>
var linkTwt = 'The account is no longer in use, so you will not be redirected to it.\nTry Bluesky or Mastodon instead!'
</script>
</html>
15 changes: 14 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ video, audio {
box-shadow: 0 3px 5px #000;
margin:auto;
width:87.5%;
margin-top: 85 !important;
}
.content .footer {
min-height: 100%;
Expand Down Expand Up @@ -198,6 +197,20 @@ video, audio {
.desknav {
display: none;
}
.content {
width: initial;
margin: 0;
border-radius: 0;
}
video {
max-width: 100%;
}
nav ul {
width: 95%;
}
footer {
width: 98% !important;
}
}

/* temporary footer css */
Expand Down
1 change: 1 addition & 0 deletions style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion warning.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.tempwarning {background: red; color: #fff; font-weight: bold; font-size: 1.7rem; padding: 5px 5px; border-radius: 10px}
.tempwarning{background:red;color:#fff;font-weight:bold;font-size:1.7rem;padding:5px 5px;border-radius:10px}

0 comments on commit 3f33e1d

Please sign in to comment.