Skip to content

Commit f52d663

Browse files
committed
small update for the new year
1 parent 613dadc commit f52d663

File tree

3 files changed

+72
-67
lines changed

3 files changed

+72
-67
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
<div class="row justify-content-center">
111111
<div class="col-8">
112112
<ul class="list-group">
113+
<li class="list-group-item list-group-item-dark text-truncate" title="Zig Programming Language">
114+
<img src="https://raw.githubusercontent.com/ziglang/logo/master/zig-mark-neg-white.svg" alt="" width="60" height="60">
115+
Zig
116+
</li>
113117
<li class="list-group-item list-group-item-dark text-truncate" title="Carbon Programming Language">
114118
<img src="https://upload.wikimedia.org/wikipedia/commons/e/e1/Carbon_logo.png" alt="" width="60" height="60">
115119
Carbon
@@ -131,7 +135,7 @@
131135
</div>
132136
<div class="pt-5">
133137
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
134-
<p class="col-md-4 mb-0 mt-0 text-muted">Last Updated: 2023-07-08</p>
138+
<p class="col-md-4 mb-0 mt-0 text-muted">Last Updated: 2024-01-02</p>
135139
<a href="./files/public-key.pem" class="btn btn-dark">Public Key</a>
136140
</footer>
137141
</div>

package-lock.json

Lines changed: 64 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/CosmicSyntax/pweb.git"
13+
"url": "git+https://github.com/CosmicSyntax/cosmicsyntax.github.io.git"
1414
},
1515
"author": "Daniel Choi",
1616
"license": "ISC",
1717
"bugs": {
18-
"url": "https://github.com/CosmicSyntax/pweb/issues"
18+
"url": "https://github.com/CosmicSyntax/cosmicsyntax.github.io/issues"
1919
},
20-
"homepage": "https://github.com/CosmicSyntax/pweb#readme",
20+
"homepage": "https://github.com/CosmicSyntax/cosmicsyntax.github.io/issues#readme",
2121
"dependencies": {
2222
"bootstrap": "^5.3.0",
2323
"jquery": "^3.6.0"

0 commit comments

Comments
 (0)