-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheducation.html
More file actions
73 lines (71 loc) · 3.21 KB
/
education.html
File metadata and controls
73 lines (71 loc) · 3.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?v=2"/>
<title>William Seo | Education</title>
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="styles/style.css">
<!--[if IE 6]><link type="text/css" rel="stylesheet" href="styles/ie6.css"><![endif]-->
<!--[if IE 7]><link type="text/css" rel="stylesheet" href="styles/ie7.css"><![endif]-->
<!--[if IE 8]><link type="text/css" rel="stylesheet" href="styles/ie8.css"><![endif]-->
</head>
<body>
<div id="wrap">
<div id="header">
<h1><a href="index.html">William Seo</a></h1>
<h2>CS Undergraduate at CMU</h2>
<ul id="nav">
<li><a href="index.html">Home</a><span>/</span></li>
<li><a href="education.html" class="current">Education</a><span>/</span></li>
<li><a href="experience.html">Work Experience</a><span>/</span></li>
<li><a href="projects.html">Projects</a><span>/</span></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="files/resume.pdf"><img src="images/resumebutton3.png" alt="meme" class="right"
style= "height: 30px; float:left;margin-top:-1px;margin-left:175px"/></li></a>
</ul>
</div>
<div id="intro">
<h4>What we learn with pleasure we never forget.</h4>
<p style="text-align:right">- Alfred Mercier</p>
</div>
<div id="main">
<span style="float:right;width: 30%;">
<a href="https://www.cmu.edu/">
<img src="images/cmu.png" alt="meme" class="project-img first"
style= "width: 150px; float:left;margin-left:50px"/>
</a>
</span>
<p class="service-title first"><em>Carnegie Mellon University</em></p>
<h4>Bachelor of Science in Computer Science: 2019 - 2023</h4>
<p>GPA: 4.0/4.0
<br>Relevant Coursework:
<ul>
<li>Algorithm Design and Analysis (F21 15-451)</li>
<li>Introduction to Computer Security (F21 15-330)</li>
<li>Parallel and Sequential Data Structures and Algorithms (S21 15-210)</li>
<li>Structure and Design of Digital Systems (S21 18-240)</li>
<li>Great Ideas in Theoretical Computer Science (F20 15-251)</li>
<li>Principles of Functional Programming (F20 15-150)</li>
<li>Introduction to Computer Systems (Summer20 15-213)</li>
<li>Principles of Imperative Computation (S20 15-122)</li>
<li>Fundamentals of Programming and Computer Science (F19 15-112)</li>
<li>Introduction to Computer Engineeing (F19 18-100)</li>
</ul>
</p>
<span style="float:right;width: 30%;">
<a href="https://www.siskorea.org/">
<img src="images/sis.jpg" alt="meme" class="project-img first"
style= "width: 150px; float:left;margin-left:50px"/>
</a>
</span>
<p class="service-title"><em>Seoul International School</em></p>
<h4>Attended 2008 - 2019</h4>
</div>
<div id="footer">
<p>Copyright © <a href="#">William Seo</a> - All Rights Reserved | Design By <a target="_blank" href="https://www.free-css.com/free-css-templates/page161/jengo">Chris Creed</a></p>
</div>
</div>
<script src="js/jquery.1.6.3.min.js"></script>
<script src="js/jquery.custom.js"></script>
</body>
</html>