Skip to content

Commit c9f9fd5

Browse files
authored
Merge pull request #181 from VolvoxCommunity/about-page-adjustments
About page adjustments
2 parents 7115684 + 1ea88eb commit c9f9fd5

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

src/Volvox.Helios.Web/Views/Home/About.cshtml

+12-12
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313

1414

1515
<div class="col-12 mt-5">
16-
<h4 class="text-volvox underline-left">About</h4>
16+
<h4 class="caption text-volvox underline-left">About</h4>
1717
<p class="mb-4">
1818
Volvox is a community dedicated to helping others learn various technologies. We teach members by having everyone contribute to open source projects. The goal is to eventually have multiple projects ranging across different technologies so that members can learn whatever they would like. We're currently at over 100 members and are always looking for more!
1919
</p>
20-
<h4 class="text-volvox underline-left">Projects</h4>
20+
<h4 class="caption text-volvox underline-left">Projects</h4>
2121
<p class="mb-4">
2222
Volvox.Helios - Modular Discord bot written in ASP.NET Core, Entity Framework, Razor. The goal of this bot is to be the only bot you'll have to add to your Discord server. It will be managed from a web interface that will show a vast array of data and statistics. Each module has its own settings and can be enabled or disabled as the admin of the Discord server chooses.
2323
</p>
24-
<h4 class="text-volvox underline-left">How to Join</h4>
24+
<h4 class="caption text-volvox underline-left">How to Join</h4>
2525
<p>
2626
It's simple to join, just join our Discord Server! After you join please head over to the introductions channel so we can assign you the proper role. You can also message an Admin and they'll get you all setup.
2727
</p>
2828
</div>
2929

30-
<div class="col-12 mt-5">
31-
<h4 class="text-volvox underline-left">Links</h4>
30+
<div class="col-12 mt-4">
31+
<h4 class="caption text-volvox underline-left">Links</h4>
3232
<ul class="mt-4">
3333
<li>
3434
Repository: <a href="https://github.com/VolvoxCommunity/Volvox.Helios" target="_blank" class="volvox-link">https://github.com/VolvoxCommunity/Volvox.Helios</a>
@@ -48,33 +48,33 @@
4848
<div class="col-12 mt-5">
4949
<h3 class="text-left">Current Modules</h3>
5050
<hr class="mr-auto text-left ml-0">
51-
<h4 class="text-volvox underline-left mt-4 mt-5">Stream Announcer</h4>
51+
<h4 class="caption text-volvox underline-left mt-4 mt-5">Stream Announcer</h4>
5252
<p>
5353
Announce to a specific channel when a user starts streaming to Twitch
5454
</p>
55-
<h4 class="text-volvox underline-left mt-4">Streamer Role</h4>
55+
<h4 class="caption text-volvox underline-left mt-4">Streamer Role</h4>
5656
<p>
5757
Using the Streamer Role Module on your server defines a role people will be assigned when they start a stream.<br>
5858
Makes it easy to always know when you have someone streaming on the server! <br>
5959
At least we know who to watch now.
6060
</p>
61-
<h4 class="text-volvox underline-left mt-4">Poll Manager</h4>
61+
<h4 class="caption text-volvox underline-left mt-4">Poll Manager</h4>
6262
<p>
6363
Create and manage custom polls.
6464
</p>
65-
<h4 class="text-volvox underline-left mt-4">Chat Tracker</h4>
65+
<h4 class="caption text-volvox underline-left mt-4">Chat Tracker</h4>
6666
<p>
6767
Keeps track of your Guild's chat and provides you with up-to-date analytics.
6868
</p>
69-
<h4 class="text-volvox underline-left mt-4">Remembot</h4>
69+
<h4 class="caption text-volvox underline-left mt-4">Remembot</h4>
7070
<p>
7171
Add messages to be sent a intervals you define. Guild member always late for raids? Set a reminder message that pings them in the evening on every Tuesday. Are you manually creating sign up messages every morning? Now there's a bot for that!
7272
</p>
73-
<h4 class="text-volvox underline-left mt-4">Dad</h4>
73+
<h4 class="caption text-volvox underline-left mt-4">Dad</h4>
7474
<p>
7575
Unleash the "dad" on your server. Messages that start with "I'm" will be met with a dad-like response.
7676
</p>
77-
<h4 class="text-volvox underline-left mt-4">Clean Chat Module</h4>
77+
<h4 class="caption text-volvox underline-left mt-4">Clean Chat Module</h4>
7878
<p>
7979
Clean Chat is a new Module that will allow you to select channels and add a message duration to them. Once a user sends a message it will be automatically deleted after the set duration. This module is great for a Looking For Group channel. You can even set the duration to zero to lock channels.
8080
</p>

src/Volvox.Helios.Web/Views/Home/Index.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<header class="home-header valign mb-4">
66
<div class="container">
77
<div class="col-md-6 image-shadow">
8-
<img src="https://volvox.tech/images/large/volvox-combination-mark.png" alt="Volvox logo" class="img-fluid" />
8+
<img src="/images/large/volvox-combination-mark.png" alt="Volvox logo" class="img-fluid" />
99
</div>
1010
</div>
1111
</header>

src/Volvox.Helios.Web/wwwroot/css/dark-theme.css

+5
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ footer {
127127
color: white;
128128
}
129129

130+
.caption {
131+
font-weight: 400;
132+
padding-bottom: 5px;
133+
}
134+
130135
.volvox-link {
131136
color: #4cae4c;
132137
}

0 commit comments

Comments
 (0)