-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (88 loc) · 4.22 KB
/
index.html
File metadata and controls
89 lines (88 loc) · 4.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="favicon.ico?v=2"/>
<title>William Seo | CS @ CMU</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" class="current">Home</a><span>/</span></li>
<li><a href="education.html">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><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="main" class="frontpage">
<div id="intro">
<h4>Welcome to my website!</h4>
<p style="text-align:right"></p>
<div style = "text-align:right">
<script>
var date = document.lastModified;
document.write("Last Modified: "+ date+"\n");
</script>
</div>
<span style="float:right;width: 30%;">
<img src="images/profile_pic.png" alt="meme" class="right" style= "height: 150px; float:left;margin-left:50px;margin-top:20px"/>
</span>
<span style="float:left;width: 70%;">
<p><br>I am a junior at Carnegie Mellon University
pursuing a Bachelor's degree in Computer Science, a minor in Business
Administration, and a minor in Engineering Studies. Currently, my main
interests in computer science are security and machine learning.
<br> <br> Outside of school, I enjoy playing volleyball, working out, and cooking.
</p>
</span>
</div>
</div>
<div id="featured-projects">
<h4>Featured Pages</h4>
<a href="files/resume.pdf"><img src="images/resume_icon.png" class="project-img first" alt="" style="width:250px"></a>
<a href="07400-s22/mainpage.html"><img src="images/fhecirc_icon.png" class="project-img" alt="" style="width:250px"></a>
<a href="https://www.linkedin.com/in/wyseo/"><img src="images/linkedin_icon.png" class="project-img" alt="" style="width:250px"></a>
</div>
<!--<div id="overview">
<div id="services">
<h4>My Services</h4>
<div class="service">
<p class="title"><a href="#">Web Design & Development</a></p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Proin a nibh mauris. Mauris interdum, bit more text and some dolor.</p>
</div>
<div class="service">
<p class="title"><a href="#">Search Engine Optimisation</a></p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Proin a nibh mauris. Mauris interdum, bit more text and some dolor.</p>
</div>
</div>
<div id="articles">
<h4>Latest Articles</h4>
<div class="latest-article">
<p class="title"><a href="#">Clean & Minimal Website Designs</a></p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Proin a nibh mauris. Mauris interdum, bit more text and some dolor.</p>
</div>
<div class="latest-article">
<p class="title"><a href="#">Great Tips For Busy Designers</a></p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Proin a nibh mauris. Mauris interdum, bit more text and some dolor.</p>
</div>
</div>
</div>
</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>