Skip to content

Commit

Permalink
updates for spring 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
i-geng committed Jan 30, 2024
1 parent 985f30e commit 2bceb8b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 18 deletions.
2 changes: 1 addition & 1 deletion proj1/index.html → hw1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<head>
</head>
<body>
Project 1 here
Homework 1 index.html here
</body>
</html>
2 changes: 1 addition & 1 deletion proj2/index.html → hw2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<head>
</head>
<body>
Project 2 here
Homework 2 index.html here
</body>
</html>
2 changes: 1 addition & 1 deletion proj3-1/index.html → hw3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<head>
</head>
<body>
Project 3-1 here
Homework 3 index.html here
</body>
</html>
2 changes: 1 addition & 1 deletion proj3-2/index.html → hw4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<head>
</head>
<body>
Project 3-2 here
Homework 4 index.html here
</body>
</html>
12 changes: 5 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
<head>
</head>
<body>
<h3>CS184/284A Project Webpages</h3>
<h3>CS184/284A Homework Webpages</h3>
<br><br>
<a href="/proj1/index.html">Project 1</a>
<a href="/hw1/index.html">Homework 1</a>
<br><br>
<a href="/proj2/index.html">Project 2</a>
<a href="/hw2/index.html">Homework 2</a>
<br><br>
<a href="/proj3-1/index.html">Project 3-1</a>
<a href="/hw3/index.html">Homework 3</a>
<br><br>
<a href="/proj3-2/index.html">Project 3-2</a>
<br><br>
<a href="/proj4/index.html">Project 4</a>
<a href="/hw4/index.html">Homework 4</a>
</body>
<script>
var links = document.body.getElementsByTagName("a")
Expand Down
7 changes: 0 additions & 7 deletions proj4/index.html

This file was deleted.

0 comments on commit 2bceb8b

Please sign in to comment.