-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
45 lines (43 loc) · 1.67 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=M, 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=Josefin+Sans&family=Righteous&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/634b8706ea.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="normalize.css" />
<link rel="stylesheet" href="style.css" />
<title>mwh</title>
</head>
<body>
<section id="about" class="aboutSection">
<a href="#landing-page"><h2>ABOUT</h2></a>
<section class="aboutSectionContent">
<img src="assets/foto_github.png" alt="my portrait" class="portrait" />
<p>
I'm a full-stack developer dedicated to create functional, beautiful,
and responsive websites. As a professional with many years of
experience in the Arts and Culture sector, I seek to bring my keen eye
and sensibility to a more human-centered web environment that will
serve you and your business. To me, development is all about
collaboration and the willingness to work together towards a common
goal.
<br />
<br />
<br />
<a href="index.html"><i class="fa-solid fa-arrow-left fa-2x"></i></a>
<!-- <a href="#landing-page"><i class="fa-solid fa-house fa-xl"></i></a> -->
</p>
</section>
</section>
</body>
</html>