-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
332 lines (313 loc) · 22.8 KB
/
Copy pathindex.html
File metadata and controls
332 lines (313 loc) · 22.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
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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="js/jquery.js"></script>
<script src="js/script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<link rel="icon" href="images/favicon.png" type="image/x-icon" />
<title>Edward Lu</title>
</head>
<body>
<div id="header">
<div class="header-container">
<div class="logo home-link">
Edward <b>Lu</b>
</div>
<nav>
<li>
<a href="#" id="all-link" class="active">All</a>
</li>
<li>
<a href="#" id="code-link">Code</a>
</li>
<li>
<a href="#" id="design-link">Design</a>
</li>
<li>
<a href="#" id="info-link">Info</a>
</li>
</nav>
<div class="close-container home-link">
<a href="#">
<img src="images/x.png"/>
</a>
</div>
</div>
</div>
<div id="container" class="">
<a href="pages/about.html" id="block-link-about">
<div class="block block-info">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M300,290c0,5.5,3.182,13.182,7.071,17.071
l85.857,85.857C396.818,396.818,404.5,400,410,400h80c5.5,0,13.182-3.182,17.071-7.071l85.857-85.857
C596.818,303.182,600,295.5,600,290v-80c0-5.5-3.182-13.182-7.071-17.071l-85.857-85.857C503.182,103.182,495.5,100,490,100h-80
c-5.5,0-13.182,3.182-17.071,7.071l-85.857,85.857C303.182,196.818,300,204.5,300,210V290z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M210,400c-5.5,0-10,4.5-10,10v380
c0,5.5,4.5,10,10,10h480c5.5,0,10-4.5,10-10V410c0-5.5-4.5-10-10-10h-80c-5.5,0-13.182,3.182-17.071,7.071l-85.857,85.857
C503.182,496.818,495.5,500,490,500h-80c-5.5,0-13.182-3.182-17.071-7.071l-85.857-85.857C303.182,403.182,295.5,400,290,400H210z
"/>
</svg>
<div class="title">ABOUT ME</div>
</div>
</a>
<a href="pages/qtrader.html" id="block-link-qtrader">
<div class="block block-code">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="WHITE" stroke-width="30" stroke-miterlimit="10" d="M100,100v680c0,11,9,20,20,20h660c11,0,20-9,20-20
V120c0-11-4.025-11.95-8.944-2.111l-82.111,164.223c-4.919,9.839-15.309,11.525-23.087,3.747l-71.715-71.716
c-7.778-7.778-16.988-5.604-20.467,4.832l-87.352,262.053c-3.479,10.436-10.35,10.924-15.269,1.085l-82.111-164.223
c-4.919-9.839-11.127-9.157-13.795,1.514l-90.299,361.195c-2.668,10.671-11.214,13.038-18.993,5.26l-71.716-71.715
c-7.778-7.778-20.506-7.778-28.284,0L100,700"/>
</svg>
<div class="title">Q-TRADER</div>
</div>
</a>
<a href="pages/digitid.html" id="block-link-digitid">
<div class="block block-code">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="300" x2="400" y2="300"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="400" y1="300" x2="400" y2="400"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="400" y1="400" x2="200" y2="400"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="500" x2="300" y2="500"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="500" x2="300" y2="600"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="600" x2="500" y2="600"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="200" x2="500" y2="700"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="300" x2="300" y2="200"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="300" x2="400" y2="200"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="400" y1="300" x2="500" y2="200"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="400" y1="500" x2="500" y2="400"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="400" x2="200" y2="500"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M200,600l92.929-92.93
c3.89-3.889,10.253-10.252,14.143-14.143l85.857-85.857c3.89-3.889,10.253-10.253,14.143-14.143L500,300"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="600" x2="200" y2="700"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="400" y1="600" x2="300" y2="700"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="600" x2="400" y2="700"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M210,700c-5.5,0-10-4.5-10-10V210
c0-5.5,4.5-10,10-10h480c5.5,0,10,4.5,10,10v480c0,5.5-4.5,10-10,10H210z"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="600" y1="200" x2="600" y2="700"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="700" y1="200" x2="600" y2="300"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="700" y1="300" x2="600" y2="400"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="700" y1="400" x2="600" y2="500"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="700" y1="500" x2="600" y2="600"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="700" y1="600" x2="600" y2="700"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M790,800c5.5,0,10-4.5,10-10V110
c0-5.5-4.5-10-10-10H110c-5.5,0-10,4.5-10,10v680c0,5.5,4.5,10,10,10H790z"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="100" y1="100" x2="200" y2="200"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="700" y1="200" x2="800" y2="100"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="700" x2="100" y2="800"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="700" y1="700" x2="800" y2="800"/>
</svg>
<div class="title">DIGIT IDENTIFIER</div>
</div>
</a>
<a href="pages/dnn.html" id="block-link-dnn">
<div class="block block-code">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M190,200c5.5,0,10-4.5,10-10v-80
c0-5.5-4.5-10-10-10h-80c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10H190z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M190,400c5.5,0,10-4.5,10-10v-80
c0-5.5-4.5-10-10-10h-80c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10H190z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M190,600c5.5,0,10-4.5,10-10v-80
c0-5.5-4.5-10-10-10h-80c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10H190z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M190,800c5.5,0,10-4.5,10-10v-80
c0-5.5-4.5-10-10-10h-80c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10H190z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M790,400c5.5,0,10-4.5,10-10v-80
c0-5.5-4.5-10-10-10h-80c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10H790z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M790,600c5.5,0,10-4.5,10-10v-80
c0-5.5-4.5-10-10-10h-80c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10H790z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M490,300c5.5,0,10-4.5,10-10v-80
c0-5.5-4.5-10-10-10h-80c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10H490z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M490,500c5.5,0,10-4.5,10-10v-80
c0-5.5-4.5-10-10-10h-80c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10H490z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M490,700c5.5,0,10-4.5,10-10v-80
c0-5.5-4.5-10-10-10h-80c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10H490z"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="100" x2="400" y2="200"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="100" x2="400" y2="400"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="100" x2="400" y2="600"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="300" x2="400" y2="200"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="300" x2="400" y2="400"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="300" x2="400" y2="600"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="500" x2="400" y2="200"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="500" x2="400" y2="400"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="500" x2="400" y2="600"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="700" x2="400" y2="200"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="700" x2="400" y2="400"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="200" y1="700" x2="400" y2="600"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="200" x2="700" y2="300"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="700" y1="500" x2="500" y2="200"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="400" x2="700" y2="300"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="400" x2="700" y2="500"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="600" x2="700" y2="300"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="600" x2="700" y2="500"/>
</svg>
<div class="title">C++ DNN</div>
</div>
</a>
<a href="pages/mixing.html" id="block-link-mixing">
<div class="block block-code">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M700,690c0,5.5-3.182,13.182-7.071,17.071
l-85.857,85.857C603.182,796.818,595.5,800,590,800H210c-5.5,0-13.182-3.182-17.071-7.071l-85.857-85.857
C103.182,703.182,100,695.5,100,690v-80c0-5.5,3.182-13.182,7.071-17.071l185.857-185.857C296.818,403.182,300,395.5,300,390V110
c0-5.5,4.5-10,10-10h180c5.5,0,10,4.5,10,10v280c0,5.5,3.182,13.182,7.071,17.071l185.857,185.857
C696.818,596.818,700,604.5,700,610V690z"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="200" x2="500" y2="200"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M690,200c5.5,0,10-4.5,10-10v-80
c0-5.5-4.5-10-10-10h-80c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10H690z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M800,310c0-5.5-4.5-10-10-10h-80
c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10h80c5.5,0,10-4.5,10-10V310z"/>
</svg>
<div class="title">THE MIXING POT</div>
</div>
</a>
<a href="pages/crybaby.html" id="block-link-crybaby">
<div class="block block-design">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M607.071,792.929
C603.182,796.818,595.5,800,590,800H310c-5.5,0-13.182-3.182-17.071-7.071l-85.857-85.857C203.182,703.182,200,695.5,200,690V210
c0-5.5,3.182-13.182,7.071-17.071l85.857-85.857C296.818,103.182,304.5,100,310,100h280c5.5,0,13.182,3.182,17.071,7.071
l85.857,85.857C696.818,196.817,700,204.5,700,210v480c0,5.5-3.182,13.182-7.071,17.071L607.071,792.929z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M600,690c0,5.5-4.5,10-10,10H310
c-5.5,0-10-4.5-10-10V210c0-5.5,4.5-10,10-10h280c5.5,0,10,4.5,10,10V690z"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="400" y1="700" x2="400" y2="800"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="700" x2="500" y2="800"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="300" x2="500" y2="300"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="400" x2="400" y2="400"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="500" x2="500" y2="500"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="600" x2="400" y2="600"/>
</svg>
<div class="title">CRYBABY</div>
</div>
</a>
<a href="pages/blanked.html" id="block-link-blanked">
<div class="block block-code">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M190,800c5.5,0,10-4.5,10-10v-80
c0-5.5-4.5-10-10-10h-80c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10H190z"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="800" x2="400" y2="800"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M200,510c0-5.5-4.5-10-10-10h-80
c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10h80c5.5,0,10-4.5,10-10V510z"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="600" x2="400" y2="600"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M200,310c0-5.5-4.5-10-10-10h-80
c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10h80c5.5,0,10-4.5,10-10V310z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M800,190c0,5.5-4.5,10-10,10H110
c-5.5,0-10-4.5-10-10v-80c0-5.5,4.5-10,10-10h680c5.5,0,10,4.5,10,10V190z"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="300" y1="400" x2="400" y2="400"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M600,510c0-5.5-4.5-10-10-10h-80
c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10h80c5.5,0,10-4.5,10-10V510z"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="700" y1="600" x2="800" y2="600"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M600,310c0-5.5-4.5-10-10-10h-80
c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10h80c5.5,0,10-4.5,10-10V310z"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="700" y1="400" x2="800" y2="400"/>
</svg>
<div class="title">BLANKED</div>
</div>
</a>
<a href="pages/watwhenwhere.html" id="block-link-watwhenwhere">
<div class="block block-code">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M290,100c5.5,0,10,4.5,10,10v480
c0,5.5,3.182,6.818,7.071,2.929l85.857-85.857C396.818,503.182,404.5,500,410,500h80c5.5,0,13.182,3.182,17.071,7.071
l85.857,85.857c3.89,3.89,7.071,2.571,7.071-2.929V110c0-5.5,4.5-10,10-10h180c5.5,0,10,4.5,10,10v580
c0,5.5-3.182,13.182-7.071,17.071l-85.857,85.857C703.182,796.818,695.5,800,690,800h-80c-5.5,0-13.182-3.182-17.071-7.071
l-85.857-85.857C503.182,703.182,495.5,700,490,700h-80c-5.5,0-13.182,3.182-17.071,7.071l-85.857,85.857
C303.182,796.818,295.5,800,290,800h-80c-5.5,0-13.182-3.182-17.071-7.071l-85.857-85.857C103.182,703.182,100,695.5,100,690V110
c0-5.5,4.5-10,10-10H290z"/>
</svg>
<div class="title">WATWHENWHERE</div>
</div>
</a>
<a href="pages/planner.html" id="block-link-planner">
<div class="block block-design">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M400,700H110c-5.5,0-10-4.5-10-10V110
c0-5.5,4.5-10,10-10h380c5.5,0,10,4.5,10,10v80c0,5.5-4.5,10-10,10h-80c-5.5,0-5.5,0,0,0h380c5.5,0,10,4.5,10,10v580
c0,5.5-4.5,10-10,10H410c-5.5,0-10-4.5-10-10V200"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="300" x2="700" y2="300"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="400" x2="700" y2="400"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="500" x2="700" y2="500"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="600" x2="700" y2="600"/>
<line fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" x1="500" y1="700" x2="700" y2="700"/>
</svg>
<div class="title">PLANNER COVERS</div>
</div>
</a>
<a href="pages/transference.html" id="block-link-transference">
<div class="block block-design">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M192.929,792.929
C196.818,796.818,204.5,800,210,800h480c5.5,0,13.182-3.182,17.071-7.071l85.857-85.857C796.818,703.182,800,695.5,800,690V210
c0-5.5-3.182-13.182-7.071-17.071l-85.857-85.857C703.182,103.182,695.5,100,690,100H210c-5.5,0-13.182,3.182-17.071,7.071
l-85.857,85.857C103.182,196.818,100,204.5,100,210v480c0,5.5,3.182,13.182,7.071,17.071L192.929,792.929z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M500,700V510c0-5.5-4.5-10-10-10h-80
c-5.5,0-10,4.5-10,10v180c0,5.5,4.5,10,10,10h80c5.5,0,10-4.5,10-10v-80c0-5.5-4.5-10-10-10h-80c-5.5,0-10-4.5-10-10v-80
c0-5.5-3.182-13.182-7.071-17.071l-85.857-85.857C303.182,403.182,300,395.5,300,390v-80c0-5.5,3.182-13.182,7.071-17.071
l85.857-85.857C396.818,203.182,404.5,200,410,200h80c5.5,0,13.182,3.182,17.071,7.071l85.857,85.857
C596.818,296.818,600,304.5,600,310v80c0,5.5-3.182,13.182-7.071,17.071L500,500"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M400,400v-90c0-5.5,4.5-10,10-10h80
c5.5,0,10-4.5,10-10v-90"/>
</svg>
<div class="title">TRANSFERENCE</div>
</div>
</a>
<a href="pages/predictable.html" id="block-link-predictable">
<div class="block block-code">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M200,790c0,5.5-4.5,10-10,10h-80
c-5.5,0-10-4.5-10-10v-80c0-5.5,4.5-10,10-10h80c5.5,0,10,4.5,10,10V790z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M100,110c0-5.5,4.5-10,10-10h680
c5.5,0,10,4.5,10,10v380c0,5.5-4.5,10-10,10H210c-5.5,0-10,4.5-10,10v80c0,5.5-4.5,10-10,10h-80c-5.5,0-10-4.5-10-10V410
c0-5.5,4.5-10,10-10h580c5.5,0,10-4.5,10-10V210c0-5.5-4.5-10-10-10H110c-5.5,0-10-4.5-10-10V110z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M100,400V210c0-5.5,4.5-10,10-10h80
c5.5,0,10,4.5,10,10v190"/>
</svg>
<div class="title">PREDICTABLE</div>
</div>
</a>
<a href="pages/logogen.html" id="block-link-logogen">
<div class="block block-code">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M790,800c5.5,0,10-4.5,10-10V110
c0-5.5-4.5-10-10-10H110c-5.5,0-10,4.5-10,10v680c0,5.5,4.5,10,10,10H790z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M100,400h290c5.5,0,10,4.5,10,10v80
c0,5.5,4.5,10,10,10h380c5.5,0,5.5,0,0,0H610c-5.5,0-10,4.5-10,10v180c0,5.5-4.5,10-10,10H410c-5.5,0-10-4.5-10-10V510
c0-5.5,0-14.5,0-20V100"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M290,800c5.5,0,10-4.5,10-10v-80
c0-5.5,4.5-10,10-10h80c5.5,0,10,4.5,10,10v80c0,5.5,4.5,10,10,10h80c5.5,0,10-4.5,10-10v-80c0-5.5,4.5-10,10-10h80
c5.5,0,10,4.5,10,10v80c0,5.5,4.5,10,10,10h80c5.5,0,10-4.5,10-10v-80c0-5.5,4.5-10,10-10h80c5.5,0,5.5,0,0,0H110
c-5.5,0-5.5,0,0,0h80c5.5,0,10,4.5,10,10v80c0,5.5,4.5,10,10,10H290z"/>
</svg>
<div class="title">LOGO GENERATOR</div>
</div>
</a>
<a href="pages/fiverr.html" id="block-link-fiverr">
<div class="block block-design">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M500,600h90c5.5,0,10-4.5,10-10v-80
c0-5.5-4.5-10-10-10h-80c-5.5,0-10-4.5-10-10V210c0-5.5,4.5-10,10-10h280c5.5,0,10,4.5,10,10v80c0,5.5-4.5,10-10,10H510
c-5.5,0-10,4.5-10,10v80c0,5.5,4.5,10,10,10h180c5.5,0,10,4.5,10,10v280c0,5.5-4.5,10-10,10H510c-5.5,0-10,4.5-10,10v80
c0,5.5,0,5.5,0,0V110c0-5.5-4.5-10-10-10h-80c-5.5,0-10,4.5-10,10v180c0,5.5-4.5,10-10,10h-80c-5.5,0-10,4.5-10,10v80
c0,5.5,4.5,10,10,10h80c5.5,0,10,4.5,10,10v280c0,5.5-4.5,10-10,10H110c-5.5,0-10-4.5-10-10v-80c0-5.5,4.5-10,10-10h280
c5.5,0,10-4.5,10-10v-80c0-5.5-4.5-10-10-10H210c-5.5,0-10-4.5-10-10V210c0-5.5,4.5-10,10-10h180c5.5,0,10-4.5,10-10v-80
c0-5.5,0-5.5,0,0v680c0,5.5,4.5,10,10,10h90"/>
</svg>
<div class="title">FIVERR PORTFOLIO</div>
</div>
</a>
<a href="pages/contact.html" id="block-link-contact">
<div class="block block-info">
<svg class="icon" x="0px" y="0px" width="900px" height="900px" viewBox="0 0 900 900">
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M410,500c-5.5,0-6.818-3.182-2.929-7.071
l385.857-385.857c3.89-3.89,7.071-2.571,7.071,2.929v680c0,5.5-4.5,10-10,10H110c-5.5,0-10-4.5-10-10V110
c0-5.5,3.182-6.818,7.071-2.929l385.857,385.857c3.89,3.89,2.571,7.071-2.929,7.071H410z"/>
<path fill="none" stroke="white" stroke-width="30" stroke-miterlimit="10" d="M100,100 H800"/>
<line fill="none" stroke="#white" stroke-width="30" stroke-miterlimit="10" x1="100" y1="100" x2="800" y2="100"/>
</svg>
<div class="title">CONTACT</div>
</div>
</a>
</div>
<div id="load-content"></div>
</body>
</html>