Skip to content

Commit 9bffa03

Browse files
committed
Revert "changed the home page"
This reverts commit c9b6f33.
1 parent c9b6f33 commit 9bffa03

File tree

2 files changed

+6
-70
lines changed

2 files changed

+6
-70
lines changed

_sass/color_schemes/wider.scss

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1 @@
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-
}
1+
$content-width: 75rem;

index.md

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

77
# CRUP Fall 2025
88

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!**.
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!**.
1110

1211
CRUP is brought to you by...
1312

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

1817
## Schedule
1918

20-
<div class="crup-schedule">
2119
<table>
2220
<thead>
2321
<tr>
@@ -34,7 +32,7 @@ your EdVPs <3
3432
<td>Sep 13</td>
3533
<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>
3634
<td>
37-
<span class="label"><strong>Homework</strong></span>
35+
<span class="label"><strong>Homework</strong></span>
3836
<a target="_blank"
3937
href="https://colab.research.google.com/github/codebase-berkeley/crup-code/blob/main/week-1/intro_to_python.ipynb">
4038
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open in Colab"/>
@@ -84,7 +82,7 @@ your EdVPs <3
8482
<td>
8583
<span class="label"><strong>Homework</strong></span>
8684
<a href="assets/calculus_for_ml/calculus_for_ml.pdf">Calculus for ML</a>
87-
</td>
85+
</td>
8886
<td>Renata, Ash, Patrick</td>
8987
</tr>
9088
<tr>
@@ -124,4 +122,5 @@ your EdVPs <3
124122
</tr>
125123
</tbody>
126124
</table>
127-
</div>
125+
126+
---

0 commit comments

Comments
 (0)