-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
189 lines (177 loc) · 6.8 KB
/
index.html
File metadata and controls
189 lines (177 loc) · 6.8 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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Samuel Jun</title>
<link rel="icon" type="image/bmp" href="resources/img/favicon.bmp" />
<link
rel="stylesheet"
type="text/css"
href="resources/css/bootstrap.min.css"
/>
<link rel="stylesheet" type="text/css" href="resources/css/samueljun.css" />
<script src="resources/js/jquery-2.0.3.min.js"></script>
<script src="resources/js/bootstrap.min.js"></script>
<script src="resources/js/main.js"></script>
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button
type="button"
class="navbar-toggle"
data-toggle="collapse"
data-target=".navbar-collapse"
>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Samuel Jun</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav" id="navbar">
<li class="active"><a href="/">Home</a></li>
<li><a href="#software">Software</a></li>
<li><a href="#hardware">Hardware</a></li>
</ul>
</div>
</div>
</div>
<div class="container well">
<div class="tab-content">
<div class="tab-pane active" id="home">
<img
src="resources/img/sam.png"
alt="Image of Samuel Jun"
style="width: 200px; float: right; margin: 0 15px 0 15px"
class="img-thumbnail"
/>
<h3>About Me</h3>
<p>
My name is Samuel Jun. I am currently living in the New York area and I'm
a Front End Engineer at Uber.
</p>
<h3>Interests</h3>
<p>
My hobbies including traveling, going to concerts, skiing, scuba diving, and
very occasionally throwing <a href="#hardware">pottery mugs</a>.
</p>
<h3>Contact</h3>
<p>
Send me an <a href="mailto:mrsamueljun@gmail.com">email</a><br />
Connect with me on
<a href="https://www.linkedin.com/in/samueljun">LinkedIn</a><br />
Check out my <a href="https://github.com/samueljun">GitHub</a><br />
</p>
</div>
<div class="tab-pane" id="software">
<h3>
<a href="https://github.com/samueljun/tomato-clock">
Tomato Clock - Browser Extension
</a>
</h3>
<a href="https://addons.mozilla.org/firefox/addon/tomato-clock/">
<img alt="Mozilla Add-on Users" src="https://img.shields.io/amo/users/tomato-clock?logo=firefox&label=Firefox%20Users&color=red">
</a>
<a href="https://chrome.google.com/webstore/detail/tomato-clock/enemipdanmallpjakiehedcgjmibjihj">
<img alt="Chrome Web Store Users" src="https://img.shields.io/chrome-web-store/users/enemipdanmallpjakiehedcgjmibjihj?logo=googlechrome&label=Chrome%20Users&color=blue">
</a>
<div class="row" style="padding: 12px 0 12px 0">
<div class="col-xs-6 col-md-4">
<a href="resources/img/tomato-clock-1.png" class="thumbnail">
<img src="resources/img/tomato-clock-1.png" />
</a>
</div>
<div class="col-xs-6 col-md-4">
<a href="resources/img/tomato-clock-2.png" class="thumbnail">
<img src="resources/img/tomato-clock-2.png" />
</a>
</div>
<div class="col-xs-6 col-md-4">
<a href="resources/img/tomato-clock-3.png" class="thumbnail">
<img src="resources/img/tomato-clock-3.png" />
</a>
</div>
</div>
<p>
Tomato Clock is a simple browser extension for managing your
productivity. Use the extension to break down your work into 25
minute 'Tomato' intervals separated by short breaks. Use the long
break after completing four Tomato intervals. You can customize the
length of the Tomatoes and breaks in the extension page. The
extension uses the default browser notification system, accompanied
by a sound, to let you know when the timer is over. The extension
also features stats for tracking how many Tomatoes you complete.
Your stats are synced across devices using the browser's cloud
storage support.
</p>
<p>
This project features a cross-browser code base to minimize code
replication across the Firefox and Chrome extensions.
</p>
</div>
<div class="tab-pane" id="hardware">
<h3>The Sam J Collection</h3>
<div class="row">
<div class="col-xs-6 col-md-3">
<a
href="resources/img/sam-j-collection/2015-08-20 22.03.24.jpg"
class="thumbnail"
>
<img
src="resources/img/sam-j-collection/2015-08-20 22.03.24.jpg"
/>
</a>
</div>
<div class="col-xs-6 col-md-3">
<a
href="resources/img/sam-j-collection/2015-10-21 23.57.59.jpg"
class="thumbnail"
>
<img
src="resources/img/sam-j-collection/2015-10-21 23.57.59.jpg"
/>
</a>
</div>
<div class="col-xs-6 col-md-3">
<a
href="resources/img/sam-j-collection/2015-11-05 10.19.48.jpg"
class="thumbnail"
>
<img
src="resources/img/sam-j-collection/2015-11-05 10.19.48.jpg"
/>
</a>
</div>
<div class="col-xs-6 col-md-3">
<a
href="resources/img/sam-j-collection/2015-11-24 20.53.58.jpg"
class="thumbnail"
>
<img
src="resources/img/sam-j-collection/2015-11-24 20.53.58.jpg"
/>
</a>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-md-3">
<a
href="resources/img/sam-j-collection/2015-12-03 08.25.24.jpg"
class="thumbnail"
>
<img
src="resources/img/sam-j-collection/2015-12-03 08.25.24.jpg"
/>
</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>