-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
210 lines (174 loc) · 5.4 KB
/
index.html
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html>
<!-- Document head (doesn't display) -->
<head>
<title>Julia Cwiek - Home Page</title>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet'>
<!-- CSS section (to be removed and put in another file) -->
<style>
body {
font-family: 'Raleway';font-size: 22px;
}
#mySidenav a {
position: absolute;
left: -90px;
transition: 0.3s;
padding: 15px;
width: 100px;
text-decoration: none;
font-size: 20px;
color: white;
border-radius: 0 5px 5px 0;
}
#mySidenav a:hover {
left: 0;
}
#courses {
top: 100px;
background-color: black;
}
#projects {
top: 160px;
background-color: black;
}
#skills {
top: 220px;
background-color: black;
}
#more {
top: 280px;
background-color: black;
}
.boxed {
border: 1px solid black ;
width: 800px;
padding: 9px;
}
#nav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
width: 382.8px;
}
#nav li {
float: left;
border: 1px solid #bbb;
}
#nav li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
#nav li a:hover {
background-color: #111;
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
border-radius: 25px;
font-weight: bold;
}
.button4 {
background-color: black;
color: white;
font-family: 'Raleway';
border: 2.5px solid white;
}
.button4:hover {background-color: white; color: black;}
</style>
</head>
<body>
<!-- Main/home content -->
<div id="mySidenav" class="sidenav">
<a href="#" id="courses">Courses</a>
<a href="#" id="projects">Projects</a>
<a href="#" id="skills">Skills</a>
<a href="#" id="more">More!</a>
</div>
<center>
<h1 style: font-family: Raleway>Hi, my name's Julia!</h1>
<img src="/juliacwiek.github.io/computer.png" alt="Computer Girl" style="width:250px;height:250px;">
<br><br/>
<div class = "boxed">
<p> I'm a 3rd-year University of Toronto student on track to completing a BASc. I'm majoring in Cognitive Science (focussing in its computational stream), with a double minor in both Computer Science and Statistics! I'm passionate about programming and hope to find my way into the industry professionally.</p>
</div>
</center>
<pre>
</pre>
<div style="background-color:black; color:white; padding:20px; border-radius: 25px; " >
<pre>
</pre>
<h1>Academic Courses</h1>
<pre>
</pre>
<h2> Year 1 </h2>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/csc120h1';">
CSC120: Computer Science for the Sciences
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/csc148h1';">
CSC148: Intro to Computer Science
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/mat135h1';">
MAT135: Calculus 1(A)
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/mat136h1';">
MAT136: Calculus 1(B)
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/fsl321y1';">
FSL321: French Language III
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/psy100h1';">
PSY100: Intro to Psychology
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/lin101h1';">
LIN101: Intro to Linguistics: Sound Structure
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/lin102h1';">
LIN102: Intro to Linguistics: Sentence Structure & Meaning
</button>
<pre>
</pre>
<h2> Year 2 </h2>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/cog250y1';">
COG250: Intro to Cognitive Science
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/csc207h1';">
CSC207: Software Design
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/csc165h1';">
CSC165: Math Expression & Reasoning for Computer Science
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/psy201h1';">
PSY201: Statistics I
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/csc236h1';">
CSC236: Intro to Theory of Computation
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/psy220h1';">
PSY220: Intro to Social Psychology
</button>
<button class="button button4" onclick="window.location.href = 'https://fas.calendar.utoronto.ca/course/psy270h1';">
PSY270: Intro to Cognitive Psychology
</button>
<button class="button button4" onclick="window.location.href = 'http://student.utm.utoronto.ca/calendar/OpenCourse.pl?Course=MAT102H5;" >
MAT102: Intro to Mathematical Proofs
</button>
<pre>
</pre>
</div>
</body>
</html>