Skip to content

Commit

Permalink
merge conflict stupid shit
Browse files Browse the repository at this point in the history
  • Loading branch information
criispyumii committed Feb 23, 2024
2 parents d76aecd + 8ddef0f commit 5da6225
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assignments/.DS_Store
Binary file not shown.
8 changes: 8 additions & 0 deletions assignments/hw3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
<!-- ASSIGNMENT NAME -->
<div id="header-title">Homework 3</div>
<!-- DUE DATE -->
<<<<<<< HEAD
<div id="header-due">February 22</div>
=======
<div id="header-due">February 23</div>
>>>>>>> 8ddef0f26f4f2b704b8fda638ba2d503f4d57212
<div class="clear"></div>
</div>
</div>
Expand Down Expand Up @@ -128,7 +132,11 @@
<li>git commit -m 'finished hw3'</li>
<li>git push</li>
</ul>
<<<<<<< HEAD
<p>This assignment is due <strong>Thursday, February 22nd</strong> at <strong>6:30PM PST</strong>.</p>
=======
<p>This assignment is due <strong>Thursday, February 23rd</strong> at <strong>6:30PM PST</strong>.</p>
>>>>>>> 8ddef0f26f4f2b704b8fda638ba2d503f4d57212
</div>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions assignments/script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* UPDATE FOR EVERY ASSIGNMENT: */
<<<<<<< HEAD
const assignments = ['lab1', 'hw1', 'lab2', 'hw2', 'lab3', 'hw3'];
=======
const assignments = ['lab1', 'hw1', 'lab2', 'hw2', 'hw3'];
>>>>>>> 8ddef0f26f4f2b704b8fda638ba2d503f4d57212

const template = document.getElementById('assignment-template');

Expand Down

0 comments on commit 5da6225

Please sign in to comment.