Skip to content

Commit cd896dd

Browse files
committed
Fixed indexing for Git&&GitHub Resources.
1 parent a995d67 commit cd896dd

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ <h2>Meeting Times in Academic Year</h2>
281281
</div>
282282
<div class="col-md-6 col-sm-12">
283283
<h2>Fundraising
284-
284+
285285
</h2>
286286
<img src="images/25-26/fundraising/goomoSep.png" style="width:100%">
287287

@@ -408,15 +408,17 @@ <h2 style="margin-top: 30px;">Setting up Git</h2>
408408
Git is a powerful version control system that allows you to take snapshots of your project at different stages, making it easy to track changes, collaborate with others, and roll back if needed.
409409
Git comes installed by default on most Mac and Linux machines. If you use Windows operating system, you can download Git.
410410
<br>
411-
<b>Resources</b>
412-
<a href="https://youtu.be/MozcR1cjn64">How to set up Git on Windows 11</a>
413-
<br>
414-
<a href="https://www.youtube.com/watch?v=mJ-qvsxPHpY&t=1055s">Git Tutorial for Dummies</a>.
415411
<br>
416-
<a href="https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent">Connect local machine to GitHub through SSH</a>
412+
<b>Resources</b>
417413
<br>
418-
<a href="https://www.youtube.com/watch?v=wpISo9TNjfU">Git vs. GitHub: What's the difference?</a>.
419414
<br>
415+
<ul>
416+
<li><a href="https://youtu.be/MozcR1cjn64">How to set up Git on Windows 11</a></li>
417+
<li><a href="https://www.youtube.com/watch?v=mJ-qvsxPHpY&t=1055s">Git Tutorial for Dummies</a>.</li>
418+
<li><a href="https://www.youtube.com/watch?v=mJ-qvsxPHpY&t=1055s">Git Tutorial for Dummies</a>.</li>
419+
<li><a href="https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent">Connect local machine to GitHub through SSH</a></li>
420+
<li><a href="https://www.youtube.com/watch?v=wpISo9TNjfU">Git vs. GitHub: What's the difference?</a>.</li>
421+
</ul>
420422
</pr>
421423
</div>
422424

0 commit comments

Comments
 (0)