-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEducation.html
138 lines (118 loc) · 3.53 KB
/
Education.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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Education - YC Qiu's Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">Yucheng (YC) Qiu</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Education.html" class="active">Education👨🎓</a></li>
<li><a href="Projects.html">Projects👨💻</a></li>
<li><a href="Internships.html">Internships👨💼</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">Education👨🎓</h1>
<hr />
<!-- HSASJTU -->
<section>
<h2>High School Affiliated to Shanghai Jiao Tong University</h2>
<div>
<i>Shanghai, China</i>
<span style="float: right;">
<i>2016.09 – 2019.05</i>
</span>
</div>
<span><b>International Baccalaureate</b></span>
<details>
<summary><b>Course List</b></summary>
<ul>
<li>Further Math</li>
<li>Physics</li>
</ul>
</details>
</section>
<hr />
<!-- Wisconsin -->
<section>
<h2>University of Wisconsin, Madison</h2>
<div>
<i>Madison, WI</i>
<span style="float: right;">
<i>2019.09 – 2020.08</i>
</span>
</div>
<span><b>B.S of Computer Science</b></span>
<p><b>GPA: 3.9 / 4</b></p>
<div class="col-6 col-12-medium">
<h3><span>Honors: </span></h3>
<ul>
<li>Dean's List</li>
</ul>
</div>
<details>
<summary><b>Course List</b></summary>
<ul>
<li>Programming</li>
<li>Discrete Math</li>
</ul>
</details>
</section><hr />
<!--Michigan-->
<section>
<h2>University of Michigan, Ann Arbor</h2>
<div>
<i>Ann Arbor, MI</i>
<span style="float: right;">
<i>2020.09 – 2023.05</i>
</span>
</div>
<span><b>B.S of Computer Science and Engineering</b></span>
<p><b>GPA: 3.5 / 4</b></p>
<div class="col-6 col-12-medium">
<h3><span>Honors: </span></h3>
<ul>
<li>University Honors Designation</li>
</ul>
</div>
<details>
<summary><b>Course List</b></summary>
<ul>
<li>Database</li>
<li>Software Development</li>
<li>Game Design</li>
<li>Extended Reality Game Design</li>
</ul>
</details>
</section>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>