-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
698 lines (664 loc) · 25.8 KB
/
Copy pathindex.html
File metadata and controls
698 lines (664 loc) · 25.8 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
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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Evelina Berg, developer">
<meta property="og:type" content="website">
<meta property="og:description" content="Evelina Berg's portfolio is a collection of web development projects. It includes links to Github repos and deployed sites as well as articles and information.">
<meta property="og:image" content="https://evelinabe.github.io/assets/images/eb-logo.png">
<meta property="og:url" content="https://evelinabe.github.io/">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="evelinabe.github.io">
<meta property="twitter:url" content="https://evelinabe.github.io/">
<meta name="twitter:title" content="Evelina Berg, developer">
<meta name="twitter:description" content="Evelina Berg's portfolio is a collection of web development projects.">
<meta name="twitter:image" content="https://evelinabe.github.io/assets/images/eb-logo.png">
<title>Evelina Berg, developer</title>
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon_io/favicon-16x16.png">
<link rel="manifest" href="./assets/favicon_io/site.webmanifest">
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="./sr-only.css" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&family=Nunito:wght@700&display=swap"
rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BTFQ1WQQWX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BTFQ1WQQWX');
</script>
</head>
<body>
<header class="header__wrapper">
<!-- Social media menu-->
<nav class="social-menu__wrapper">
<ul class="social-menu__list">
<li class="social-menu__item">
<a href="https://www.linkedin.com/in/evelina-berg/" class="social-menu__link">
<img src="./assets/icons/linkedin-white.svg" alt="Linkedin icon" class="social-menu__icon" />
</a>
</li>
<li class="social-menu__item">
<a href="https://github.com/evelinabe" class="social-menu__link">
<img src="./assets/icons/github-white.svg" alt="Github icon" class="social-menu__icon" />
</a>
</li>
</ul>
</nav>
<!-- Header title textbox-->
<div class="header__textbox">
<p class="header__paragraph">Portfolio:</p>
<p class="header__paragraph header__paragraph--bold">Evelina Berg</p>
<h1 class="header__title">Frontend developer</h1>
<h2 class="header__subtitle">+ Structural Wonderkin</h3>
</div>
<!-- Self-portrait-->
<picture>
<source srcset="./assets/images/evelina-berg-portrait.jpeg" type="image/jpeg" />
<img src="./assets/images/evelina-berg-portrait.webp" alt="Portrait of Evelina Berg"
class="header__portrait-image" />
</picture>
</header>
<main>
<!-- Intro section -->
<section class="section__wrapper grey">
<h2 class="sr-only">About me:</h2>
<p class="info__text">
<span class="stroke"></span><span class="circle"></span>
Hello! I'm a frontend developer with a background as a
public official. One day, I decided enough was enough. Life's too
short not to wake up in the mornings and feel excited about
the day ahead. Coding has lit a spark in me I had almost forgot I had.
Now, let's get these days going!
</p>
</section>
<!-- Tech section -->
<section class="section__wrapper">
<h2 class="section__header section__header--red-background">
Tech
</h2>
<p class="info__text">
HTML5, CSS3, Flexbox, JavaScript, ES6, React, JSX,
Redux, Node.js, Router, APIs, Styled components, Wordpress,
Web Accessibility, SEO, Mob-programming, Pair-programming,
GitHub, Command Line.
</p>
</section>
<!-- Featured projects section -->
<section class="section__wrapper--to-grid featured grey">
<h2 class="section__header section__header--red-background">
Featured projects
</h2>
<article class="featured-projects__wrapper">
<!-- Featured 1 -->
<a
href="https://torslandalocals.netlify.app"
target="_blank"
rel="noopener noreferrer"
class="featured-project__wrapper"
>
<span class="sr-only">Torslanda locals beta web app.</span>
<div class="featured-project__image-wrapper">
<h3 class="featured-project__title">REACT/NODE/MongoDB</h3>
<picture class="featured-project__overlay">
<source
srcset="./assets/images/projects/torslanda-locals/torslanda-locals-beta-w-1181.png"
media="(min-width: 1098px)"
/>
<img
alt="Torslanda locals app image"
src="./assets/images/projects/torslanda-locals/torslanda-locals-beta-w-500.png"
class="image"
/>
</picture>
</div>
<p class="project__text">
<span class="project__title">
Torslanda locals beta.
</span>
Web app built with React, Node and MongoDB.
<span class="project__arrows"> >> </span>
</p>
<div class="codeboxes">
<p>REACT</p>
<p>NODE.js</p>
<p>MongoDB</p>
<p>API</p>
<p>REACT-QUERY</p>
<p>REDUX</p>
<p>LEAFLET</p>
<p>MAPBOX</p>
<p>CLOUDINARY</p>
</div>
</a>
<!-- Featured 2 -->
<a
href="https://github.com/evelinabe/todo-app-technigo-15.20"
target="_blank"
rel="noopener noreferrer"
class="featured-project__wrapper"
>
<span class="sr-only">Todo app repository</span>
<div class="featured-project__image-wrapper">
<h3 class="featured-project__title">
Redux/React/Routes
</h3>
<picture class="featured-project__overlay">
<source
srcset="./assets/images/projects/notes-todo-app-sizes/notes-todo-app-w-809.png"
media="(min-width: 767px)"
/>
<source
srcset="./assets/images/projects/notes-todo-app-sizes/notes-todo-app-w-1181.png"
media="(min-width: 1098px)"
/>
<img
src="./assets/images/projects/notes-todo-app-sizes/notes-todo-app-w-500.png"
alt="Todo app image"
class="image"
/>
</picture>
</div>
<p class="project__text">
<span class="project__title">
Todo App.
</span>
Multi page web app built in Redux and React using routes and local storage.
<span class="project__arrows"> >> </span>
</p>
<div class="codeboxes">
<p>REACT</p>
<p>REDUX</p>
<p>JSX</p>
<p>ROUTES</p>
<p>STYLED COMPONENTS</p>
</div>
</a>
<!-- Featured 3 -->
<a
href="https://github.com/evelinabe/happy-thoughts-technigo-11.20"
target="_blank"
rel="noopener noreferrer"
class="featured-project__wrapper"
>
<span class="sr-only">Happy thoughts app repository</span>
<div class="featured-project__image-wrapper">
<h3 class="featured-project__title">API/ROUTES</h3>
<picture class="featured-project__overlay">
<source
srcset="./assets/images/projects/happy-thoughts-app-sizes/happy-thoughts-app-w-809.png"
media="(min-width: 767px)"
/>
<source
srcset="./assets/images/projects/happy-thoughts-app-sizes/happy-thoughts-app-w-1181.png"
media="(min-width: 1098px)"
/>
<img
src="./assets/images/projects/happy-thoughts-app-sizes/happy-thoughts-app-w-500.png"
alt="Happy thoughts app image"
class="image"
/>
</picture>
</div>
<p class="project__text">
<span class="project__title">
Happy thoughts app.
</span>
Web app built in React. Send your happy thoughts, like others.
<span class="project__arrows"> >> </span>
</p>
<div class="codeboxes">
<p>REACT</p>
<p>CSS3</p>
<p>REST API</p>
<p>Node.js</p>
<p>Mongoose</p>
<p>MongoDB</p>
<p>Counter</p>
</div>
</a>
<!-- Featured 4 -->
<a
href="https://github.com/evelinabe/gothenburg-weather-app-technigo-6.20"
target="_blank"
rel="noopener noreferrer"
class="featured-project__wrapper"
>
<span class="sr-only">Open weather app repository</span>
<div class="featured-project__image-wrapper">
<h3 class="featured-project__title">API<h3>
<picture class="featured-project__overlay">
<source
srcset="./assets/images/projects/gothenburg-weather-app-sizes/gothenburg-weather-app-w-500.png"
media="(min-width: 767px)"
/>
<img
src="./assets/images/projects/gothenburg-weather-app-sizes/gothenburg-weather-app-w-200.png"
alt="Weather app image"
class="image"
/>
</picture>
</div>
<p class="project__text">
<span class="project__title">
Gothenburg Weather App.
</span>
Web app built in JavaScript using open weather API
<span class="project__arrows"> >> </span>
</p>
</p>
<div class="codeboxes">
<p>HTML5</p>
<p>CSS3</p>
<p>API</p>
<p>JavaScript ES6</p>
</div>
</a>
</article>
</section>
<!-- Other projects section-->
<section class="section__wrapper grey padding--small list">
<h2 class="section__header section__header--red-text list__header">Other projects</h2>
<!-- Other project 1 -->
<article class="project__wrapper">
<h5 class="project__text">
<a href="https://www.torslandalocals.se/">
<span class="sr-only">Open Torslanda locals repository</span>
<span class="project__title">Torslanda locals.</span>
Web page built for local companies in a part of Gothenburg.
<span class="project__arrows"> >> </span>
</a>
</h5>
<div class="codeboxes">
<p>REACT</p>
<p>CSS3</p>
<p>API</p>
<p>JavaScript</p>
<p>PHP</p>
</div>
</article>
<!-- Other project 2 -->
<article class="project__wrapper">
<h5 class="project__text">
<a href="https://github.com/evelinabe/project-mongo-api">
<span class="sr-only">Open repository </span>
<span class="project__title">RESTful API <3 Mongo DB.</span>
A first take on building a RESTful API in Node.js
<span class="project__arrows"> >> </span>
</a>
</h5>
<div class="codeboxes">
<p>Node.js</p>
<p>Express</p>
<p>MongoDB</p>
<p>Mongoose</p>
</div>
</article>
<!-- Other project 3 -->
<article class="project__wrapper">
<h5 class="project__text">
<a href="https://github.com/evelinabe/project-express-api">
<span class="sr-only">Open RESTful book API repository </span>
<span class="project__title">RESTful API.</span>
A first take on building a RESTful API in Node.js with Express. Welcome to a small world of books stats.
<span class="project__arrows"> >> </span>
</a>
</h5>
<div class="codeboxes">
<p>Node.js</p>
<p>Express</p>
<p>API</p>
<p>JavaScript</p>
</div>
</article>
<!-- Other project 4 -->
<article class="project__wrapper">
<h5 class="project__text">
<a href="https://github.com/evelinabe/labyrinth-technigo-16.20">
<span class="sr-only">Open labyrinth game repository</span>
<span class="project__title">Labyrinth game.</span>
Labyrinth game built with React and Redux in a pair-programming project
<span class="project__arrows"> >> </span>
</a>
</h5>
<div class="codeboxes">
<p>REACT</p>
<p>REDUX</p>
<p>UI-Components</p>
<p>Styled-components</p>
<p>JavaScript</p>
</div>
</article>
<!-- Other project 5 -->
<article class="project__wrapper">
<h5 class="project__text">
<a href="https://github.com/evelinabe/cluedo-technigo-5.20">
<span class="sr-only">Open Cluedo card game repository</span>
<span class="project__title">Cluedo Card Game.</span>
Small web app built in Vanilla JS.
<span class="project__arrows"> >> </span>
</a>
</h5>
<div class="codeboxes">
<p>HTML5</p>
<p>CSS3</p>
<p>JavaScript</p>
</div>
</article>
<!-- Other project 6 -->
<article class="project__wrapper">
<h5 class="project__text">API/ROUTES</h3>
<a href="https://github.com/evelinabe/popular-tv-shows-Technigo-12.20">
<span class="sr-only">Open Popular tv-shows repository</span>
Multi-page app showcasing popular tv-shows and information about each item. Built in React
<span class="project__arrows"> >> </span>
</a>
</h5>
<div class="codeboxes">
<p>REACT</p>
<p>JSX</p>
<p>CSS3</p>
</div>
</article>
<!-- Other project 7 -->
<article class="project__wrapper">
<h5 class="project__text">
<a href="https://github.com/evelinabe/new-music-technigo-9.20">
<span class="sr-only">Open Music releases repository</span>
<span class="project__title">Latest music releases with React.</span>
Fully responsive multi-page app based on data from the Spotify API. Pair-programming
<span class="project__arrows"> >> </span>
</a>
</h5>
<div class="codeboxes">
<p>REACT</p>
<p>CSS3</p>
<p>JavaScript</p>
<p>ROUTES</p>
<p>Pair-programming</p>
</div>
</article>
<!-- Other project 8 -->
<article class="project__wrapper">
<h5 class="project__text">
<a href="https://github.com/evelinabe/react-survey-technigo-10.24">
<span class="sr-only">Open React survey repository</span>
<span class="project__title">React survey</span>
Survey in React including a summary
<span class="project__arrows"> >> </span>
</a>
</h5>
<div class="codeboxes">
<p>REACT</p>
<p>CSS</p>
<p>JavaScript</p>
</div>
</article>
<!-- Other project 9-->
<article class="project__wrapper">
<h5 class="project__text">
<a href="https://github.com/evelinabe/project-Oscar-Wilde-Random-Quotes-App-Technigo-13.20">
<span class="sr-only">Open React Native quote machine repository</span>
<span class="project__title">Mobile Oscar Wilde quote machine</span>
React Native app which allows the user to generate Oscar Wilde quotes from an API
<span class="project__arrows"> >> </span>
</a>
</h5>
<div class="codeboxes">
<p>REACT NATIVE</p>
<p>Styled components</p>
<p>JavaScript</p>
</div>
</article>
<!-- Other project 10 -->
<article class="project__wrapper">
<h5 class="project__text">
<a href="https://github.com/evelinabe/project-food-turtles-3">
<span class="sr-only">Open Food review repository</span>
<span class="project__title">Food review website</span>
Fully responsive food review website using the Zomato API
<span class="project__arrows"> >> </span>
</a>
</h5>
<div class="codeboxes">
<p>HTML5</p>
<p>CSS</p>
<p>JavaScript</p>
<p>Mob-programming</p>
</div>
</article>
<!-- Other project 11 -->
<article class="project__wrapper">
<h5 class="project__text">
<a href="https://github.com/evelinabe/malteform-signup-technigo-3.20">
<span class="sr-only">Open responsive business page repository</span>
<span class="project__title">Responsive business page</span>
Fully responsive business one-pager with hero video, form and accordion Q & A app
<span class="project__arrows"> >> </span>
</a>
</h5>
<div class="codeboxes">
<p>HTML5</p>
<p>CSS3</p>
<p>JavaScript</p>
</div>
</article>
<!-- Other project 12 -->
<article class="project__wrapper">
<h5 class="project__text">
<a href="https://github.com/evelinabe/making-zine-technigo-2.20">
<span class="sr-only">Open magazine page repository</span>
<span class="project__title">Magazine page</span>
Responsive magazine one-pager with parallax scroll image
<span class="project__arrows"> >> </span>
</a>
</h5>
<div class="codeboxes">
<p>HTML5</p>
<p>CSS</p>
</div>
</article>
</section>
<!-- Main articles section-->
<section class="section__wrapper--to-grid">
<h2 class="section__header section__header--red-background medium--hidden">My thoughts</h2>
<h2 class="section__header section__header--red-background small--hidden">My thougths on code</h2>
<article class="featured-articles__wrapper">
<!-- Featured article 1 -->
<div class="featured-article__wrapper">
<a
href="https://evelinaberg.medium.com/the-beginning-is-not-so-restful-a-first-go-on-building-an-api-5b55f5e6470f"
rel="noopener noreferrer"
>
<span class="sr-only">Article on Medium</span>
<img
src="./assets/images/articles/tobias-fischer-PkbZahEG2Ng-unsplash.jpg"
alt="API article image"
class="article__image image"
/>
</a>
<p class="article__image--text">
<span>
Photo by
<a
href="https://unsplash.com/@tofi?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText"
target="_blank"
>
Tobias Fischer
</a>
on
<a
href="https://unsplash.com/s/photos/database?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText"
target="_blank"
>
Unsplash
</a>
</span>
</p>
<div class="featured-article__textbox">
<p>
<span class="article__text--red">Dec 2020</span>
</p>
<p class="article__text--bold">
The beginning is not so restful - a first go on building an API
</p>
<p class="article__text">
I’ve used API’s for a few frontend projects now,
like the Open Weather Map API for my weather app and an API
to get and post happy thoughts. In the 24 weeks-Bootcamp I’m
attending at Technigo we’re now moving on to building RESTful
API’s
<a
href="https://evelinaberg.medium.com/the-beginning-is-not-so-restful-a-first-go-on-building-an-api-5b55f5e6470f"
rel="noopener noreferrer"
class="article__arrows"
>
>>
<span class="sr-only">Open article on Medium</span>
</a>
</p>
</div>
</div>
<!-- Featured article 2 -->
<div class="featured-article__wrapper small--hidden">
<a
href="https://evelinaberg.medium.com/at-the-crossroads-structuring-css-classes-55ba0b02a834"
rel="noopener noreferrer"
>
<span class="sr-only">Article on Medium</span>
<img
src="./assets/images/articles/featured-article-2.jpg"
alt="Glass ball on squares for featured article image"
class="article__image image"
/>
</a>
<p class="article__image--text">
<span>
Photo by
<a
href="https://unsplash.com/@lazycreekimages?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText"
target="_blank"
>
Michael Dziedzic
</a>
on
<a
href="https://unsplash.com/s/photos/css?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText"
target="_blank"
>
Unsplash
</a>
</span>
</p>
<div class="featured-article__textbox">
<p>
<span class="article__text--red">Dec 2020</span>
</p>
<p class="article__text--bold">
At the crossroads - structuring CSS classes
</p>
<p class="article__text">
Diving into CSS-in-JS and styled-components meant a short break from CSS.
Returning to a previous project, explicitly calling for the use of HTML and CSS, caught me off-guard.
<a
href="https://evelinaberg.medium.com/at-the-crossroads-structuring-css-classes-55ba0b02a834"
rel="noopener noreferrer"
class="article__arrows"
>
>>
<span class="sr-only">Open article on Medium</span>
</a>
</p>
</div>
</div>
</article>
</section>
<!-- More articles section -->
<section class="section__wrapper hidden">
<h2 class=" section__header section__header--red-text">More thoughts</h2>
<a href="https://evelinaberg.medium.com/so-i-find-myself-here-2d0bb67e7268" rel="noopener noreferrer"
class="article__wrapper">
<p class="article__text article__text--bold">
<span class="article__text--red">Dec 2020</span>
So, I find myself here. In the middle
<span class="article__arrows">
>>
<span class="sr-only">Open article on Medium</span>
</span>
</p>
</a>
</article>
</section>
<!-- Skills section -->
<section class="section__wrapper grey">
<h2 class="section__header section__header--red-background">Skills</h2>
<div class="skills__wrapper">
<div class="skills__textbox">
<p class="skills__text--red">Code</p>
<p>CSS3</p>
<p>HTML5</p>
<p>JavaScript ES6</p>
<p>React</p>
<p>Git</p>
<p>Node.js</p>
<p>REDUX</p>
</div>
<div class="skills__textbox">
<p class="skills__text--red">Toolbox</p>
<p>Styled components</p>
<p>Postman</p>
<p>MongoDB</p>
<p>Slack</p>
<p>Netlify</p>
<p>Heroku</p>
<p>Bootstrap</p>
</div>
<div class="skills__textbox">
<p class="skills__text--red">Upcoming</p>
<p>TypeScript</p>
<p>AWS</p>
</div>
<div class="skills__textbox">
<p class="skills__text--red">More</p>
<p>Strategy</p>
<p>Development</p>
<p>Agile methodology</p>
<p>Toolbox</p>
<p>Accessibility</p>
</div>
</div>
</section>
<!-- For More section -->
<section class="section__wrapper more">
<h2 class="section__header section__header--red-background">For more</h2>
<div class="more__wrapper">
<a href="https://www.linkedin.com/in/evelina-berg/" class="more__link">
<div class="more__icon-wrapper">
<img src="./assets/icons/linkedin-red.svg" alt="Linkedin icon" class="more__icon" />
</div>
<p class="more__text">Linkedin</p>
</a>
<a href="https://github.com/evelinabe" class="more__link">
<div class="more__icon-wrapper">
<img src="./assets/icons/github-red.svg" alt="GitHub icon" class="more__icon" />
</div>
<p class="more__text">GitHub</p>
</a>
</div>
</section>
</main>
<footer class="footer__wrapper section__wrapper">
<h2 class="section__header text--white">Contact</h2>
<p class="footer__text footer__text--bold">Evelina Berg</p>
<p class="footer__text">+46 70 830 09 70</p>
<a href="mailto:evelina.berg@outlook.com" class="footer__text">
E-mail me
</a>
</footer>
</body>
</html>