Skip to content

Commit b0b1966

Browse files
committed
update
1 parent d6fcbd6 commit b0b1966

File tree

7 files changed

+6029
-31
lines changed

7 files changed

+6029
-31
lines changed

css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ body {
4949
background-size: 100%;
5050
}
5151

52+
a {
53+
color: black !important;
54+
}
55+
5256
@media (max-aspect-ratio: 16/9) {
5357
#inner_background {width: 300%; left: -100%;}
5458
}

files/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,21 @@
109109
</ul>
110110
</div>
111111
</div>
112+
<p class="mb-5 mt-5 fs-5">My recent Reddit activities:</p>
113+
<div class="row justify-content-center">
114+
<div class="col-8" id="reddit_anchor">
115+
<!-- <ul class="list-group"> -->
116+
<!-- <li class="list-group-item list-group-item-dark text-truncate" title="Carbon Programming Language"> -->
117+
<!-- <img src="https://upload.wikimedia.org/wikipedia/commons/e/e1/Carbon_logo.png" alt="" width="60" height="60"> -->
118+
<!-- Carbon -->
119+
<!-- </li> -->
120+
<!-- </ul> -->
121+
</div>
122+
</div>
112123
</div>
113124
<div class="pt-5">
114125
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
115-
<p class="col-md-4 mb-0 mt-0 text-muted">Last Updated: 2022-08-20</p>
126+
<p class="col-md-4 mb-0 mt-0 text-muted">Last Updated: 2023-02-09</p>
116127
<a href="./files/public-key.pem" class="btn btn-light">Public Key</a>
117128
</footer>
118129
</div>

0 commit comments

Comments
 (0)