Skip to content

Commit 600550d

Browse files
committed
Update Config
1 parent beba165 commit 600550d

File tree

2 files changed

+53
-6
lines changed

2 files changed

+53
-6
lines changed

src/about.html

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,60 @@
55
description: About CSSNR GitHub Organization.
66
---
77

8-
<h1><i class="fa-solid fa-circle-info"></i> {{ page.title }}</h1>
8+
<h1><i class="fa-regular fa-address-card"></i> {{ page.title }}</h1>
9+
10+
<figure>
11+
<blockquote class="blockquote">
12+
Give a man a fish, and you feed him for a day. Teach a man to fish, and you feed him for a lifetime...
13+
</blockquote>
14+
<figcaption class="blockquote-footer">
15+
Lao-Tzu in <cite title="Source Title">Tao Te Ching</cite>
16+
</figcaption>
17+
</figure>
18+
19+
<a href="https://github.com/smashedr" target="_blank" rel="noopener">
20+
<img src="https://github-readme-stats.vercel.app/api?username=smashedr&theme=dark&show_icons=true&show=reviews"
21+
alt="GitHub Stats" height="220" class="mb-2"></a>
22+
23+
<a href="https://github.com/smashedr" target="_blank" rel="noopener">
24+
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=smashedr&theme=dark&layout=donut "
25+
alt="Top Languages" height="220" class="mb-2"></a>
926

1027
<h2>Links</h2>
1128

12-
<ul>
13-
<li><a href="{{ site.github_url }}" target="_blank" rel="noopener">CSSNR GitHub</a></li>
14-
<li><a href="https://github.com/django-files" target="_blank" rel="noopener">Django Files GitHub</a></li>
15-
<li><a href="https://github.com/smashedr" target="_blank" rel="noopener">Personal GitHub</a></li>
16-
</ul>
29+
{% comment %}<ul>{% endcomment %}
30+
{% comment %}<li><a href="{{ site.github_url }}" target="_blank" rel="noopener">CSSNR GitHub</a></li>{% endcomment %}
31+
{% comment %}<li><a href="https://github.com/django-files" target="_blank" rel="noopener">Django Files GitHub</a></li>{% endcomment %}
32+
{% comment %}<li><a href="https://github.com/smashedr" target="_blank" rel="noopener">Personal GitHub</a></li>{% endcomment %}
33+
{% comment %}<li><a href="https://discord.gg/wXy6m2X8wY" target="_blank" rel="noopener">CSSNR Discord</a></li>{% endcomment %}
34+
{% comment %}<li><a href="https://discord.gg/6pzXJE5" target="_blank" rel="noopener">SMWC.world Discord</a></li>{% endcomment %}
35+
{% comment %}</ul>{% endcomment %}
36+
37+
<p class="ms-3">
38+
<i class="fa-brands fa-github me-2"></i>
39+
<a href="{{ site.github_url }}" target="_blank" rel="noopener">CSSNR GitHub</a>
40+
<br>
41+
<i class="fa-brands fa-github me-2"></i>
42+
<a href="https://github.com/django-files" target="_blank" rel="noopener">Django Files GitHub</a>
43+
<br>
44+
<i class="fa-brands fa-github me-2"></i>
45+
<a href="https://github.com/smashedr" target="_blank" rel="noopener">Personal GitHub</a>
46+
<br>
47+
</p>
48+
49+
<p class="ms-3">
50+
<i class="fa-brands fa-discord me-2"></i>
51+
<a href="https://discord.gg/wXy6m2X8wY" target="_blank" rel="noopener">CSSNR Discord</a>
52+
<br>
53+
<i class="fa-brands fa-discord me-2"></i>
54+
<a href="https://discord.gg/6pzXJE5" target="_blank" rel="noopener">SMWC.world Discord</a>
55+
<br>
56+
</p>
57+
58+
<p class="ms-3">
59+
<i class="fa-brands fa-firefox me-2"></i>
60+
<a href="https://addons.mozilla.org/en-US/firefox/user/18021912/" target="_blank" rel="noopener">Mozilla Profile</a>
61+
<br>
62+
</p>
1763

1864
<p class="lead">More Information Coming Soon...</p>

src/js/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ const githubActions = [
273273
url: 'https://github.com/cssnr/parse-issue-form-action',
274274
description: 'Parse Issue Forms Into Individual Outputs.',
275275
links: {
276+
Actions: 'https://github.com/marketplace/actions/parse-issue-form',
276277
GitHub: 'https://github.com/cssnr/parse-issue-form-action',
277278
},
278279
fa: 'faJs',

0 commit comments

Comments
 (0)