-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmajor.html
More file actions
106 lines (101 loc) · 3.05 KB
/
major.html
File metadata and controls
106 lines (101 loc) · 3.05 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html id ="backgroundmajor">
<head>
<title>My Major</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<nav>
<div> <a class="nav_tab navigation" href="index.html"> Home </a></div>
<div> <a class="nav_tab navigation" href="aboutme.html"> About Me </a></div>
<div> <a id="navigation" href="major.html"> My Major </a></div>
<div> <a class="nav_tab navigation" href="fact.html"> Interesting Fact </a></div>
</nav>
<p> My Major is Computer Sciencce. The reason why I choose Computer Science because I like to make great game. Working for Valve is always one of my biggest dream </p>
<p> I am Senior. I suppose to graduate this year but I am late because I wasted 1 year switch to Business Major. </p>
<p> So to be able to graduate next year I am doing some speed running that is taking 21 units. </p>
<p> You can take a peak in my Schedule bellow </p>
<h1>My Schedule</h1>
<table>
<tr>
<th>Time</th>
<th>Monday</th>
<th>Tuesday</th>
<th>Wednesday</th>
<th>Thursday</th>
<th>Friday</th>
</tr>
<tr>
<td>10 AM</td>
<td>CINS 101</td>
<td></td>
<td>CINS 101</td>
<td></td>
<td></td>
</tr>
<tr>
<td>11 AM</td>
<td>HIST 130</td>
<td>CSCI 311 - LAB</td>
<td>HIST 130</td>
<td>CSCI 311 - LAB</td>
<td>HIST 130</td>
</tr>
<tr>
<td>12 PM</td>
<td></td>
<td>CINS 110 - LAB</td>
<td></td>
<td>CINS 110 - LAB</td>
<td></td>
</tr>
<tr>
<td>1 PM</td>
<td>EECE 237</td>
<td></td>
<td>EECE 237</td>
<td></td>
<td>EECE 237</td>
</tr>
<tr>
<td>2PM</td>
<td>MATH 314</td>
<td></td>
<td>MATH 314</td>
<td>MATH 314</td>
<td>MATH 314</td>
</tr>
<tr>
<td>3PM</td>
<td></td>
<td>CSCI 311</td>
<td></td>
<td>CSCI 311</td>
<td></td>
</tr>
<tr>
<td>4PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>5PM</td>
<td></td>
<td>MATH 217</td>
<td></td>
<td>MATH 217</td>
<td></td>
</tr>
</table>
<h1> Personal learning experience </h1>
<a href="https://github.com/zakelong81/Ada-Lovelace" target="_blank"> Ada Lovelace </a>
<p> First hand on html the website kinda bad blank it will give you information about Ada Lovelace who is Computer Scientist </p>
<a href="https://github.com/zakelong81/MySchedule" target="_blank"> Schedule </a>
<p> Learn how to make a table in HTML </p>
<a href="https://github.com/zakelong81/MovieSpoiler" target="_blank"> MovieSpoiler </a>
<p> How to hide the spoiler tag like Reddit </p>
</body>