Skip to content

Commit c9b6f33

Browse files
committed
changed the home page
1 parent 0c5548f commit c9b6f33

File tree

2 files changed

+70
-6
lines changed

2 files changed

+70
-6
lines changed

_sass/color_schemes/wider.scss

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,64 @@
1-
$content-width: 75rem;
1+
$content-width: 75rem;
2+
3+
body {
4+
font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI",
5+
"Helvetica Neue", Arial, sans-serif;
6+
font-weight: 400;
7+
line-height: 1.6;
8+
color: #111;
9+
max-width: $content-width;
10+
margin: 0 auto;
11+
padding: 1rem;
12+
}
13+
14+
.blue-bold {
15+
color: #426DDB;
16+
font-weight: bold;
17+
}
18+
19+
/* Headings */
20+
h1, h2, h3, h4, h5, h6 {
21+
font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI",
22+
"Helvetica Neue", Arial, sans-serif;
23+
font-weight: 600;
24+
color: #426DDB;
25+
margin-top: 1.5rem;
26+
margin-bottom: 0.75rem;
27+
line-height: 1.3;
28+
}
29+
30+
/* Schedule table styles */
31+
.crup-schedule {
32+
margin-top: 1.5rem;
33+
width: 100%;
34+
border-collapse: collapse;
35+
font-size: 0.95rem;
36+
37+
th, td {
38+
border: 1px solid #ddd;
39+
padding: 8px;
40+
}
41+
42+
th {
43+
background-color: #f5f5f5;
44+
text-align: left;
45+
font-weight: 600;
46+
}
47+
48+
tr:nth-child(even) {
49+
background-color: #fafafa;
50+
}
51+
52+
tr:hover {
53+
background-color: #f0f0f0;
54+
}
55+
56+
.label {
57+
background: #e8f0fe;
58+
color: #174ea6;
59+
padding: 2px 6px;
60+
border-radius: 6px;
61+
font-size: 0.85em;
62+
font-weight: 500;
63+
}
64+
}

index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ layout: home
66

77
# CRUP Fall 2025
88

9-
Welcome to **Codebase's Ramp Up Program (CRUP)**! We will dive into **Software Engineering, Machine Learning, and AI** through hands-on work in **Python, Java,** and **SQL**, and frameworks like **PyTorch, scikit-learn, and more!**.
9+
Welcome to **Codebase's Ramp Up Program (CRUP)**!
10+
We will dive into **Software Engineering, Machine Learning, and AI** through hands-on work in **Python, Java,** and **SQL**, and frameworks like **PyTorch, scikit-learn, and more!**.
1011

1112
CRUP is brought to you by...
1213

@@ -16,6 +17,7 @@ your EdVPs <3
1617

1718
## Schedule
1819

20+
<div class="crup-schedule">
1921
<table>
2022
<thead>
2123
<tr>
@@ -32,7 +34,7 @@ your EdVPs <3
3234
<td>Sep 13</td>
3335
<td>Welcome! and Intro to Programming in Python (<a href="https://docs.google.com/presentation/d/1qIpgvEjE79MUhFeDaQFaAQRr6w-uNUwvFq7xgK_CEgM/edit?usp=sharing">slides</a>)</td>
3436
<td>
35-
<span class="label"><strong>Homework</strong></span>
37+
<span class="label"><strong>Homework</strong></span>
3638
<a target="_blank"
3739
href="https://colab.research.google.com/github/codebase-berkeley/crup-code/blob/main/week-1/intro_to_python.ipynb">
3840
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open in Colab"/>
@@ -82,7 +84,7 @@ your EdVPs <3
8284
<td>
8385
<span class="label"><strong>Homework</strong></span>
8486
<a href="assets/calculus_for_ml/calculus_for_ml.pdf">Calculus for ML</a>
85-
</td>
87+
</td>
8688
<td>Renata, Ash, Patrick</td>
8789
</tr>
8890
<tr>
@@ -122,5 +124,4 @@ your EdVPs <3
122124
</tr>
123125
</tbody>
124126
</table>
125-
126-
---
127+
</div>

0 commit comments

Comments
 (0)