-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitcampdesign.html
262 lines (234 loc) · 13.6 KB
/
bitcampdesign.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bitcamp Design | Katherine Vo</title>
<!--Favicon-->
<link rel="shortcut icon" href="assets/img/katedoodle.PNG">
<!-- Links CSS file: fontawesome, Bootstrap -->
<link href="assets/fontawesome/css/all.css" rel="stylesheet"/>
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css">
<!--Sofia Pro font-->
<link rel="stylesheet" href="https://use.typekit.net/ekz7plf.css">
</head>
<body>
<!-- NAV BAR -->
<nav class="navbar navbar-light navbar-expand-sm">
<div class="container">
<a href="index.html" class="navbar-brand">Katherine Vo</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#myTogglerNav" aria-controls="myTogglerNav" aria-expanded="false" aria-label="Toggle nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="myTogglerNav">
<div class="navbar-nav ms-auto">
<a href="about.html" class="nav-item nav-link">About</a>
<a href="education.html" class="nav-item nav-link">Education</a>
<a href="projects.html" class="nav-item nav-link">Projects</a>
</div>
</div>
</div>
</nav>
<!-- CONTENT -->
<div class="container">
<img src="assets/img/bitcamp21/bitcampheader.png" alt="Bitcamp Banner" width="100%" height="auto">
<div class="container mt-3">
<div class="row">
<div class="col-md-8">
<h1>Design Work for Bitcamp 2021</h1>
<p>
Bitcamp is a 36 hour hackathon and the prime opportunity to delve into your curiosities, learn something new,
and build something awesome. As part of the design team, I created social media posts and designed Bitcamp's websites
to build a positive environment for those passionate in all aspects of technology and promote its mission to all.
</p>
</div><!-- end 1st col-->
<div class="col-md-4">
<div class="background">
<p class="label">Type</p>
<p>Graphic Design, UI/UX Design</p>
<p class="label">My Role</p>
<p>Design Organizer</p>
<p class="label">Tools</p>
<p>Canva, Procreate, Figma, Photoshop</p>
<p class="label">Duration</p>
<p>6 months</p>
</div>
</div><!-- end 2nd col -->
</div><!-- end row -->
</div><!--end container-->
<hr>
<div class="container">
<!-- Social Media Posts-->
<div class="mb-5">
<h2 class="text-center" style="color:#A6808C">Social Media Posts</h2>
<div class="row row-cols-1 row-cols-sm-2">
<div class="col">
<video src="assets/img/bitcamp21/happyholidaysstory.mp4" width=100% height=auto controls autoplay muted loop>Video not supported</video>
</div><!--end col-->
<div class="col">
<div class="container mt-5 py-3 colored-box">
<h3>Happy Holidays Post</h3>
<h5>Dec 2020</h5>
<p style="color:#f7f7f7">This graphic was shared on Bitcamp's Instagram and Facebook stories.</p>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row row-cols-1 row-cols-sm-2">
<div class="col">
<video src="assets/img/bitcamp21/speakerannouncementpost.mp4" width=100% height=auto controls autoplay muted loop>Video not supported</video>
</div><!--end col-->
<div class="col">
<div class="container mt-5 py-3 colored-box">
<h3>Keynote Speaker Announcement Post</h3>
<h5>Mar 2021</h5>
<p style="color:#f7f7f7">This graphic was shared on Bitcamp's Instagram, Facebook, and Twitter
(with different dimensions to optimize how it would look on each platform).
</p>
<p>For the Instagram post, Photoshop was used to slice the image into two equal squares so that it
would be a smooth, continuous post as the user swipes right to get more information on the guest
speaker.
</p>
<p style="color:#f7f7f7">View the post:
<a href="https://www.instagram.com/p/CMnu8jlsM1o/" target="_blank" style="color:#615055">Instagram</a> |
<a href="https://www.facebook.com/bitcmp/photos/pb.256974371120247.-2207520000../1853776208106714/?type=3&theater" target="_blank" style="color:#615055">Facebook</a> |
<a href="https://twitter.com/bitcmp/status/1373261652196491264" target="_blank" style="color:#615055">Twitter</a>
</p>
</div>
</div><!--end col-->
</div><!--end row-->
</div>
<!-- Mini Divider -->
<div class="container d-flex justify-content-center mb-3">
<hr width="50%" style="color:#B4A6AB">
</div>
<!-- Website Redesign -->
<div class="mb-5">
<h2 class="text-center" style="color:#A6808C">Website Redesign</h2>
<div class="row row-cols-1 row-cols-sm-2">
<div class="col">
<div class="container mt-5 py-3 colored-box">
<h3>Main Website</h3>
<h5>Jan 2021</h5>
<p style="color:#f7f7f7">For the main website, I created wireframes through Figma to design various features.
Some of my contributions included the Tracks carousel (for hackers to browse various pathways available for
the event) and the Schedule (listing various workshops, socials, and speakers).
<br><br>
The website is live at <a href="https://bit.camp/" target="_blank" style="color:#615055">bit.camp</a>!</p>
</div>
</div><!--end col-->
<div class="col">
<img src="assets/img/bitcamp21/bitcamp21website.png" alt="Bitcamp 21 Website" width="100%" height="auto">
</div><!--end col-->
</div><!--end row-->
<!-- website wireframes carousel -->
<div id="carouselExampleDark" class="carousel carousel-dark slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="10000">
<img src="assets/img/bitcamp21/wireframeoverview.jpg" class="d-block w-100" alt="Bitcamp Website Wireframes Overview" width="100%" height="auto">
<div class="carousel-caption d-none d-md-block">
<h5>Wireframes Overview</h5>
<p>Drafting various features for the desktop and mobile versions of the website</p>
</div>
</div>
<div class="carousel-item" data-bs-interval="2000">
<img src="assets/img/bitcamp21/wireframedesktop.png" class="d-block w-100 center-img" alt="Bitcamp Website Desktop Wireframe" width="100%" height="auto" style="max-width:100px;">
<div class="carousel-caption d-none d-md-block">
<h5>Desktop Wireframe</h5>
</div>
</div>
<div class="carousel-item">
<img src="assets/img/bitcamp21/wireframeiphone.png" class="d-block w-100 center-img" alt="Bitcamp Website Mobile Wireframe" width="100%" height="auto" style="max-width:100px;">
<div class="carousel-caption d-none d-md-block">
<h5>Mobile Wireframe</h5>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div><!--end carousel-->
</div>
<!-- Mini Divider -->
<div class="container d-flex justify-content-center mb-3">
<hr width="50%" style="color:#B4A6AB">
</div>
<!--Platform Design-->
<div class="mb-5">
<div class="container mt-5 mb-3 py-3 colored-box">
<h3>Hacking Platform</h3>
<h5>Feb 2021</h5>
<p style="color:#f7f7f7">The event platform is where hackers will get accounts to track events, form teams,
compete with other teams, and get links to specific workshops and sponsor-hosted calls. For this platform,
I designed the "Sponsorship Tent," which will list all the sponsors of Bitcamp 2021. Each company will have
their own specific page that includes information about their company, job openings, one-on-one meetings for
hackers, contact information, and other relevant materials.
</p>
</div>
<img src="assets/img/bitcamp21/sponstentoverview.jpg" class="m-2" alt="Sponsorship Tent Drafts" width="100%" height="auto">
<div class="row">
<div class="col">
<img src="assets/img/bitcamp21/sponstentmain.png" class="m-2" alt="Sponsorship Tent Overview Page" width="100%" height="auto">
</div>
<div class="col">
<img src="assets/img/bitcamp21/specificsponsorpage.png" class="m-2" alt="Sponsorship Tent Specific Sponsor Page" width="100%" height="auto">
</div>
</div>
</div>
</div>
</div><!--end main content container-->
<!-- FOOTER -->
<footer class="footer">
<div class="container">
<hr>
<div class="row">
<p class="text-center text-muted">
© Katherine Vo 2021
</p>
</div>
<div class="row text-center">
<div class="col">
<a href="https://www.linkedin.com/in/katherine-vo/" target="_blank" class="ms-2"><i class="fab fa-linkedin" style="font-size: 300%;"></i></a>
<a href="https://github.com/kthrnv", target="_blank" class="ms-2"><i class="fab fa-github-square" style="font-size: 300%;"></i></a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap JS -->
<script src="assets/bootstrap/js/jquery.slim.min.js"></script>
<script src="assets/bootstrap/js/popper.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!--Back To Top Button-->
<br>
<button onclick="topFunction();" id="myBtn" title="Go to top"><i class="fas fa-chevron-circle-up"></i></button>
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>