Skip to content

Commit c1f5fb6

Browse files
committed
up[dated
1 parent 7868e07 commit c1f5fb6

3 files changed

Lines changed: 30 additions & 11 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Resources/facebook.png
22
.github/workflows/jekyll-gh-pages.yml
33
CNAME
4+
.vite/*

Pages/style.css

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
:root {
2+
/* light mode*/
3+
--bg-color: #f1f1f1;
4+
--b-secondary: #e1e1e1;
5+
--bg-tertiary: #e0e0e0;
6+
--bg-card: #f9fafb;
7+
--text-primary: #000000;
8+
--text-secondary: #141415;
9+
--border-color: #e5e7eb;
10+
--border-dark: #ccc;
11+
--scrollbar-thumb: #c0c0c0;
12+
--scrollbar-hover: #000000;
13+
}
114
@font-face {
215
font-family: OpenSans;
316
src: url("../Resources/openSans.ttf");
@@ -81,7 +94,7 @@ main {
8194
padding-bottom: 15px;
8295
justify-content: center;
8396
text-align: center;
84-
font-weight:bold;
97+
font-weight: bold;
8598
text-decoration: underline;
8699
font-size: xx-large;
87100
}
@@ -135,8 +148,17 @@ main {
135148
}
136149

137150
.text-image-chunk p {
138-
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
139-
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
151+
font-family:
152+
system-ui,
153+
-apple-system,
154+
BlinkMacSystemFont,
155+
"Segoe UI",
156+
Roboto,
157+
Oxygen,
158+
Ubuntu,
159+
Cantarell,
160+
"Open Sans",
161+
"Helvetica Neue",
140162
sans-serif;
141163
}
142164

@@ -176,7 +198,7 @@ main {
176198
padding-bottom: 15px;
177199
justify-content: center;
178200
text-align: center;
179-
font-weight:bold;
201+
font-weight: bold;
180202
text-decoration: underline;
181203
font-size: xx-large;
182204
}

index.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ <h2 class="header2">Projects</h2>
182182
<p class="leaders-title">Captains</p>
183183
<section id="captains">
184184
<ul class="leaders-list">
185-
<!--<li>
186-
<div>Anthony</div>
187-
<span> Captain of Build </span>
188-
</li>-->
189185
<li>
190186
<div>Michael</div>
191187
<span> Captain of Design </span>
@@ -206,10 +202,10 @@ <h2 class="header2">Projects</h2>
206202
<div>Ashton</div>
207203
<span> Captain of Software </span>
208204
</li>
209-
<!-- <li>
210-
<div>End</div>
205+
<li>
206+
<div>Max</div>
211207
<span> Captain of Safety </span>
212-
</li> -->
208+
</li>
213209
<!-- <li>
214210
<div>Kaylynn</div>
215211
<span> Captain of Organization </span>

0 commit comments

Comments
 (0)