-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
307 lines (291 loc) · 9.24 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
<!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" />
<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=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;1,300&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap"
rel="stylesheet"
/>
<link
rel="shortcut icon"
href="./img/android-chrome-512x512.png"
type="image/x-icon"
/>
<link rel="stylesheet" href="./css/style.css" />
<title>bruna's portfolio</title>
</head>
<body>
<header class="page-header">
<!-- Add logo here -->
<img
src="./img/android-chrome-512x512.png"
alt="bruna's logo"
class="logo page-header-item"
/>
<!-- navbar -->
<nav role="menubar" class="navigation-list page-header-item">
<ul>
<li role="presentation">
<a href="./index.html" role="menuitem">Home</a>
</li>
<li role="presentation">
<a href="#about" role="menuitem">About me</a>
</li>
<li role="presentation">
<a href="#work" role="menuitem">Work</a>
</li>
<li role="presentation">
<a href="#contact" role="menuitem">Contact</a>
</li>
</ul>
</nav>
</header>
<main>
<article class="profile">
<img
src="./img/bruna-portrait.jpg"
alt="bruna's portrait picture"
class="profile-picture"
/>
<div class="profile-text">
<h1>hello world!</h1>
<p>.・。.・゜✭・.・✫・゜・。.</p>
<p>
My name is Bruna, <br />
I'm a <span class="text-highlight"> Web Developer</span> <br />
and <span class="text-highlight">3D Artist</span> </br>
based in Berlin ✧
</p>
<p>.・。.・゜✭・.・✫・゜・。.</p>
<!-- <a href="#">check some of my code</a> -->
</div>
</article>
<article>
<div id="about" class="about-section">
<!-- <h1>about me</h1> -->
<p>
hello, nice to meet you :) I'm Bruna. <br>
Originally from Brazil and now based in Berlin, Germany
I am learning web development, and here you
can check out the projects I did so far! <br />
<p>
in my free time I like to bake, make art and chill with friends
☯︎</p>
</p>
<!-- <a href="./img/bruna-portrait.jpg" class="button" download >Download my CV</a> -->
</div>
</article>
<section id="work" class="work-wrapper">
<h2 class="headline">My work:</h2>
<div class="work-section">
<div class="grid-item">
<div class="text-container">
<h2>Ghibli Archive 🎬</h2>
<p>
Ghibli archive is a website about the most iconic movies made by
Studio Ghibli. Users can signup, discover more details about
Ghibli movies, and make a list of their favorite movies.
</p>
<div>
<button>
<a
target="_blank"
href="https://github.com/brunabrunabruna/movies-client"
>Github</a
>
</button>
<button>
<a
target="_blank"
href="https://ghibli-archive.netlify.app/movies"
>Live Demo</a
>
</button>
<button>
<a target="_blank"
href="/img/ghibli_archive_case_study.pdf"
>Case Study</a
>
</button>
</div>
</div>
<div class="img-container">
<img src="./img/mockup-movies-frontend.png" alt="" />
</div>
</div>
<div class="grid-item">
<div class="text-container">
<h2>Ghibli Archive Server-side ⚙</h2>
<p>
Server-side component of "Ghibli Archive" web application. The
web application provides users with access to information about
different movies, directors, and genres. Users can sign up,
update their personal information, and create a list of their
favorite movies.
</p>
<div>
<button>
<a
target="_blank"
href="https://github.com/brunabrunabruna/movies-api/"
>Github</a
>
</button>
<button>
<a
href="/portfolio-website/img/ghibli_archive_case_study.pdf"
>Case Study</a
>
</button>
</div>
</div>
<div class="img-container">
<img src="./img/mockup-movies-api.png" alt="" />
</div>
</div>
<div class="grid-item">
<div class="text-container">
<h2>Ghibli Archive Angular 📽</h2>
<p>
Written in Angular. Ghibli archive is a website about the most
iconic movies made by Studio Ghibli.
</p>
<div>
<button>
<a
target="_blank"
href="https://github.com/brunabrunabruna/movies-client-angular"
>Github</a
>
</button>
<button>
<a
target="_blank"
href="https://brunabrunabruna.github.io/movies-client-angular/welcome"
>Live Demo</a
>
</button>
</div>
</div>
<div class="img-container">
<img src="./img/mockup-movies-frontend-angular.png" alt="" />
</div>
</div>
<div class="grid-item">
<div class="text-container">
<h2>Chatroom 📱</h2>
<p>
Chat app for mobile devices, developed using React Native. Users
have a chat interface and options to share images and their
location.
</p>
<div>
<button>
<a
target="_blank"
href="https://github.com/brunabrunabruna/chat-app"
>Github</a
>
</button>
</div>
</div>
<div class="img-container">
<img src="./img/mockup-chatapp.png" alt="" />
</div>
</div>
<div class="grid-item">
<div class="text-container">
<h2>Pokedex 🎮</h2>
<p>
Web application that displays a list of Pokemons. You can click
on one to see more information like their hight, type and shiny
version!
</p>
<div>
<button>
<a
target="_blank"
href="https://github.com/brunabrunabruna/pokedex"
>Github</a
>
</button>
<button>
<a
target="_blank"
href="https://brunabrunabruna.github.io/pokedex/"
>Live Demo</a
>
</button>
</div>
</div>
<div class="img-container">
<img src="./img/mockup-pokedex.png" alt="" />
</div>
</div>
<div class="grid-item">
<div class="text-container">
<h2>Meet App 📍</h2>
<p>
Application allows users to login using their Google account,
and have access to a website to search for tech events on their
prefered city. Uses Google Calendar API to fetch upcoming
events.
</p>
<div>
<button>
<a
target="_blank"
href="https://github.com/brunabrunabruna/meet-app"
>Github</a
>
</button>
<button>
<a
target="_blank"
href="https://brunabrunabruna.github.io/meet-app/"
>Live Demo</a
>
</button>
</div>
</div>
<div class="img-container">
<img src="./img/mockup-meet-app.png" alt="" />
</div>
</div>
</div>
<article id="contact" class="contact-section">
<h2>send me a message:</h2>
<p>[email protected]</p>
</article>
</section>
</main>
<footer class="footer">
<p>find me at:</p>
<!-- Add social mediia icons here -->
<div class="social-media">
<a href="https://github.com/brunabrunabruna" target="_blank">
<img src="./img/github.svg" alt="Github" />
</a>
<a href="https://twitter.com/bruna_A_V" target="_blank">
<img src="./img/twitter.svg" alt="Twitter"
/></a>
<a
href="https://www.linkedin.com/in/bruna-vasconcelos-07266213a/"
target="_blank"
>
<img src="./img/linkedin.svg" alt="Linkedin" />
</a>
</div>
<!-- <a class="back-to-top-link" href="#">back to top!</a> -->
</footer>
<!-- <script src="./js/tota11y.min.js"></script> -->
</body>
</html>