@@ -16,49 +16,57 @@ <h1><i class="fa-regular fa-address-card"></i> {{ page.title }}</h1>
16
16
</ figcaption >
17
17
</ figure >
18
18
19
+ < div >
19
20
< 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 >
22
23
23
24
< a href ="https://github.com/smashedr " target ="_blank " rel ="noopener ">
24
25
< 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 >
26
28
27
- < h2 > Links</ h2 >
29
+ < div class ="row ">
30
+ < div class ="col-12 col-md-6 ">
31
+ < h2 > Links</ h2 >
28
32
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 >
36
44
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 >
48
53
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 >
57
59
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 >
63
71
64
72
< p class ="lead "> More Information Coming Soon...</ p >
0 commit comments