-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsecond_year.html
More file actions
90 lines (86 loc) · 3.51 KB
/
second_year.html
File metadata and controls
90 lines (86 loc) · 3.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<link rel = "stylesheet" type = "text/css" href = "myindexstyleorg.css">
<link rel = "stylesheet" type = "text/css" href = "tablestyle.css">
<html>
<div id = "container">
<head>
<div class = "title">
<title>TheNanoScribe</title>
</div>
</head>
<body class = "homepage">
<header class = "navbar">
<a id = "logo" href = "index.html"><strong>TheNanoScribe</strong></a>
<nav>
<ul class = "nav_options">
<li><a href = "first_year.html">First Year</a></li>
<li><a href = "second_year.html">Second Year</a></li>
<li><a href = "third_year.html">Third Year</a></li>
<li><a href = "fourth_year.html">Fourth Year</a></li>
<!-- <li><a href = #>Coop</a></li>
<li><a href = #>2B</a></li>
<li><a href = #>Coop</a></li>
<li><a href = #>Coop</a></li>
<li><a href = #>3A</a></li>
<li><a href = #>3B</a></li>
<li><a href = #>Coop</a></li>
<li><a href = #>Coop</a></li>
<li><a href = #>4A</a></li>
<li><a href = #>4B</a></li> -->
</ul>
</nav>
</header>
</body>
</div>
<br><br><br><br><br>
<h1><span class="blue"><</span>2A Courses<span class="blue">></span> <span class="yellow"></pan></h1>
<br><br>
<table class="containertable">
<thead>
<tr>
<th><h1>Course Code</h1></th>
<th><h1>Course Name</h1></th>
<th><h1>Instructor</h1></th>
<th><h1>Content</h1></th>
</tr>
</thead>
<tbody>
<tr>
<td>NE215</td>
<td>Probability and Statistics</td>
<td>TBD</td>
<td>Content</td>
</tr>
<tr>
<td>NE216</td>
<td>Advanced Calculus and Numerical Methods - 1</td>
<td>TBD</td>
<td>Content</td>
</tr>
<tr>
<td>NE222</td>
<td>Organic Chemistry</td>
<td>TBD</td>
<td>Content</td>
</tr>
<tr>
<td>NE225</td>
<td>Stuctures and Properties Nanomaterials</td>
<td>TBD</td>
<td>Content</td>
</tr>
<tr>
<td>NE241</td>
<td>Electromagnetism</td>
<td>TBD</td>
<td>Content</td>
</tr>
<tr>
<td>NE201</td>
<td>Nanotoxicology</td>
<td>TBD</td>
<td>Content</td>
</tr>
</tbody>
</table>
</html>