-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschool.html
150 lines (125 loc) · 4.8 KB
/
school.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../assets/img/icon.png">
<title>julia oran</title>
<script src="https://use.fontawesome.com/ed7a7d487f.js"></script>
<!-- Bootstrap core CSS -->
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="../../../../assets/css/sticky-footer.css" rel="stylesheet">
<link href="../../../../assets/css/hover.css/css/hover-min.css" rel="stylesheet">
<link href="../../../../assets/css/animate.css/animate.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway|Oswald|Shadows+Into+Light" rel="stylesheet">
</head>
<body>
<!-- Begin page content -->
<div class="container">
<div class="mt-1">
<h1 id="name">julia oran</h1>
</div>
<!-- <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
<p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p> -->
<div class="info">
<a href="school.html" class="section-icon hvr-float">
<div class="row">
<div class="col-sm-1" style="width: 576px;">
<i class="fa fa-2x fa-graduation-cap"></i>
</div>
<div class="col-sm-11">
<p class="section">Education</p>
</div>
</div>
</a>
<div class="row">
<div class="col-sm-1"></div>
<div class="col-sm-11">
<p class="title">Computer Science, The University of Chicago</p>
<p class="description">Chicago, IL</p>
</div>
</div>
</div>
<div class="info">
<div class="row">
<div class="col-sm-1"></div>
<div class="col-sm-6">
<p class="title">CS Courses</p>
<div class="row">
<div class="col-sm-6">
<p class="description">
<ul>
<li>Programming Languages</li>
<li>Discrete Mathematics</li>
<li>Data Visualization</li>
<li>Computer Architecture</li>
<li>Intro to Computer Science sequence</li>
<li>Honors Calculus</li>
</ul>
</p>
</div>
<div class="col-sm-6">
<p class="description">
<ul>
<li>Theory of Algorithms</li>
<li>Digital Fabrication</li>
<li>Networks</li>
<li>Intro to Computer Systems</li>
<li>Introduction to Web Development</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-sm-5">
<p class="title">Honors</p>
<p class="description">Dean's List 2015-2017</p>
<p class="title">Expected Graduation</p>
<p class="description">June 2018</p>
</div>
</div>
</div>
<div class="info">
<a href="index.html" class="section-icon hvr-float">
<div class="row">
<div class="col-sm-1" style="width: 576px;">
<i class="fa fa-2x fa-home"></i>
</div>
<div class="col-sm-11">
<p class="section">Home</p>
</div>
</div>
</a>
<!-- <div class="row">
<div class="col-sm-1">
<a href="index.html" class="section-icon hvr-pulse"><i class="fa fa-2x fa-home"></i></a>
</div>
<div class="col-sm-11">
<p class="title">Home</p>
<p class="description">Go Back!</p>
</div>
</div> -->
</div>
</div>
<footer class="footer">
<div class="container">
<span class="text-muted">
<ul class="icons">
<!-- <li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-file-text"></i></a></li>
<li><a href="#"><i class="fa fa-envelope"></i></a></li> -->
<li>© Julia Oran 2017</li>
</ul>
</span>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>