Skip to content

Commit 68b9cf5

Browse files
authored
Merge pull request #8 from notsniped/main
Add new underline accents to website section content
2 parents c902aae + 2cfd138 commit 68b9cf5

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,21 @@
4848
<br>
4949
<div class="info-section">
5050
<label class="info-section-heading">Who are we?</label>
51-
<br>
51+
<br><div class="underline-accent"></div>
5252
<p class="info-section-paragraph">We are a development team, we code in Python.</p>
5353
</div>
5454
<br>
5555
<br>
5656
<div class="info-section">
5757
<label class="info-section-heading">What do we do?</label>
58-
<br>
58+
<br><div class="underline-accent"></div>
5959
<p class="info-section-paragraph">We create various types of Discord bots, including moderating bots, economical bots, and more.</p>
6060
</div>
6161
<br>
6262
<br>
6363
<div class="info-section">
6464
<label class="info-section-heading">Our bots</label>
65+
<br><div class="underline-accent"></div>
6566
<br>
6667
<br>
6768
<span id="isobot-name-tag" onclick="window.location='https://github.com/PyBotDevs/isobot'" title="Click here to go to Github repository page">isobot</span>
@@ -72,7 +73,7 @@
7273
<br>
7374
<div class="info-section">
7475
<label class="info-section-heading">Our code rules</label>
75-
<br>
76+
<br><div class="underline-accent"></div>
7677
<br>
7778
<ul>
7879
<li><p><b>snipe's code rule:</b> Reduce, Reuse, and Rewrite</p></li>
@@ -84,7 +85,7 @@
8485
<br>
8586
<div class="info-section">
8687
<label class="info-section-heading">Our head members</label>
87-
<br>
88+
<br><div class="underline-accent"></div>
8889
<br>
8990
<img src="https://avatars.githubusercontent.com/u/72265661?s=96&v=4" class="user-pfp-favicon" alt="Github profile picture of notsniped">&nbsp;&nbsp;&nbsp;<span>notsniped (notsniped#4573 on Discord)</span>
9091
<br>

style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,12 @@ body {
155155
padding-bottom: 10px;
156156
box-shadow: 1px 0 10px 8px rgb(199, 199, 199);
157157
}
158+
159+
.underline-accent {
160+
height: 8px;
161+
border-radius: 10px;
162+
width: 120px;
163+
background: linear-gradient(to right, rgb(160, 92, 224) 0%, rgb(108, 56, 156) 100%);
164+
margin-top: 5px;
165+
margin-left: 1px;
166+
}

0 commit comments

Comments
 (0)