Add files via upload
This commit is contained in:
parent
cddb06dd3f
commit
15c17c68b6
36
index.html
Normal file
36
index.html
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>tronnet homepage</title>
|
||||||
|
<style>
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body style="background-color:white;">
|
||||||
|
<p>CSE</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href = "CSE 20.pdf" download>CSE 20 - Discrete Mathematics</a></li>
|
||||||
|
<li><a href = "CSE 21.pdf" download>CSE 21 - Mathematics for Algorithms and Systems</a></li>
|
||||||
|
<li><a href = "CSE 100.pdf" download>CSE 100 - Advanced Data Structures & C++</a></li>
|
||||||
|
<li><a href = "CSE 140.pdf" download> CSE 140 - Components and Design Techniques for Digital Systems </a></li>
|
||||||
|
</ul>
|
||||||
|
<p>ECE</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href = "ECE 35.pdf" download>ECE 35 - Introduction to Analog Design</a></li>
|
||||||
|
<li><a href = "ECE 45.pdf" download>ECE 45 - Circuits & Systems</a></li>
|
||||||
|
<li><a href = "ECE 65.pdf" download>ECE 65 - Components & Circuits Laboratory</a></li>
|
||||||
|
<li><a href = "ECE 101.pdf" download>ECE 101 - ulnear Systems Fundamentals</a></li>
|
||||||
|
</ul>
|
||||||
|
<p>MATH</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href = "MATH 18.pdf" download>MATH 18 - ulnear Algebra</a></li>
|
||||||
|
<li><a href = "MatLab.pdf" download>MatLab for Math 18</a></li>
|
||||||
|
<li><a href = "MATH 20C.pdf" download>MATH 20C - Calculus and Analytic Geometry</a></li>
|
||||||
|
<li><a href = "MATH 20D.pdf" download>MATH 20D - Introduction to Differential Equations</a></li>
|
||||||
|
</ul>
|
||||||
|
<p>PHYS</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href = "PHYS 2C.pdf" download>PHYS 2C - Fluids, Waves, Thermodynamics, and Optics</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user