Skip to content

Commit

Permalink
Timely updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterZenke committed Sep 29, 2024
1 parent 8aeea7c commit ca8659c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ _site/
.bundle/
vendor/
Gemfile.lock
.vscode/
.vscode/

s3_config.json
6 changes: 5 additions & 1 deletion courses/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ <h5 style="font-weight: 600">Topics</h5>
</ul>
<h5 style="font-weight: 600">Representative Learning Experiences</h5>
<ul>
<li>Coming July 1!</li>
<li><a href="https://cs50.harvard.edu/r/2024/psets/2/librarian/">Librarian</a></li>
<li><a href="https://cs50.harvard.edu/r/2024/psets/3/happy/">Happy</a></li>
<li><a href="https://cs50.harvard.edu/r/2024/psets/4/zelda/">Zeruda no Densetsu</a></li>
<li><a href="https://cs50.harvard.edu/r/2024/psets/5/parked/">Parked Out By The Lake</a></li>
<li><a href="https://cs50.harvard.edu/r/2024/psets/6/believe/">Can You Believe in Machines?</a></li>
</ul>
</div>
</div>
Expand Down
6 changes: 0 additions & 6 deletions courses/r/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,5 @@ <h5 class="mb-1" style="font-weight: 600">
C --> D[Submit Problem Set]
D --> A
</div>
<h5 class="mb-1" style="font-weight: 600">
Results
</h5>
<p>
This course is still under construction!
</p>
</div>
</div>
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@

<div class="row">
<div class="col">
<div class="term mb-4">
<h4 class="mb-3" style="font-weight: 600">Fall 2024</h4>
<div class="course mb-3">
<h6><span style="font-weight: 600">Introduction to Databases with SQL (CSCI E-151)</span>, Harvard Extension School</h6>
<p class="role">Instructor</p>
</div>
<div class="course mb-3">
<h6><span style="font-weight: 600">Introduction to Programming with R (CSCI E-5A)</span>, Harvard Extension School</h6>
<p class="role">Instructor</p>
</div>
</div>
<div class="term mb-4">
<h4 class="mb-3" style="font-weight: 600">Summer 2024</h4>
<div class="course mb-3">
Expand Down

0 comments on commit ca8659c

Please sign in to comment.