-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
294 lines (287 loc) · 19 KB
/
work.html
File metadata and controls
294 lines (287 loc) · 19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects - John's Work</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-57VEQPXVGX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-57VEQPXVGX');
</script>
<body>
<header>
<nav>
<ul>
<li><a href="index.html" data-key="home">Home</a></li>
<li><a href="about.html" data-key="about">About</a></li>
<li><a href="contact.html" data-key="contact">Contact</a></li>
<li><a href="map.html" data-key="map">Map</a></li>
<!-- <li><a href="news.html" data-key="news">News</a></li> -->
<li><a href="work.html" data-key="work">Work</a></li>
<li><a href="https://www.instagram.com/jjjhiker/" target="_blank" data-key="instagram">Instagram</a></li>
<li><a href="https://www.linkedin.com/in/johnmasataka-xianfeng-jiang/" target="_blank" data-key="linkedin">LinkedIn</a></li>
</ul>
</nav>
<div class="language-selector">
<select id="language-select">
<option value="en">English</option>
<option value="ja">日本語</option>
<option value="zh-CN">简体中文</option>
<option value="zh-TW">繁體中文</option>
</select>
</div>
</header>
<main>
<section class="project">
<h2>SELECTED PROJECTS<br></h2>
<div class="filter-buttons">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="arch">Arch</button>
<button class="filter-btn" data-filter="tech">Tech</button>
</div>
<div class="arch-filters" style="display: none;">
<div class="dropdown-container">
<button class="dropdown-btn" data-dropdown="locations">Locations</button>
<div class="dropdown-content">
<button class="filter-option" data-filter="location-na" data-region-tags="us,ca">North America</button>
<button class="filter-option" data-filter="location-eu" data-region-tags="eu">Europe</button>
<button class="filter-option" data-filter="location-asia" data-region-tags="as">Asia</button>
<button class="filter-option" data-filter="location-others" data-region-tags="ot">Others</button>
</div>
</div>
<div class="dropdown-container">
<button class="dropdown-btn" data-dropdown="use">Use</button>
<div class="dropdown-content">
<button class="filter-option" data-filter="use-hospitality" data-use-tag="hospitality">Hospitality</button>
<button class="filter-option" data-filter="use-commercial" data-use-tag="commercial">Commercial</button>
<button class="filter-option" data-filter="use-residential" data-use-tag="residential">Residential</button>
<button class="filter-option" data-filter="use-cultural" data-use-tag="cultural">Cultural</button>
<button class="filter-option" data-filter="use-pavilion" data-use-tag="pavilion">Pavilion</button>
</div>
</div>
<div class="dropdown-container">
<button class="dropdown-btn" data-dropdown="types">Types</button>
<div class="dropdown-content">
<button class="filter-option" data-filter="type-architecture" data-type-tag="exterior">Architecture</button>
<button class="filter-option" data-filter="type-interior" data-type-tag="interior">Interior</button>
<button class="filter-option" data-filter="type-furniture" data-type-tag="furniture">Furniture</button>
</div>
</div>
</div>
<div class="project-grid">
<a href="./projects/pj-arch-cinema.html" class="project-item" data-tags="arch eu poland toruń cultural commercial exterior interior" target="_blank">
<div class="project-image" style="background-image: url('images/cinema.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">European Film Center Camerimage (ECFC)</h3>
</div>
</a>
<a href="./projects/pj-arch-ko-olina.html" class="project-item" data-tags="arch us honolulu hospitality residential exterior interior" target="_blank">
<div class="project-image" style="background-image: url('images/ko-olina.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Ko Olina</h3>
</div>
</a>
<a href="./projects/pj-arch-brooktree.html" class="project-item" data-tags="arch us la residential exterior interior" target="_blank">
<div class="project-image" style="background-image: url('images/brooktree.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">LA Brooktree House</h3>
</div>
</a>
<a href="./projects/pj-arch-yoga.html" class="project-item" data-tags="arch as jp ishigaki hospitality cultural pavilion exterior " target="_blank">
<div class="project-image" style="background-image: url('images/yoga.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Yoga Pavilion</h3>
</div>
</a>
<a href="./projects/pj-arch-endo.html" class="project-item" data-tags="arch eu uk london commercial interior" target="_blank">
<div class="project-image" style="background-image: url('images/endo.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Endo at the Rotunda </h3>
</div>
</a>
<a href="./projects/pj-arch-pjg.html" class="project-item" data-tags="arch us portland cultural commercial interior" target="_blank">
<div class="project-image" style="background-image: url('images/pjg.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Portland Education Center</h3>
</div>
</a>
<a href="./projects/pj-arch-aman-miami-beach.html" class="project-item" data-tags="arch us miami hospitality residential exterior interior" target="_blank">
<div class="project-image" style="background-image: url('images/aman-miami-beach.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Aman Miami Beach </h3>
</div>
</a>
<a href="./projects/pj-arch-alberni.html" class="project-item" data-tags="arch ca vancouver residential commercial hospitality exterior interior" target="_blank">
<div class="project-image" style="background-image: url('images/alberni.png')"></div>
<div class="project-overlay">
<h3 class="project-title">1550 Alberni Street Tower</h3>
</div>
</a>
<a href="./projects/pj-arch-strobile.html" class="project-item" data-tags="arch jp as sapporo pavilion cultural exterior " target="_blank">
<div class="project-image" style="background-image: url('images/strobile.png')"></div>
<div class="project-overlay">
<h3 class="project-title">Strobile Pavilion</h3>
</div>
</a>
<a href="./projects/pj-arch-restaurant.html" class="project-item" data-tags="arch us honolulu hospitality commercial exterior interior" target="_blank">
<div class="project-image" style="background-image: url('images/restaurant.png')"></div>
<div class="project-overlay">
<h3 class="project-title">Mediterranean Restaurant </h3>
</div>
</a>
<a href="./projects/pj-arch-aman-borabora.html" class="project-item" data-tags="arch ot tahiti borabora hospitality residential commercial exterior " target="_blank">
<div class="project-image" style="background-image: url('images/aman-borabora.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Aman Bora Bora</h3>
</div>
</a>
<a href="./projects/pj-arch-onsen.html" class="project-item" data-tags="arch as jp nagasaki hospitality pavilion exterior " target="_blank">
<div class="project-image" style="background-image: url('images/onsen.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Rocky Onsen</h3>
</div>
</a>
<a href="./projects/pj-arch-arauco.html" class="project-item" data-tags="arch ot chile concepción commercial exterior comp" target="_blank">
<div class="project-image" style="background-image: url('images/arauco.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Arauco Headquarter</h3>
</div>
</a>
<a href="./projects/pj-arch-taiwan-tower.html" class="project-item" data-tags="arch as tw cn taichung commercial residential hospitality exterior comp" target="_blank">
<div class="project-image" style="background-image: url('images/taiwan-tower.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Taiwan Tower</h3>
</div>
</a>
<a href="./projects/pj-arch-orinda.html" class="project-item" data-tags="arch us sf residential exterior " target="_blank">
<div class="project-image" style="background-image: url('images/orinda.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Orinda House</h3>
</div>
</a>
<a href="./projects/pj-arch-neom.html" class="project-item" data-tags="arch ot saudi neom commercial exterior " target="_blank">
<div class="project-image" style="background-image: url('images/neom.png')"></div>
<div class="project-overlay">
<h3 class="project-title">Neom Airport</h3>
</div>
</a>
<a href="./projects/pj-arch-church.html" class="project-item" data-tags="arch as tw cn taichung commercial cultural exterior " target="_blank">
<div class="project-image" style="background-image: url('images/church.jpeg')"></div>
<div class="project-overlay">
<h3 class="project-title">CMP Intercontinental Hotel Church</h3>
</div>
</a>
<a href="./projects/pj-arch-amankila.html" class="project-item" data-tags="arch as in bali commercial hospitality exterior " target="_blank">
<div class="project-image" style="background-image: url('images/amankila.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Amankila</h3>
</div>
</a>
<a href="./projects/pj-arch-orange.html" class="project-item" data-tags="arch as in jakarta commercial residential exterior " target="_blank">
<div class="project-image" style="background-image: url('images/orange.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Lippo Orange County</h3>
</div>
</a>
<a href="./projects/pj-arch-waketokuyama.html" class="project-item" data-tags="arch ca vancouver commercial interior" target="_blank">
<div class="project-image" style="background-image: url('images/waketokuyama.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Waketokuyama</h3>
</div>
</a>
<a href="./projects/pj-arch-recreation.html" class="project-item" data-tags="arch us atlanta hospitality residential exterior interior" target="_blank">
<div class="project-image" style="background-image: url('images/recreation.png')"></div>
<div class="project-overlay">
<h3 class="project-title">Recreation Center</h3>
</div>
</a>
<a href="./projects/pj-arch-kigumi.html" class="project-item" data-tags="arch as jp okinawa naha furniture interior" target="_blank">
<div class="project-image" style="background-image: url('images/kigumi.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Kigumi</h3>
</div>
</a>
<a href="./projects/pj-arch-origami.html" class="project-item" data-tags="arch as jp kyoto furniture interior" target="_blank">
<div class="project-image" style="background-image: url('images/origami.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Origami</h3>
</div>
</a>
<a href="./projects/pj-arch-italia.html" class="project-item" data-tags="arch us honolulu eu italy milano furniture interior hospitality residential" target="_blank">
<div class="project-image" style="background-image: url('images/italia.png')"></div>
<div class="project-overlay">
<h3 class="project-title">Italia B&B Co-branded Furniture</h3>
</div>
</a>
<a href="https://johnmasataka.github.io/Archtalk/index.html" class="project-item" data-tags="tech newyork" target="_blank">
<div class="project-image" style="background-image: url('images/Archtalk.png')"></div>
<div class="project-overlay">
<h3 class="project-title">Archtalk:<br>Conversational Architectural Design</h3>
</div>
</a>
<a href="https://johnmasataka.github.io/LingoBIMWeb/" class="project-item" data-tags="tech newyork" target="_blank">
<div class="project-image" style="background-image: url('images/lingobim.png')"></div>
<div class="project-overlay">
<h3 class="project-title">LingoBIM</h3>
</div>
</a>
<a href="./projects/pj-tech-manav.html" class="project-item" data-tags="tech newyork" target="_blank">
<div class="project-image" style="background-image: url('images/manav.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Manav:<br>Posture-based Furniture Generation</h3>
</div>
</a>
<a href="https://johnmasataka.github.io/DataVizBuildingEnergy/" class="project-item" data-tags="tech us newyork" target="_blank">
<div class="project-image" style="background-image: url('images/building-energy.png'); background-position: 71% center;"></div>
<div class="project-overlay">
<h3 class="project-title">Apartment Energy Usage and Property Prices in New York</h3>
</div>
</a>
<a href="https://johnxianfengjiang.cargo.site/experience" class="project-item" data-tags="tech us newyork" target="_blank">
<div class="project-image" style="background-image: url('images/spatial-experience.png')"></div>
<div class="project-overlay">
<h3 class="project-title">Architectural Experience</h3>
</div>
</a>
<a href="https://johnmasataka.github.io/TennisScorePro/" class="project-item" data-tags="tech newyork" target="_blank">
<div class="project-image" style="background-image: url('images/tennis-scoring-trainer.png')"></div>
<div class="project-overlay">
<h3 class="project-title">Tennis Scoring Trainer</h3>
</div>
</a>
<a href="https://gsapp-cdp.github.io/archive/projects/2025/john/" class="project-item" data-tags="tech newyork" target="_blank">
<div class="project-image" style="background-image: url('images/archtalk.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Spatial Semantics</h3>
</div>
</a>
<a href="https://drive.google.com/file/d/1dJRAwI5ER-EsVBl59GJ2ukF8fFr2M7Gz/view?usp=drive_link" class="project-item" data-tags="tech us newyork" target="_blank">
<div class="project-image" style="background-image: url('images/ColorCode.png')"></div>
<div class="project-overlay">
<h3 class="project-title">ColorCode:<br>A Machine Learning Study of Urban Facade Colors and Property Attributes</h3>
</div>
</a>
<a href="./projects/pj-photo-daluguyan.html" class="project-item" data-tags="photo asia cn beijing" target="_blank">
<div class="project-image" style="background-image: url('images/daluguyan.jpg')"></div>
<div class="project-overlay">
<h3 class="project-title">Hitchhiking Around China: <br>A Documentary Film</h3>
</div>
</a>
</div>
</section>
</main>
<footer>
<p>Copyright © - All Rights Reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>