3 changed files with 166 additions and 65 deletions
-
137index.html
-
14src/style.css
-
80syllabus.html
@ -1,57 +1,118 @@ |
|||
<!doctype html> |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8" /> |
|||
<title>6.S913 Fundamentals of Linux Systems</title> |
|||
<meta name="description" content="This website is intended to provide information about Juni Kim’s Linux operating system–related class"> |
|||
<meta |
|||
name="description" |
|||
content="This website is intended to provide information about Juni Kim’s Linux operating system–related class" |
|||
/> |
|||
</head> |
|||
<body> |
|||
<h1>Fundamentals of linux systems</h1> |
|||
<div class="card"><a href="http://localhost:5173/syllabus">Go to syllabus</a></div> |
|||
<ul> |
|||
<li>This class is intended as a crash course for students to understand the basics of how modern Linux systems |
|||
operate and for students to construct one from scratch</li> |
|||
<li>Students are expected to be <span class="highlight2">comfortable working in Unix/Linux environments and using the command line</span> |
|||
as their primary interface for development</li> |
|||
<li>Join <a href="https://piazza.com/mit/spring2026/6s913">piazza</a> to receive Announcements and join class discussions</li> |
|||
<li>Lectures and lab hours will take place at <span class="highlight3">34-301</span></li> |
|||
<li>Click <span class="highlight1">Go to the Syllabus</span> to view the course syllabus</li> |
|||
</ul> |
|||
<h2>Schedule</h2> |
|||
<table class="calendar"> |
|||
<div class="card"> |
|||
<a href="/syllabus">Syllabus</a> |
|||
</div> |
|||
<ul> |
|||
<li> |
|||
This class is intended as a crash course for students to understand the |
|||
basics of how modern Linux systems operate and for students to construct |
|||
one from scratch |
|||
</li> |
|||
<li> |
|||
Students are expected to be |
|||
<span class="highlight2" |
|||
>comfortable working in Unix/Linux environments and using the command |
|||
line</span |
|||
> |
|||
as their primary interface for development |
|||
</li> |
|||
<li> |
|||
Join <a href="https://piazza.com/mit/spring2026/6s913">piazza</a> to |
|||
receive Announcements and join class discussions |
|||
</li> |
|||
<li> |
|||
Lectures and lab hours will take place at |
|||
<span class="highlight3">34-301</span> |
|||
</li> |
|||
<li> |
|||
You can view the class content for a specific day by clicking the link |
|||
on the calendar |
|||
</li> |
|||
<li> |
|||
<span class="highlight1" |
|||
><a href="/syllabus">View the course syllabus </a></span |
|||
> |
|||
</li> |
|||
</ul> |
|||
<h2>Schedule</h2> |
|||
<table class="calendar"> |
|||
<thead> |
|||
<tr> |
|||
<th>Sun</th> |
|||
<th><div class="date1">Sun</div></th> |
|||
<th>Mon</th> |
|||
<th>Tue</th> |
|||
<th>Wed</th> |
|||
<th>Thr</th> |
|||
<th>Fri</th> |
|||
<th>Sat</th> |
|||
<th><div class="date1">Sat</div></th> |
|||
</tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr> |
|||
<td></td> |
|||
<td></td> |
|||
<td>20</td> |
|||
<td>21</td> |
|||
<td>22</td> |
|||
<td>23</td> |
|||
<td>24</td> |
|||
</tr> |
|||
<tr> |
|||
<td>25</td> |
|||
<td>26</td> |
|||
<td>27</td> |
|||
<td>28</td> |
|||
<td>29</td> |
|||
<td>30</td> |
|||
<td></td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
|
|||
<tbody> |
|||
<tr> |
|||
<td></td> |
|||
<td></td> |
|||
<td> |
|||
<div class="date">20</div> |
|||
<div class="content"><a href="">Lecture 1</a></div> |
|||
</td> |
|||
<td> |
|||
<div class="date">21</div> |
|||
<div class="content"><a href="">Lecture 2</a></div> |
|||
</td> |
|||
<td> |
|||
<div class="date">22</div> |
|||
<div class="content"><a href=""></a></div> |
|||
</td> |
|||
<td> |
|||
<div class="date">23</div> |
|||
<div class="content"><a href="">Lecture 3</a></div> |
|||
</td> |
|||
<td> |
|||
<div class="date">24</div> |
|||
<div class="content"><a href=""></a></div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td> |
|||
<div class="date">25</div> |
|||
<div class="content"><a href=""></a></div> |
|||
</td> |
|||
<td> |
|||
<div class="date">26</div> |
|||
<div class="content"><a href="">Lecture 4</a></div> |
|||
</td> |
|||
<td> |
|||
<div class="date">27</div> |
|||
<div class="content"><a href=""></a></div> |
|||
</td> |
|||
<td> |
|||
<div class="date">28</div> |
|||
<div class="content"><a href=""></a></div> |
|||
</td> |
|||
<td> |
|||
<div class="date">29</div> |
|||
<div class="content"><a href="">Lecture 5</a></div> |
|||
</td> |
|||
<td> |
|||
<div class="date">30</div> |
|||
<div class="content"><a href=""></a></div> |
|||
<div class="end">Assignment DUE(11:59PM EST)</div> |
|||
</td> |
|||
<td></td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
</body> |
|||
<script type="module" src="/src/index.ts"></script> |
|||
</html> |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue