-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
327 lines (279 loc) · 15.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SYW2WSQ0HY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SYW2WSQ0HY');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Data Analysis Projects | Wenge Wang Portfolio Website</title>
<link rel="icon" type="image/png"
href='https://img.icons8.com/external-others-inmotus-design/67/external-W-kid-alphabet-others-inmotus-design-2.png'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Explore Wenge Wang's data analytics and visualization project, where I analyze and visualize complex data using tools like Python, R, Tableau, and D3.js. Learn about my methodologies, techniques, and the insights derived from this project.">
<meta name="author" content="Wenge Wang">
<link rel="stylesheet" href="css\css.css">
<link rel="stylesheet" href="css\project.css">
<!--font-->
<link href="https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;400;600&display=swap" rel="stylesheet">
<!--social media link-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.min.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script type='text/javascript' src='js\js.js'></script>
</head>
<style>
#announcement-bar {
background-color: #333;
color: #fff;
padding: 10px 0;
text-align: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
transition: top 0.3s ease-in-out;
}
#content {
padding-top: 40px;
}
body {
overflow: auto
}
.section {
height: fit-content
}
.footer {
position: relative
}
h1 {
font-size: 28px;
font-weight: 300;
line-height:4em
}
h2 {
font-weight: 300;
text-transform: none;
font-size: 18px;
padding: 0;
margin: 0
}
h5{font-size:20px;font-weight:500}
</style>
<body>
<div id="announcement-bar">👋 For optimal viewing, a laptop is recommended!</div>
<div id="content">
<div class="navbar-mobile">
<input type="checkbox" id="overlay-input" />
<label for="overlay-input" id="overlay-button"><span></span></label>
<div id="overlay">
<ul>
<li><strong></strong><a href="index.html" class="active">DATA</a></strong></li>
<li><a href="uxproject.html" class="inactive">UX</a></li>
<li><a href="blog.html" class="inactive">OTHER</a></li>
<li><a href="contact.html" class="menu-button">CONTACT</a></li>
</ul>
<div class="overlay-footer row">
<p>2024 © by Wenge Wang</p>
<a href="mailto:wwang24@outlook.com"><i class="fa fa-envelope-square" aria-hidden="true"></i></a>
</div>
<div class="overlay-logo">WENGE<br>WANG</div>
</div>
</div>
<!--1st page section-->
<div class="section section1">
<nav class=" da-mode laptop-show-only">
<div class="navbar">
<div class="left-menu gray">
<a href="index.html">WENGE WANG</a>
<h2 style="padding-left:4px;">Data Visualization & UX Designer, available for hire</h2>
</div>
<ul class="right-menu">
<li><strong></strong><a href="index.html" class="active"
style=" font-size:18px;">DATA</a></strong></li>
<li><a href="uxproject.html" class="inactive">UX</a></li>
<li><a href="blog.html" class="inactive">OTHER</a></li>
<li><a href="contact.html" class="menu-button">CONTACT</a></li>
</ul>
</div>
</nav>
<div class="first-section">
<div class="shape"></div>
<div class="about black">
<h1 class="down-element">Explore how I tell stories using <span
style="font-weight: 500;">data </span> and <span style="font-weight: 500;">code </span> <i class="fa-solid fa-magnifying-glass-chart"></i>
</h1>
<p class=" down-element2 ">
👋 Hey there, I'm Wenge. My journey began during my undergraduate studies in Communication Design, where I developed a
passion for transforming complex information into engaging visual stories.
</p>
<p class=" down-element2 ">
In <span style="font-weight: 500;">2022</span>, I commenced my Master of Science (M.S.) program at Pratt Insitute, focusing on
Data Analytics and Visualization.
</p> <p class=" down-element2 ">
In <span style="font-weight: 500;">2023</span>, I had the pleasure of working as a
research assistant on an exciting NSF-funded project: <a href="data-literacy.html" style="color:rgb(89, 40, 237)" target="_blank">Data
Literacy With, For, and By Youth</a>! My role involved crafting engaging data visualizations to
distill insights from the teens' feedback.
</p>
<p class=" down-element2 ">
In <span style="font-weight: 500;">2024</span>, I'm graduating and coding my <a href="index.html" style="color:rgb(89, 40, 237);" target="_blank">personal website </a>🚀
</p>
<div class="row down-element3" style="margin-bottom:30px;margin-top:10px">
<div class="aboutpage-contact-content-button" >
<a href="contact.html" class="menu-button gray"> Let's connect!</a>
</div>
<div class="aboutpage-contact-content-button" >
<a href="mailto:wwang24@outlook.com" class="menu-button gray" ><i class="fa-regular fa-envelope"></i></a>
</div>
<div class="aboutpage-contact-content-button" >
<a href="https://www.linkedin.com/in/wangwenge/" class="menu-button gray" ><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="column centered"><i class="fa-solid fa-chevron-down gray" style="font-size:30px"></i>
<h5 class="gray">Selected Projects</h5></div>
<div class="project-entire">
<div class="project-container">
<div class="column">
<div class="card">
<div class="card__front" style="background-image: url(image/d3c.gif);"></div>
<div class="card__back column">
<h4>Exploring Gaming From Critic Score to Sales</h4>
<div class="row">
<img src="image\python.svg" alt="Python Icon" class="project-tool-icon">
<img src="image/google-sheets-icon.svg" alt="Google Sheet Icon"
style="width:1em" class="project-tool-icon">
<img src="image\d3js.svg" alt="d3.js Icon" class="project-tool-icon">
</div>
</div>
</div>
<h3 class="card__title"><a href="playalytics.html" target="_blank" class=" black">Playalytics</a>
</h3>
<div class="primary-button"> <a href="playalytics.html" target="_blank">View Project</a>
</div>
</div>
<div class="column">
<div class="card">
<div class="card__front black" style="background-image: url(image/d1c.gif);">
</div>
<div class="card__back column">
<h4>Art Semiotic Analysis</h4>
<div class="row">
<img src="image\python.svg" alt="Python Icon" class="project-tool-icon">
<img src="image\r.svg" alt="R Icon" class="project-tool-icon">
<img src="image\d3js.svg" alt="d3.js Icon" class="project-tool-icon">
<img src="image\adobe-illustrator.svg" alt="adobe-illustrator Icon"
class="project-tool-icon">
</div>
</div>
</div>
<h3 class="card__title black">
<a href="how-we-see-art.html" target="_blank" class="black"> How We See Art</a>
</h3>
<div class="primary-button" style="background-color:hsl(30, 30%, 30%)">
<a href="how-we-see-art.html" target="_blank">View Project</a>
</div>
</div>
<div class="column">
<div class="card">
<div class="card__front" style="background-image: url(image/d4c.gif);">
</div>
<div class="card__back column">
<h4>Mapping Mental Health Interconnections</h4>
<div class="row">
<img src="image\python.svg" alt="Python Icon" class="project-tool-icon">
<img src="image\r.svg" alt="R Icon" class="project-tool-icon">
<img src="image\d3js.svg" alt="d3.js Icon" class="project-tool-icon">
<img src="image/google-sheets-icon.svg" alt="Google Sheet Icon"
style="width:1em" class="project-tool-icon">
</div>
</div>
</div>
<h3 class="card__title black"> <a href="mental.html" target="_blank" class="black">Mental Health Links</a>
</h3>
<div class="primary-button" style="background-color:rgb(89, 40, 237)">
<a href="mental.html" target="_blank">View Project</a>
</div>
</div>
<div class="column">
<div class="card">
<div class="card__front" style="background-image: url(image/d2c.gif);">
</div>
<div class="card__back column">
<h4>Data Literacy With, For, and By Youth</h4>
<div class="row">
<img src="image\r.svg" alt="R Icon" class="project-tool-icon">
<img src="image\excel.svg" alt="Excel Icon" class="project-tool-icon">
<img src="image\d3js.svg" alt="d3.js Icon" class="project-tool-icon">
<img src="image\adobe-illustrator.svg" alt="adobe-illustrator Icon"
class="project-tool-icon">
</div>
</div>
</div>
<h3 class="card__title black">Data Literacy
</h3>
<div class="primary-button" style="background-color:#18A18D">
<a href="data-literacy.html" target="_blank">View Project</a>
</div>
</div>
<div class="column">
<div class="card">
<div class="card__front" style="background-image: url(image/d5c.gif);">
</div>
<div class="card__back column">
<h4>Digital Analysis for Concern WorldWide</h4>
<div class="row">
<img src="image/google-analytics.svg" alt="GA4 Icon" class="project-tool-icon">
<img src="image/SEMRush.svg" alt="SEMRush Icon" class="project-tool-icon">
</div>
</div>
</div>
<h3 class="card__title black"><a href="concern-worldwide.html" target="_blank" class="black">Dashboard Report</a>
</h3>
<div class="primary-button" style="background-color:#0D7C76;"> <a href="concern-worldwide.html" target="_blank">View Project</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="footer black">
<div class="laptop-show-only">
<p>2024 © Designed & Programmed by Wenge Wang</p>
</div>
<div class="footer-icon">
<a href="mailto:wwang24@outlook.com"><i class="fa fa-envelope-square black"
aria-hidden="true"><span style="font-family: times;">wwang24@outlook.com</span></i></a>
</div>
</div>
</footer>
</div>
<script>
var announcementBar = document.getElementById('announcement-bar');
// Track the last scroll position
var lastScrollPosition = window.pageYOffset;
// Function to handle scroll events
function handleScroll() {
var currentScrollPosition = window.pageYOffset;
// Check if scrolling down
if (currentScrollPosition > lastScrollPosition) {
announcementBar.style.top = '-50px'; // Hide the announcement bar when scrolling down
} else {
announcementBar.style.top = '0'; // Show the announcement bar when scrolling up
}
lastScrollPosition = currentScrollPosition; // Update last scroll position
}
// Add scroll event listener
window.addEventListener('scroll', handleScroll);
</script>
</body>
</html>