Skip to content

Commit da7f526

Browse files
committed
at one point i was going to make these separate commits lol
1 parent 61d1e04 commit da7f526

File tree

5 files changed

+26
-14
lines changed

5 files changed

+26
-14
lines changed

_includes/support-us-how-to-donate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold
1212
</div>
1313
<div class="donate-button">
1414
<a href="https://foundation.cabrillo.edu/donate-2"
15-
class="button is-rounded has-text-weight-normal is-outlined">Cabrillo Foundation</a>
15+
class="button is-rounded has-text-weight-normal is-outlined">Donate</a>
1616
</div>
1717
</div>
1818
</section>

_includes/support-us-tiers.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ <h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold
1111
Lazer
1212
</div>
1313
<div class="cost">
14-
$3000+
14+
$10,000+
1515
</div>
1616
</th>
1717
<th>
1818
<div class="Tier"></div>
1919
Diamond
2020
</div>
2121
<div class="cost">
22-
$2000+
22+
$7,500+
2323
</div>
2424
</th>
2525
<th>
2626
<div class="Tier"></div>
2727
Gold
2828
</div>
2929
<div class="cost">
30-
$1000+
30+
$3,500+
3131
</div>
3232
</th>
3333
<th>
3434
<div class="Tier"></div>
3535
Silver
3636
</div>
3737
<div class="cost">
38-
$0+
38+
$500+
3939
</div>
4040
</th>
4141
</tr>

_includes/team-alumni-card.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<div class="card">
1212
<img src="{{alum.image}}" alt="{{alum.name}}">
1313
<div class="card-content">
14-
<h2 class="has-text-white-ter has-text-weight-bold is-size-6">{{ alum.name }}</h2>
15-
<p class="has-text-weight-normal">{{ alum.current }}</p>
14+
<h2 class="name has-text-white-ter has-text-weight-bold is-size-6">{{ alum.name }}</h2>
15+
<p class="roles has-text-weight-normal">{{ alum.current }}</p>
1616
</div>
1717
</div>
1818
</div>

_includes/team-mentor-card.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<div class="card">
1111
<img src="{{mentor.image}}" alt="{{mentor.name}}">
1212
<div class="card-content">
13-
<h2 class="has-text-white-ter has-text-weight-bold is-size-6">{{ mentor.name }}</h2>
14-
<p class="has-text-weight-normal">{{ mentor.roles }}</p>
13+
<h2 class="name has-text-white-ter has-text-weight-bold is-size-6">{{ mentor.name }}</h2>
14+
<p class="roles has-text-weight-normal">{{ mentor.roles }}</p>
1515
</div>
1616
</div>
1717
</div>

assets/css/style.scss

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626

2727
--silver: #8b8b8b;
2828
--silver-bkg: rgb(139, 139, 139, 30%);
29+
30+
--paragraph-size: 18px;
2931
}
3032

3133
// Global settings
32-
p { color: var(--text); }
34+
p { color: var(--text); font-size: var(--paragraph-size); }
3335
.title { color: var(--header); }
3436
body { background-color: var(--background); }
3537
br { margin-bottom: 20px; }
@@ -756,14 +758,13 @@ br { margin-bottom: 20px; }
756758
margin-bottom: 10vh;
757759
margin-top: 5vh;
758760
}
759-
// h2 {
760-
// margin-bottom: 2vh;
761-
// }
761+
762762
.roles {
763763
height: 40px;
764+
font-size: 12px;
764765
}
765766
.name {
766-
margin-bottom: 5px;
767+
margin-bottom: 5px;
767768
}
768769

769770
.popup {
@@ -1029,6 +1030,7 @@ br { margin-bottom: 20px; }
10291030
border-collapse: separate;
10301031
border-spacing: 10px;
10311032
table-layout: auto;
1033+
font-size: var(--paragraph-size);
10321034
}
10331035

10341036
th, td {
@@ -1133,11 +1135,17 @@ br { margin-bottom: 20px; }
11331135
text-align: justify;
11341136
}
11351137
.button {
1138+
min-width: 40%;
1139+
min-height: 10vh;
1140+
font-size: x-large;
11361141
color: var(--header);
11371142
border-color: var(--primary);
11381143
background-color: var(--primary-bkg);
11391144
}
11401145
.button:hover {
1146+
min-width: 40%;
1147+
min-height: 10vh;
1148+
font-size: x-large;
11411149
background-color:var(--primary);
11421150
border-color:var(--primary);
11431151
}
@@ -1223,6 +1231,10 @@ br { margin-bottom: 20px; }
12231231
background-color:var(--primary);
12241232
border-color:var(--primary);
12251233
}
1234+
.image {
1235+
align-items: center;
1236+
justify-content: center;
1237+
}
12261238
}
12271239

12281240
#post-header {

0 commit comments

Comments
 (0)