summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-james2022-08-16 09:35:05 +0000
committerj-james2022-08-16 09:35:05 +0000
commit4cd79a36946d16888e62552cc3edc9dc2b7224d8 (patch)
tree05d94cb53ae7e854957f3de0ccf59491310a5708
parent524560a0e6fa3e32d0abd13466b1b7844d7bd8ca (diff)
Update main page blurb for September
-rw-r--r--assets/copyleft.svg2
-rw-r--r--css/style.css2
-rw-r--r--index.html4
3 files changed, 5 insertions, 3 deletions
diff --git a/assets/copyleft.svg b/assets/copyleft.svg
new file mode 100644
index 0000000..9396dba
--- /dev/null
+++ b/assets/copyleft.svg
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 980 980"><circle cx="490" cy="490" r="440" fill="none" stroke="#000" stroke-width="100"/><path d="M219,428H350a150,150 0 1 1 0,125H219a275,275 0 1 0 0-125z"/>
+</svg>
diff --git a/css/style.css b/css/style.css
index 6af89f5..3c91793 100644
--- a/css/style.css
+++ b/css/style.css
@@ -12,7 +12,7 @@ body {
}
a {
- color: #1455FB;
+ color: #1455FB; /* represent */
text-decoration: none;
}
diff --git a/index.html b/index.html
index b2c05aa..fb3e02e 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
<img id="face" src="assets/compass.jpg"/>
<div id="profile">
<p> Hello, I'm JJ, and I go by j-james on the Internet. </p>
- <p> I'm a first-year student at the <a href="https://ubc.ca">University of British Columbia</a>, finder of flags for <a href="https://ubcctf.github.io">Team Maple Bacon</a>, embedded programmer on <a href="https://ubcbionics.com/">UBC Bionics</a>, and player of club ultimate and ice hockey.</p>
+ <p> I'm a second-year student at the <a href="https://ubc.ca">University of British Columbia</a>, flag hunter for <a href="https://ubcctf.github.io">Maple Bacon</a>, embedded programmer on <a href="https://ubcbionics.com/">UBC Bionics</a>, and occasional ultimate frisbee and roller/ice hockey player.</p>
<p> Outside of school, sports, and social life, I enjoy building and contributing to <a href="https://www.gnu.org/philosophy/free-sw">free-and-open-source</a> projects. The majority of my work can either be found on <a href="https://github.com/j-james">GitHub</a> or at <a href="https://sr.ht/~j-james">SourceHut</a>. </p>
</div>
</div>
@@ -37,7 +37,7 @@
</div> -->
</main>
<footer>
- <p> © 2020-2021 j-james </p>
+ <span><img src="assets/copyleft.svg" width="12" height="12"/> 2020-2022 j-james </span>
</footer>
</body>
</html>