@@ -16,20 +16,22 @@ <h1><i class="fa-regular fa-address-card"></i> {{ page.title }}</h1>
16
16
</ figcaption >
17
17
</ figure >
18
18
19
- < div >
19
+ < div class ="d-flex flex-column flex-md-row ">
20
+ < div class ="me-md-3 ">
20
21
< a href ="https://github.com/smashedr " target ="_blank " rel ="noopener ">
21
22
< 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
23
alt ="GitHub Stats " class ="img-fluid mb-2 "> </ a >
23
-
24
+ </ div > <!-- flex item -->
25
+ < div class ="me-md-3 ">
24
26
< a href ="https://github.com/smashedr " target ="_blank " rel ="noopener ">
25
27
< img src ="https://github-readme-stats.vercel.app/api/top-langs/?username=smashedr&theme=dark&layout=donut "
26
28
alt ="Top Languages " class ="img-fluid mb-2 "> </ a >
27
- </ div >
29
+ </ div > <!-- flex item -->
30
+ </ div > <!-- flex row-md -->
28
31
29
- < div class ="row ">
30
- < div class ="col-12 col- md-6 ">
32
+ < div class ="d-flex flex-column flex-md- row ">
33
+ < div class ="me- md-5 ">
31
34
< h2 > Links</ h2 >
32
-
33
35
< p class ="ms-3 ">
34
36
< i class ="fa-brands fa-github me-2 "> </ i >
35
37
< a href ="{{ site.github_url }} " target ="_blank " rel ="noopener "> CSSNR GitHub</ a >
@@ -41,7 +43,6 @@ <h2>Links</h2>
41
43
< a href ="https://github.com/smashedr " target ="_blank " rel ="noopener "> Personal GitHub</ a >
42
44
< br >
43
45
</ p >
44
-
45
46
< p class ="ms-3 ">
46
47
< i class ="fa-brands fa-discord me-2 "> </ i >
47
48
< a href ="https://discord.gg/wXy6m2X8wY " target ="_blank " rel ="noopener "> CSSNR Discord</ a >
@@ -50,23 +51,22 @@ <h2>Links</h2>
50
51
< a href ="https://discord.gg/6pzXJE5 " target ="_blank " rel ="noopener "> SMWC.world Discord</ a >
51
52
< br >
52
53
</ p >
53
-
54
54
< p class ="ms-3 ">
55
55
< i class ="fa-brands fa-firefox me-2 "> </ i >
56
56
< a href ="https://addons.mozilla.org/en-US/firefox/user/18021912/ " target ="_blank " rel ="noopener "> Mozilla Profile</ a >
57
57
< br >
58
58
</ p >
59
+ </ div > <!-- flex item -->
59
60
60
- </ div >
61
- < div class ="col-12 col-md-6 ">
61
+ < div class ="me-md-5 ">
62
62
< h2 > Development</ h2 >
63
63
< ul >
64
64
< li > Web Extensions</ li >
65
65
< li > GitHub Actions</ li >
66
66
< li > Docker Containers</ li >
67
67
< li > Django and Flask</ li >
68
68
</ ul >
69
- </ div >
70
- </ div >
69
+ </ div > <!-- flex item -->
70
+ </ div > <!-- flex row-md -->
71
71
72
72
< p class ="lead "> More Information Coming Soon...</ p >
0 commit comments