Skip to content

Commit 12a7f00

Browse files
committed
Use Flex
1 parent 5084beb commit 12a7f00

File tree

4 files changed

+21
-85
lines changed

4 files changed

+21
-85
lines changed

src/about.html

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

19-
<div>
19+
<div class="d-flex flex-column flex-md-row">
20+
<div class="me-md-3">
2021
<a href="https://github.com/smashedr" target="_blank" rel="noopener">
2122
<img src="https://github-readme-stats.vercel.app/api?username=smashedr&theme=dark&show_icons=true&hide_rank=true&show=reviews&card_width=350"
2223
alt="GitHub Stats" class="img-fluid mb-2"></a>
23-
24+
</div><!-- flex item -->
25+
<div class="me-md-3">
2426
<a href="https://github.com/smashedr" target="_blank" rel="noopener">
2527
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=smashedr&theme=dark&layout=donut "
2628
alt="Top Languages" class="img-fluid mb-2"></a>
27-
</div>
29+
</div><!-- flex item -->
30+
</div><!-- flex row-md -->
2831

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">
3134
<h2>Links</h2>
32-
3335
<p class="ms-3">
3436
<i class="fa-brands fa-github me-2"></i>
3537
<a href="{{ site.github_url }}" target="_blank" rel="noopener">CSSNR GitHub</a>
@@ -41,7 +43,6 @@ <h2>Links</h2>
4143
<a href="https://github.com/smashedr" target="_blank" rel="noopener">Personal GitHub</a>
4244
<br>
4345
</p>
44-
4546
<p class="ms-3">
4647
<i class="fa-brands fa-discord me-2"></i>
4748
<a href="https://discord.gg/wXy6m2X8wY" target="_blank" rel="noopener">CSSNR Discord</a>
@@ -50,23 +51,22 @@ <h2>Links</h2>
5051
<a href="https://discord.gg/6pzXJE5" target="_blank" rel="noopener">SMWC.world Discord</a>
5152
<br>
5253
</p>
53-
5454
<p class="ms-3">
5555
<i class="fa-brands fa-firefox me-2"></i>
5656
<a href="https://addons.mozilla.org/en-US/firefox/user/18021912/" target="_blank" rel="noopener">Mozilla Profile</a>
5757
<br>
5858
</p>
59+
</div><!-- flex item -->
5960

60-
</div>
61-
<div class="col-12 col-md-6">
61+
<div class="me-md-5">
6262
<h2>Development</h2>
6363
<ul>
6464
<li>Web Extensions</li>
6565
<li>GitHub Actions</li>
6666
<li>Docker Containers</li>
6767
<li>Django and Flask</li>
6868
</ul>
69-
</div>
70-
</div>
69+
</div><!-- flex item -->
70+
</div><!-- flex row-md -->
7171

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

src/css/screenshots.css

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/feedback.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
dark: true
55
noindex: true
66
title: Feedback
7-
description: Feedback
7+
description: General Feedback and Inquiries
88
---
99

1010
<div class="d-flex align-items-center h-100">

src/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ <h1><i class="fa-brands fa-github"></i> {{ site.site_name }}</h1>
2323
</div>
2424

2525
<p>
26-
<a href="#web-extensions" class="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover">Web Extensions</a> &bull;
27-
<a href="#web-apps" class="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover">Web Apps</a> &bull;
28-
<a href="#github-actions" class="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover">GitHub Actions</a> &bull;
29-
<a href="#other-software" class="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover">Other Software</a>
26+
<a href="#web-extensions" class="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover d-inline-block">
27+
Web Extensions</a> &bull;
28+
<a href="#web-apps" class="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover d-inline-block">
29+
Web Apps</a> &bull;
30+
<a href="#github-actions" class="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover d-inline-block">
31+
GitHub Actions</a> &bull;
32+
<a href="#other-software" class="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover d-inline-block">
33+
Other Software</a>
3034
</p>
3135

3236
<h2 id="web-extensions">Web Extensions</h2>

0 commit comments

Comments
 (0)