Skip to content

Commit 5084beb

Browse files
committed
Update Config
1 parent 600550d commit 5084beb

File tree

2 files changed

+74
-42
lines changed

2 files changed

+74
-42
lines changed

src/about.html

Lines changed: 43 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -16,49 +16,57 @@ <h1><i class="fa-regular fa-address-card"></i> {{ page.title }}</h1>
1616
</figcaption>
1717
</figure>
1818

19+
<div>
1920
<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>
21+
<img src="https://github-readme-stats.vercel.app/api?username=smashedr&theme=dark&show_icons=true&hide_rank=true&show=reviews&card_width=350"
22+
alt="GitHub Stats" class="img-fluid mb-2"></a>
2223

2324
<a href="https://github.com/smashedr" target="_blank" rel="noopener">
2425
<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>
26+
alt="Top Languages" class="img-fluid mb-2"></a>
27+
</div>
2628

27-
<h2>Links</h2>
29+
<div class="row">
30+
<div class="col-12 col-md-6">
31+
<h2>Links</h2>
2832

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 %}
33+
<p class="ms-3">
34+
<i class="fa-brands fa-github me-2"></i>
35+
<a href="{{ site.github_url }}" target="_blank" rel="noopener">CSSNR GitHub</a>
36+
<br>
37+
<i class="fa-brands fa-github me-2"></i>
38+
<a href="https://github.com/django-files" target="_blank" rel="noopener">Django Files GitHub</a>
39+
<br>
40+
<i class="fa-brands fa-github me-2"></i>
41+
<a href="https://github.com/smashedr" target="_blank" rel="noopener">Personal GitHub</a>
42+
<br>
43+
</p>
3644

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>
45+
<p class="ms-3">
46+
<i class="fa-brands fa-discord me-2"></i>
47+
<a href="https://discord.gg/wXy6m2X8wY" target="_blank" rel="noopener">CSSNR Discord</a>
48+
<br>
49+
<i class="fa-brands fa-discord me-2"></i>
50+
<a href="https://discord.gg/6pzXJE5" target="_blank" rel="noopener">SMWC.world Discord</a>
51+
<br>
52+
</p>
4853

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>
54+
<p class="ms-3">
55+
<i class="fa-brands fa-firefox me-2"></i>
56+
<a href="https://addons.mozilla.org/en-US/firefox/user/18021912/" target="_blank" rel="noopener">Mozilla Profile</a>
57+
<br>
58+
</p>
5759

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>
60+
</div>
61+
<div class="col-12 col-md-6">
62+
<h2>Development</h2>
63+
<ul>
64+
<li>Web Extensions</li>
65+
<li>GitHub Actions</li>
66+
<li>Docker Containers</li>
67+
<li>Django and Flask</li>
68+
</ul>
69+
</div>
70+
</div>
6371

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

src/js/config.js

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,17 @@ const githubActions = [
320320
},
321321
]
322322
const otherSoftware = [
323+
{
324+
name: 'Zipline CLI',
325+
url: 'https://github.com/cssnr/zipline-cli',
326+
description: 'Command Line Interface for Zipline and Django Files.',
327+
links: {
328+
Zipline: 'https://github.com/diced/zipline',
329+
'Django Files': 'https://github.com/django-files/django-files',
330+
GitHub: 'https://github.com/cssnr/zipline-cli',
331+
},
332+
fa: 'faPython',
333+
},
323334
{
324335
name: "Carl's Cogs",
325336
url: 'https://github.com/smashedr/carl-cogs',
@@ -334,21 +345,34 @@ const otherSoftware = [
334345
{
335346
name: 'Vultr Python',
336347
url: 'https://github.com/cssnr/vultr-python',
337-
description: 'Vultr Cloud Hosting Python 3 Library.',
348+
description: 'Vultr Cloud Hosting API Python 3 Library.',
338349
links: {
339350
Vultr: 'https://www.vultr.com/?ref=6905748',
340351
GitHub: 'https://github.com/cssnr/vultr-python',
341352
},
342353
fa: 'faPython',
343354
},
344355
{
345-
name: 'Zipline CLI',
346-
url: 'https://github.com/cssnr/zipline-cli',
347-
description: 'Command Line Interface for Zipline and Django Files.',
356+
name: 'Flask Random Image',
357+
url: 'https://github.com/smashedr/flask-random-image',
358+
description: 'Flask App to Redirect to a Random Image.',
348359
links: {
349-
Zipline: 'https://github.com/diced/zipline',
350-
'Django Files': 'https://github.com/django-files/django-files',
351-
GitHub: 'https://github.com/cssnr/zipline-cli',
360+
Example: 'https://flask-image.cssnr.com/',
361+
Pages: 'https://github.com/smashedr/random-image/',
362+
GitHub: 'https://github.com/smashedr/flask-random-image',
363+
},
364+
fa: 'faPython',
365+
},
366+
{
367+
name: 'YouTube Embed/Redirect',
368+
url: 'https://github.com/smashedr/youtube-embed/',
369+
description:
370+
'GitHub Pages and Userscript to Redirect YouTube to an Embed.',
371+
links: {
372+
Userscript:
373+
'https://github.com/smashedr/youtube-embed/raw/master/src/youtube-redirect.user.js',
374+
Pages: 'https://smashedr.github.io/youtube-embed/',
375+
GitHub: 'https://github.com/smashedr/youtube-embed/',
352376
},
353377
fa: 'faPython',
354378
},

0 commit comments

Comments
 (0)