-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtabs.html
310 lines (272 loc) · 18.5 KB
/
tabs.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="/assets/css/header-index2.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/footer.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/articles-cards.css" />
<title>
Tabs - Zihan MEI's Site
</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="Welcome to My Personal Site!">
<meta name="author" content="Zihan Zephaniah MEI">
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,400,600&display=swap" rel="stylesheet">
<script>
(function (d) {
var config = {
kitId: 'cmi7aqt',
scriptTimeout: 3000,
async: true
},
h = d.documentElement, t = setTimeout(function () { h.className = h.className.replace(/\bwf-loading\b/g, "") + " wf-inactive"; }, config.scriptTimeout), tk = d.createElement("script"), f = false, s = d.getElementsByTagName("script")[0], a; h.className += " wf-loading"; tk.src = 'https://use.typekit.net/' + config.kitId + '.js'; tk.async = true; tk.onload = tk.onreadystatechange = function () { a = this.readyState; if (f || a && a != "complete" && a != "loaded") return; f = true; clearTimeout(t); try { Typekit.load(config) } catch (e) { } }; s.parentNode.insertBefore(tk, s)
})(document);
</script>
<!-- end fonts -->
<!-- start favicons snippet, use https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#2c3e50">
<link rel="shortcut icon" href="/favicon/favicon.ico">
<meta name="apple-mobile-web-app-title" content="ZMei.moe">
<meta name="application-name" content="ZMei.moe">
<meta name="msapplication-TileColor" content="#fee3e1">
<meta name="msapplication-config" content="/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- end favicons snippet -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156998560-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-156998560-1');
</script>
<!-- jQuery -->
<script src="/assets/js/jquery-3.6.0.min.js"></script>
<!-- anime-master -->
<script src="/assets/js/anime-master/lib/anime.min.js"></script>
<!-- fontawesome -->
<script src="https://kit.fontawesome.com/d61407055c.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="/assets/js/headerres.js"></script>
<script type="text/javascript" src="/assets/js/headerhighlightdect.js"></script>
<script type="text/javascript" src="/assets/js/smoothscroll.js"></script>
</head>
<body>
<div class="topnav navori" id="navbar">
<a class="homenav" href="/index.html" onclick="closenav()"><img src="/assets/img/logo.svg" />
<p>Zihan MEI</p>
</a>
<div class="othernav">
<a class="resdown" id="architecturenav" href="/design.html" onclick="closenav()">Design</a>
<a class="resdown" id="codingnav" href="/blog.html" onclick="closenav()">Blog</a>
<a class="resdown" id="literaturenav" href="/tabs.html" onclick="closenav()">Tabs</a>
</div>
<a class="dropicon" onclick="narrownav()">
<i class="fa fa-bars"></i>
</a>
</div>
<a id="backtotop" onclick="driveTo(0)">
<svg id="layer2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.85 35.95">
<defs>
<style>
.cls-1 {
fill: none;
stroke-miterlimit: 10;
}
</style>
</defs>
<title>backtotop</title>
<polyline class="cls-1" points="0.43 13.95 8.43 0.95 16.43 13.95" />
<line class="cls-1" x1="8.43" y1="25.95" x2="8.43" y2="0.95" />
<line class="cls-1" x1="0.43" y1="0.95" x2="16.43" y2="0.95" />
</svg>
</a>
<script class="backtotop">
var btn = $('#backtotop');
$(window).scroll(function () {
if ($(window).scrollTop() > 300) {
btn.addClass('show');
} else {
btn.removeClass('show');
}
});
btn.on('click', function (e) {
e.preventDefault();
$('html, body').animate({ scrollTop: 0 }, '300');
});
</script>
<div id="offsetheader" style="background-image: url(/assets/img/covers/literaturecover.jpg);"></div>
<div id="content">
<div class="row">
<h1 class="sectionhead"></h1>
<a class="column" href="articles/02tabs/2020-01-19-showa-romannsu.html">
<div class="coverimg" style="background-image: url(/assets/img/02literature/00guitar/2020-01-19昭和ロマンス/昭和ロマンスcover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>昭和ロマンス</h1>
</div>
<div class="projclass">
<h2>Guitar, Masaaki Kishibe</h2>
</div>
<div class="projdescription">
<p>Orig. 岸部眞明 (Masaaki Kishibe)<br>Played by: Zihan Mei<br>Guitar: Yamaha FG830<br>Pickup: Meizu 16th Recorder<br>Date recorded: 2020-01-19</p>
</div>
</div>
</a>
<a class="column" href="articles/02tabs/2019-08-06-childhood-dream.html">
<div class="coverimg" style="background-image: url(/assets/img/02literature/00guitar/2019-08-06少年の梦/Lis-butterfly2cover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>少年の梦 Childhood Dream</h1>
</div>
<div class="projclass">
<h2>Guitar, Masaaki Kishibe</h2>
</div>
<div class="projdescription">
<p>Orig. 岸部眞明 (Masaaki Kishibe)<br>Played by: Zihan Mei<br>Guitar: Yamaha FG830<br>Pickup: Meizu 16th Recorder<br>Date recorded: 2019-08-06</p>
</div>
</div>
</a>
<a class="column" href="articles/02tabs/2019-07-18-miracle-mountain.html">
<div class="coverimg" style="background-image: url(/assets/img/02literature/00guitar/2019-07-18奇跡の山/heirinjidcover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>奇跡の山 Miracle Mountain</h1>
</div>
<div class="projclass">
<h2>Guitar, Masaaki Kishibe</h2>
</div>
<div class="projdescription">
<p>Orig. 岸部眞明 (Masaaki Kishibe)<br>Played by: Zihan Mei<br>Guitar: Yamaha FG830<br>Pickup: Meizu 16th Recorder<br>Date recorded: 2019-07-18</p>
</div>
</div>
</a>
<a class="column" href="articles/02tabs/2019-04-05-yueding.html">
<div class="coverimg" style="background-image: url(/assets/img/02literature/00guitar/2019-04-05-约定/coveryueding.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>约定</h1>
</div>
<div class="projclass">
<h2>Guitar</h2>
</div>
<div class="projdescription">
<p>Orig. 周蕙 (Where Chou)<br>Played by: Zihan Mei<br>Guitar: Yamaha FG830<br>Pickup: Meizu 16th Recorder<br>Date recorded: 2019-04-05</p>
</div>
</div>
</a>
<a class="column" href="articles/02tabs/2018-11-11-the-end-of-the-world.html">
<div class="coverimg" style="background-image: url(/assets/img/02literature/00guitar/2018-11-11theendoftheworld/theendoftheworldcover.png);"></div>
<div class="words">
<div class="projtitle">
<h1>The End of the World</h1>
</div>
<div class="projclass">
<h2>Guitar, Masaaki Kishibe</h2>
</div>
<div class="projdescription">
<p>Orig. 岸部眞明 (Masaaki Kishibe)<br>Played by: Zihan Mei<br>Guitar: Yamaha FG830<br>Pickup: Samsung Note 3 Recorder<br>Date recorded: 2018-11-11</p>
</div>
</div>
</a>
<a class="column" href="articles/02tabs/2018-04-21-miracle-mountain.html">
<div class="coverimg" style="background-image: url(/assets/img/02literature/00guitar/2018-04-21奇跡の山/奇跡の山.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>奇跡の山 Miracle Mountain</h1>
</div>
<div class="projclass">
<h2>Guitar</h2>
</div>
<div class="projdescription">
<p>Orig. 岸部眞明 (Masaaki Kishibe)<br>Played by: Zihan Mei<br>Guitar: Yamaha FG830<br>Pickup: Samsung Note 3 Recorder<br>Date recorded: 2018-04-21</p>
</div>
</div>
</a>
<a class="column" href="articles/02tabs/2018-02-26-city-of-maple-leaf.html">
<div class="coverimg" style="background-image: url(/assets/img/02literature/00guitar/2018-02-26枫叶城/Autumn\ Leaf\ Fred\ Bartelsori.png);"></div>
<div class="words">
<div class="projtitle">
<h1>枫叶城 City of Maple Leaf</h1>
</div>
<div class="projclass">
<h2>Guitar</h2>
</div>
<div class="projdescription">
<p>Orig. 杨昊昆<br>Played by: Zihan Mei<br>Guitar: Yamaha FG830<br>Pickup: Samsung Note 3 Recorder<br>Date recorded: 2018-02-26</p>
</div>
</div>
</a>
<a class="column" href="articles/02tabs/2017-08-20-travel-is-meaningful.html">
<div class="coverimg" style="background-image: url(/assets/img/02literature/00guitar/2017-08-20旅行的意义/travelismeaningfulcover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>旅行的意义 Travel is Meaningful</h1>
</div>
<div class="projclass">
<h2>Guitar</h2>
</div>
<div class="projdescription">
<p>Orig. 陳綺貞 Cheer Chen<br>Played by: Zihan Mei<br>Guitar: Yamaha FG830<br>Pickup: Samsung Note 3 Recorder<br>Date recorded: 2017-08-20</p>
</div>
</div>
</a>
</div>
<hr>
</div>
<!-- important to put this at the end -->
<script type="text/javascript" class="cards" src="/assets/js/card.js"></script>
<section id="footer">
<div class="footercontainer">
<p>
<span>
<a href="https://www.facebook.com/zmzihanmei" target="_blank">
<svg width="24" height="24" class="social facebook" fill="#34090f" viewBox="0 0 1024 1024"
version="1.1" xmlns="http://www.w3.org/2000/svg">
<path
d="M767.428571 6.857143l0 150.857143-89.714286 0q-49.142857 0-66.285714 20.571429t-17.142857 61.714286l0 108 167.428571 0-22.285714 169.142857-145.142857 0 0 433.714286-174.857143 0 0-433.714286-145.714286 0 0-169.142857 145.714286 0 0-124.571429q0-106.285714 59.428571-164.857143t158.285714-58.571429q84 0 130.285714 6.857143z" />
</svg>
</a></span>
<span>
<a href="https://github.com/saturn-drm" target="_blank">
<svg width="24" height="24" class="social github" fill="#34090f" viewBox="0 0 1024 1024"
version="1.1" xmlns="http://www.w3.org/2000/svg">
<path class="svgpath" data-index="path_0"
d="M0 525.2c0 223.6 143.3 413.7 343 483.5 26.9 6.8 22.8-12.4 22.8-25.4l0-88.7c-155.3 18.2-161.5-84.6-172-101.7-21.1-36-70.8-45.2-56-62.3 35.4-18.2 71.4 4.6 113.1 66.3 30.2 44.7 89.1 37.2 119 29.7 6.5-26.9 20.5-50.9 39.7-69.6C248.8 728.2 181.7 630 181.7 513.2c0-56.6 18.7-108.7 55.3-150.7-23.3-69.3 2.2-128.5 5.6-137.3 66.5-6 135.5 47.6 140.9 51.8 37.8-10.2 80.9-15.6 129.1-15.6 48.5 0 91.8 5.6 129.8 15.9 12.9-9.8 77-55.8 138.8-50.2 3.3 8.8 28.2 66.7 6.3 135 37.1 42.1 56 94.6 56 151.4 0 117-67.5 215.3-228.8 243.7 26.9 26.6 43.6 63.4 43.6 104.2l0 128.8c0.9 10.3 0 20.5 17.2 20.5C878.1 942.4 1024 750.9 1024 525.3c0-282.9-229.3-512-512-512C229.1 13.2 0 242.3 0 525.2L0 525.2z" />
</svg>
</a></span>
<span>
<a href="https://www.linkedin.com/in/zihan-mei-616b8b162/" target="_blank">
<svg width="24" height="24" class="social linkedin" fill="#34090f" viewBox="0 0 1024 1024"
version="1.1" xmlns="http://www.w3.org/2000/svg">
<path
d="M260.096 155.648c0 27.307008-9.899008 50.516992-29.696 69.632-19.796992 19.115008-45.396992 28.672-76.8 28.672-30.036992 0-54.612992-9.556992-73.728-28.672-19.115008-19.115008-28.672-42.324992-28.672-69.632 0-28.672 9.556992-52.224 28.672-70.656 19.115008-18.432 44.372992-27.648 75.776-27.648 31.403008 0 56.32 9.216 74.752 27.648 18.432 18.432 28.331008 41.984 29.696 70.656 0 0 0 0 0 0m-202.752 808.96c0 0 0-632.832 0-632.832 0 0 196.608 0 196.608 0 0 0 0 632.832 0 632.832 0 0-196.608 0-196.608 0 0 0 0 0 0 0m313.344-430.08c0-58.708992-1.364992-126.292992-4.096-202.752 0 0 169.984 0 169.984 0 0 0 10.24 88.064 10.24 88.064 0 0 4.096 0 4.096 0 40.96-68.267008 105.812992-102.4 194.56-102.4 68.267008 0 123.220992 22.868992 164.864 68.608 41.643008 45.739008 62.464 113.664 62.464 203.776 0 0 0 374.784 0 374.784 0 0-196.608 0-196.608 0 0 0 0-350.208 0-350.208 0-91.476992-33.451008-137.216-100.352-137.216-47.787008 0-81.236992 24.576-100.352 73.728-4.096 8.192-6.144 24.576-6.144 49.152 0 0 0 364.544 0 364.544 0 0-198.656 0-198.656 0 0 0 0-430.08 0-430.08 0 0 0 0 0 0" />
</svg>
</a></span>
<span>
<a href="mailto:[email protected]" target="_blank">
<svg width="24" height="24" class="social mail" fill="#34090f" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<path
d="M512.091 166.946c116.242 0 232.484-0.014 348.727 0.007 41.522 0.008 76.321 12.188 94.842 53.167 8.25 18.251 6.5 30.831-13.43 43.256-137.452 85.695-274.125 172.655-410.534 260.014-14.762 9.456-24.638 9.569-39.498 0.041C354.353 435.041 216.033 347.399 77.465 260.14c-12.701-8.002-16.368-15.572-12.01-29.962 9.882-32.627 30.845-52.873 63.868-59.66 13.656-2.806 27.953-3.4 41.966-3.431C284.888 166.83 398.492 166.943 512.091 166.946z" />
<path
d="M510.888 856.021c-117.998 0-235.996 0.134-353.993-0.067-47.671-0.083-79.295-22.331-91.17-61.206-4.28-14.027-2.127-22.232 10.858-30.356 108.193-67.725 215.807-136.366 324.233-203.713 7.275-4.519 21.51-4.25 29.378-0.171 22.589 11.713 44.026 25.859 64.999 40.383 11.823 8.191 21.091 8.623 33.117 0.325 20.993-14.484 43.689-26.52 64.549-41.176 12.159-8.539 20.73-7.176 32.785 0.537 106.04 67.844 212.318 135.315 319.158 201.894 16.481 10.272 18.065 21.564 12.577 37.407-12.35 35.666-45.183 55.999-92.491 56.081C746.889 856.149 628.886 856.021 510.888 856.021z" />
<path
d="M64.376 326.925c97.051 61.769 192.332 122.409 290.508 184.898-97.877 62.309-192.719 122.68-290.508 184.932C64.376 572.674 64.376 451.511 64.376 326.925z" />
<path
d="M959.665 327.168c0 124.369 0 244.164 0 369.253-97.913-62.322-192.914-122.792-290.001-184.589C766.993 449.854 861.628 389.595 959.665 327.168z" />
</svg>
</a></span>
</p>
<p>Bachelor of Architecture, Tsinghua University</p>
<p>Master of Architecture in Urban Design, Harvard Graduate School of Design</p>
<p>2019 - 2021 © Zihan MEI's Personal Site.</p>
</div>
</section>
</body>
</html>