forked from USC-FORTIS/CSCI566-S24
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,13 @@ | |
<link rel="icon" type="image/x-icon" href="images/logo2.ico"> | ||
|
||
<!-- Stylesheets --> | ||
<link rel="stylesheet" href="https://unpkg.com/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://unpkg.com/bootstrap@5.3.0/dist/css/bootstrap.min.css" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet"> | ||
|
||
<!-- Scripts --> | ||
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
<style> | ||
|
@@ -137,55 +136,51 @@ <h3>Instructor</h3> | |
<p>OH: Fridays in class (not for technical questions but admin/logistics/etc.)</p> | ||
</div> | ||
|
||
<!-- Teaching Assistant 1 --> | ||
<!-- Teaching Assistants --> | ||
<div class="staff-member"> | ||
<img src="images/Varun.jpg" alt="Varun Bhatt"> | ||
<h3>Teaching Assistant</h3> | ||
<p>Varun Bhatt</p> | ||
<p>OH: TBA; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p> | ||
</div> | ||
|
||
<!-- Teaching Assistant 2 --> | ||
<div class="staff-member"> | ||
<img src="images/lili.webp" alt="Shawn Li"> | ||
<h3>Teaching Assistant</h3> | ||
<p>Shawn Li</p> | ||
<p>OH: TBA; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p> | ||
</div> | ||
|
||
<!-- Teaching Assistant 3 --> | ||
<div class="staff-member"> | ||
<img src="images/yuehanqin.jpg" alt="Yuehan Qin"> | ||
<h3>Teaching Assistant</h3> | ||
<p>Yuehan Qin</p> | ||
<p>OH: TBA; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p> | ||
</div> | ||
|
||
<div class="staff-member"> | ||
<img src="images/linxin.jpg" alt="Linxin Song"> | ||
<h3>Teaching Assistant</h3> | ||
<p>Linxin Song</p> | ||
<p>OH: TBA; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p> | ||
</div> | ||
|
||
<!-- Teaching Assistant 4 --> | ||
<div class="staff-member"> | ||
<img src="images/xhy.webp" alt="Haoyan Xu"> | ||
<h3>Teaching Assistant</h3> | ||
<p>Haoyan Xu</p> | ||
<p>OH: TBA; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p> | ||
</div> | ||
|
||
<!-- Teaching Assistant 5 --> | ||
<div class="staff-member"> | ||
<img src="images/tiankai.webp" alt="Tiankai Yang"> | ||
<h3>Teaching Assistant</h3> | ||
<p>Tiankai Yang</p> | ||
<p>OH: TBA; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p> | ||
</div> | ||
|
||
<!-- Teaching Assistant 6 --> | ||
<div class="staff-member"> | ||
<img src="images/yuehanqin.jpg" alt="Yuehan Qin"> | ||
<h3>Teaching Assistant</h3> | ||
<p>Yuehan Qin</p> | ||
<p>OH: TBA; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
<footer style="background-color: #f9f9f9; padding: 20px; text-align: center; border-top: 2px solid #e5e5e5; margin-top: 50px;"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,13 @@ | |
<link rel="icon" type="image/x-icon" href="images/logo2.ico"> | ||
|
||
<!-- Stylesheets --> | ||
<link rel="stylesheet" href="https://unpkg.com/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://unpkg.com/bootstrap@5.3.0/dist/css/bootstrap.min.css" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet"> | ||
|
||
<!-- Scripts --> | ||
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
<style> | ||
|