-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
229 lines (210 loc) · 10.4 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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Codezerker</title>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
<link rel="manifest" href="img/favicons/site.webmanifest">
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="img/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="img/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-shrink navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<img style="height: 48px" class="img-fluid" src="img/navbar-logo.png" srcset="img/[email protected]" alt="">
</a>
</div>
</nav>
<!-- Services -->
<section id="cicero">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text">Introducing Cicero</h2>
<h3 class="section-subheading text-muted" style="margin-bottom: 0em">A Unicode Tool for macOS and iOS</h3>
</div>
</div>
<div class="row">
<div class="col-12 mx-auto text-center">
<img class="img-fluid cicero" src="img/cicero.png" alt="">
</div>
<div class="col-lg mx-auto text-center" style="margin-bottom: 3em">
<a style="color: white" target="_blank" href="https://apps.apple.com/us/app/cicero-a-unicode-tool/id1480977453">
<img class="img-fluid cicero" src="img/mac-appstore.svg" alt="">
</a>
<a target="_blank" href="https://itunes.apple.com/app/cicero-unicode-tool/id1372549464">
<img class="img-fluid cicero" src="img/appstore.svg" alt="">
</a>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<h4 class="service-heading">Blocks and Planes</h4>
<p class="text-muted">Browse through Unicode blocks and planes and check character properties</p>
</div>
<div class="col-md-4">
<h4 class="service-heading">Graphemes</h4>
<p class="text-muted">Segregate user-perceived characters into code points grouped by grapheme clusters</p>
</div>
<div class="col-md-4">
<h4 class="service-heading">Search</h4>
<p class="text-muted">Search characters by code point or name, search Unicode blocks by name</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid -->
<section class="bg-light" id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text">Tools by Codezerker</h2>
<h3 class="section-subheading text-muted">Tools Designed and Built by Codezerker</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" target="_blank" href="https://apps.apple.com/us/app/cicero-a-unicode-tool/id1480977453">
<img class="img-fluid" src="img/portfolio/05-thumbnail.jpg" srcset="img/portfolio/[email protected]" alt="">
</a>
<div class="portfolio-caption">
<a style="color: #212529" class="portfolio-link" target="_blank" href="https://apps.apple.com/us/app/cicero-a-unicode-tool/id1480977453">
<h4 style="color: #212529">Cicero for macOS</h4>
</a>
<p class="text-muted">A Unicode tool for macOS</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" target="_blank" href="https://itunes.apple.com/app/cicero-unicode-tool/id1372549464">
<img class="img-fluid" src="img/portfolio/01-thumbnail.jpg" srcset="img/portfolio/[email protected]" alt="">
</a>
<div class="portfolio-caption">
<a style="color: #212529" class="portfolio-link" target="_blank" href="https://itunes.apple.com/app/cicero-unicode-tool/id1372549464">
<h4 style="color: #212529">Cicero for iOS</h4>
</a>
<p class="text-muted">A Unicode tool for iOS</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" target="_blank" href="https://github.com/eyeplum/cicero-tui">
<img class="img-fluid" src="img/portfolio/06-thumbnail.png" alt="">
</a>
<div class="portfolio-caption">
<a style="color: #212529" class="portfolio-link" target="_blank" href="https://github.com/eyeplum/cicero-tui">
<h4 style="color: #212529">cicero-tui</h4>
</a>
<p class="text-muted">A Unicode tool for the terminal</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" target="_blank" href="https://github.com/Codezerker/atos-gui">
<img class="img-fluid" src="img/portfolio/04-thumbnail.jpg" srcset="img/portfolio/[email protected]" alt="">
</a>
<div class="portfolio-caption">
<a style="color: #212529" class="portfolio-link" target="_blank" href="https://github.com/Codezerker/atos-gui">
<h4 style="color: #212529">atos-gui</h4>
</a>
<p class="text-muted">Re-symbolicating Mach-O crash reports</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" target="_blank" href="https://github.com/Codezerker/Countdown">
<img class="img-fluid" src="img/portfolio/03-thumbnail.jpg" srcset="img/portfolio/[email protected]" alt="">
</a>
<div class="portfolio-caption">
<a style="color: #212529" class="portfolio-link" target="_blank" href="https://github.com/Codezerker/Countdown">
<h4 style="color: #212529">Countdown</h4>
</a>
<p class="text-muted">A friendly disk usage counter for macOS</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" target="_blank" href="https://github.com/Codezerker/Truffaut">
<img class="img-fluid" src="img/portfolio/02-thumbnail.jpg" srcset="img/portfolio/[email protected]" alt="">
</a>
<div class="portfolio-caption">
<a style="color: #212529" class="portfolio-link" target="_blank" href="https://github.com/Codezerker/Truffaut">
<h4 style="color: #212529">Truffaut</h4>
</a>
<p class="text-muted">Presenting ideas by writing Swift</p>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Grid -->
<section>
<div class="container" id="portfolio">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text">Other Projects</h2>
<h3 class="section-subheading text-muted">Other Projects Built by Codezerker</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" target="_blank" href="https://teapodo.com/">
<img class="img-fluid" src="img/portfolio/teapodo.png" srcset="img/portfolio/[email protected]" alt="">
</a>
<div class="portfolio-caption bg-light">
<a style="color: #212529" class="portfolio-link" target="_blank" href="https://teapodo.com/">
<h4 style="color: #212529">Teapodo</h4>
</a>
<p class="text-muted">Fast and easy audio editing</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-light">
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">© 2018-<script>document.write(new Date().getFullYear())</script>, Yan Li</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a target="_blank" href="https://twitter.com/codezerker">
<i class="fa fa-twitter"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
<a class="footer-link" href="privacy_policy.html">Privacy Policy</a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
</body>
</html>