create new site layout

This commit is contained in:
Arthur Lu
2024-05-16 21:23:54 +00:00
committed by Arthur Lu
parent 0a8a25d785
commit ebcbc7b14e
14 changed files with 114 additions and 445 deletions

View File

@@ -1,19 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>root's class notes</title>
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="styles/cards.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Class Notes - Arthur Lu</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="styles/style.css" type="text/css">
</head>
<body>
<header>
<nav>
<a href = "index.html">Home</a>
</nav>
</header>
<main>
<div class="single">
<h1>Class Notes</h1>
<section>
<h2>CSE</h2>
<ul>
<li><a href = "notes/CSE 20.pdf" download>CSE 20 - Discrete Mathematics</a></li>
@@ -28,8 +25,8 @@
<li><a href = "notes/CSE 141.pdf" download> CSE 141 - Introduction to Computer Architecture </a></li>
<li><a href = "notes/CSE 167.pdf" download>CSE 167 - Computer Graphics</a></li>
</ul>
</div>
<div class="single">
</section>
<section>
<h2>ECE</h2>
<ul>
<li><a href = "notes/ECE 35.pdf" download>ECE 35 - Introduction to Analog Design</a></li>
@@ -39,8 +36,8 @@
<li><a href = "notes/ECE 109.pdf" download>ECE 109 - Engineering Probability and Statistics</a></li>
<li><a href = "notes/ECE 111.pdf" download>ECE 111 - Advanced Digital Design Project</a></li>
</ul>
</div>
<div class="single">
</section>
<section>
<h2>MATH</h2>
<ul>
<li><a href = "notes/MATH 18.pdf" download>MATH 18 - Linear Algebra</a></li>
@@ -48,13 +45,13 @@
<li><a href = "notes/MATH 20C.pdf" download>MATH 20C - Calculus and Analytic Geometry</a></li>
<li><a href = "notes/MATH 20D.pdf" download>MATH 20D - Introduction to Differential Equations</a></li>
</ul>
</div>
<div class="single">
</section>
<section>
<h2>PHYS</h2>
<ul>
<li><a href = "notes/PHYS 2C.pdf" download>PHYS 2C - Fluids, Waves, Thermodynamics, and Optics</a></li>
</ul>
</div>
</section>
</main>
<footer>&copy; 2023 - Arthur Lu</footer>
</body>