Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicSyntax committed Feb 9, 2023
1 parent d6fcbd6 commit b0b1966
Show file tree
Hide file tree
Showing 7 changed files with 6,029 additions and 31 deletions.
4 changes: 4 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ body {
background-size: 100%;
}

a {
color: black !important;
}

@media (max-aspect-ratio: 16/9) {
#inner_background {width: 300%; left: -100%;}
}
Expand Down
2 changes: 1 addition & 1 deletion files/main.js

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

13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,21 @@
</ul>
</div>
</div>
<p class="mb-5 mt-5 fs-5">My recent Reddit activities:</p>
<div class="row justify-content-center">
<div class="col-8" id="reddit_anchor">
<!-- <ul class="list-group"> -->
<!-- <li class="list-group-item list-group-item-dark text-truncate" title="Carbon Programming Language"> -->
<!-- <img src="https://upload.wikimedia.org/wikipedia/commons/e/e1/Carbon_logo.png" alt="" width="60" height="60"> -->
<!-- Carbon -->
<!-- </li> -->
<!-- </ul> -->
</div>
</div>
</div>
<div class="pt-5">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<p class="col-md-4 mb-0 mt-0 text-muted">Last Updated: 2022-08-20</p>
<p class="col-md-4 mb-0 mt-0 text-muted">Last Updated: 2023-02-09</p>
<a href="./files/public-key.pem" class="btn btn-light">Public Key</a>
</footer>
</div>
Expand Down
Loading

0 comments on commit b0b1966

Please sign in to comment.