-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
179 lines (157 loc) · 5.42 KB
/
index.html
File metadata and controls
179 lines (157 loc) · 5.42 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html>
<head>
<title>Alice Zhou | Student Page</title>
<meta charset="UTF-8">
<meta name="description" content="alice's website">
<meta name="keywords" content="Alice, Zhou, ITP-104">
<meta name="author" content="Alice Zhou">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Georgia, serif;
margin: 20px;
background-color: #0F001F;
color: white;
background-image: url("purple-wall.jpeg");
background-repeat: no-repeat;
background-size: cover;
}
color-block {
color: LightskyBlue;
padding: 5px;
}
img {
height: 200px;
width: auto;
}
h3 {
font-style: italic;
}
a {
color: lightskyblue;
}
#container {
width: 954px;
margin: 0 auto;
padding: 0px;
border: 0px solid black;
}
#wrapper {
background-color: black;
}
#row1 {
padding: 15px;
text-align: center;
margin: 12.5px 72.5px;
border-radius: 25px;
width: 800px;
}
#favorites {
width: 380px;
}
#schedule {
width: 420px;
}
#assignments {
width: 400px;
}
#labs {
width: 400px;
}
.blob {
float: left;
border: 1px solid rgb(100,50,115);
padding: 25px;
text-align: center;
margin: 12.5px;
border-radius: 25px;
background-color: rgba(100, 90, 115, 0.8);
}
.blob:hover {
background-color: rgb(100,50,115);
}
.clearfloat {
clear: both;
}
ol {
line-height: 2em;
}
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
@media (max-width: 767px) {
#row1 {
width: 300px;
margin: 0 auto;
}
#container {width: auto}
.blob {
float: none;
margin: 12.5px auto
}
}
</style>
</head>
<body>
<div id="container">
<div id="row1" class="blob">
<h1>Alice Zhou</h1>
<p>Email: <a href="mailto:aliceyzh@usc.edu">aliceyzh@usc.edu</a></p>
</div><!--closes row1-->
<div id="row2">
<div id="favorites" class="blob">
<h3>Favorites</h3>
<p>Favorite Color: <color-block><em>LightBlue</em></color-block></p>
<p>Favorite Website: <a href="https://app.wombo.art/" target="_blank">WOMBO</a></p>
<p>Favorite Activity: Stargazing </p>
<img src="telescope.jpg" alt="stargazing"/>
</div>
<div id="schedule" class="blob">
<h3>School Schedule</h3>
<ol>
<li>ITP 104: Web Publishing</li>
<li>CSCI 103: Introduction to Programming</li>
<li>CSCI 170: Discrete Methods in Computer Science</li>
<li>MATH 229: Calculus III for Engineers and Scientists</li>
<li>GESM 120: Seminar in Humanistic Inquiry</li>
</ol>
</div><!--closes schedule-->
</div> <!--closes row2-->
<div class="clearfloat"></div>
<div id="row3">
<div id="assignments" class="blob">
<h3>Assignments</h3>
<ul>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/assignment01/index.html" target="_blank">Assignment 01: Web Resume</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/assignment02/index.html" target="_blank">Assignment 02: TV Show Article</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/assignment03/index.html" target="_blank">Assignment 03: Two-Column TV Show</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/assignment04/index.html" target="_blank">Assignment 04: Calendar</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/assignment05/index.html" target="_blank">Assignment 05: TV Show Image Gallery</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/assignment06/index.html" target="_blank">Assignment 06: Updated Image Gallery</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/assignment07/index.html" target="_blank">Assignment 07: Final Project Proposal</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/assignment08/index.html" target="_blank">Assignment 08: Final Project Home</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/final/index.html" target="_blank">Assignment 08: Final Project</a></li>
</ul>
</div>
<div id="labs" class="blob">
<h3>Labs</h3>
<ul>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/lab02/index.html" target="_blank">Lab 02: Student Page</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/lab03/index.html" target="_blank">Lab 03: Updated Resume</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/lab04/index.html" target="_blank">Lab 04: Updated Student Page</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/lab05/index.html" target="_blank">Lab 05: Web Form</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/lab06/index.html" target="_blank">Lab 06: Simple Image Gallery</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/lab07/index.html" target="_blank">Lab 07: Puzzle</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/lab08/index.html" target="_blank">Lab 08: Updated Student Page</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/lab09/index.html" target="_blank">Lab 09: Media Page</a></li>
<li><a href="https://uscwebdev.github.io/itp104-submissions-aliceyzhou/lab10/index.html" target="_blank">Lab 10: Animation</a></li>
</ul>
</div>
</div><!--closes row3-->
<div class="clearfloat"></div>
</div><!--closes container-->
</body>
</html>