-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
175 lines (157 loc) · 6.6 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
<!DOCTYPE html>
<html lang="en">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-37886530-2', 'auto');
ga('send', 'pageview');
</script>
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Isaac Suh</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link media="screen, projection" rel="stylesheet" href="css/styles.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/font-awesome.css">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-beta1/jquery.min.js">
</script>
<script type="text/javascript">
document.addEventListener("touchstart", function() {},false);
</script>
<script type="application/javascript" src="/js/fastclick.js"></script>
<script src="/js/analytics.js"></script>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="main-container">
<!-- Header
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<header>
<div id="title-container">
<div id="title-box">
<h1 id="title">Isaac Suh</h1>
<p id="subtitle">
Brown University CS Undergrad
</p>
</div>
</div>
<div class="profile-image">
<img src="img/profile.jpg" alt="Isaac">
</div>
<div id="bio-container">
<div id="bio-box">
<p id ="bio-mobile">
3rd year at Brown University. <br> Web Development, Object-oriented Programming, Machine Learning <br> e-mail: [email protected]
</p>
<p id ="bio-desktop">
3rd year at Brown University. <br> Web Development, Object-oriented Programming, Machine Learning <br> e-mail: [email protected]
</p>
</div>
</div>
<div id="top-container">
<div id="button-container">
<a class="info-button-resume" href="resume.pdf" target="_blank">
My Resume
</a>
<a class="info-button-hello" href="mailto:[email protected]?subject=Question for Isaac">
Contact Me
</a>
</div>
<div class="social-icons">
<ul>
<li><a href="https://www.facebook.com/isaac.l.suh"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/isaac-suh-5b7271b1"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://plus.google.com/u/0/111464279755930070265"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
</header>
<!-- Main
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<main>
<div class="cards-container">
<div class="project-item">
<div class="title-container">
<h5 class="card-title">
Work Calendar
</h5>
<p class="card-subtitle">
Calendar for easy entering and viewing of off-days. <br> <br>
JQuery & C# <br>
</p>
<a class="card-button" href="http://bsrcalendar.gear.host/" target="_blank">
Website
</a>
</div>
</div>
<div class="project-item">
<div class="title-container">
<h5 class="card-title">
Styles of Thoughts
</h5>
<p class="card-subtitle">
Experiments to study visualizing/verbalizing behaviors and their significance. <br> <br>
JSPsych & PHP
</p>
<a class="card-button" href="http://research.clps.brown.edu/stylesofthoughts/" target="_blank">
Website
</a>
</div>
</div>
<div class="project-item">
<div class="title-container">
<h5 class="card-title">
What's Your Impact?
</h5>
<p class="card-subtitle">
Reduce carbon footprint by adding various activities to your calendar. <br> <br>
Meteor.js
</p>
<a class="card-button" href="https://wyi-test.herokuapp.com/" target="_blank">
Website
</a>
</div>
</div>
<div class="project-item">
<div class="title-container">
<h5 class="card-title">
ChatRoom
</h5>
<p class="card-subtitle">
Real-time chatroom app. Copy the URL to join a room. <br> <br>
Node.js & Socket.io
</p>
<a class="card-button" href="https://agile-retreat-64290.herokuapp.com/" target="_blank">
Website
</a>
</div>
</div>
</div>
</main>
<!-- Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- <footer>
<div id="bottom-container">
<ul id="links-container">
<ul>
</div>
</footer>
</div> -->
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>