-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-me.html
71 lines (59 loc) · 1.72 KB
/
about-me.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
<html>
<head>
<title>
About me
</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav class="navbar">
<a href="index.html" class="navbar__logo">
<img src="assets/L-logo.svg" alt="logo" />
</a>
<div class="navbar__links">
<a href="" class="navbar__link">
About me
</a>
<a href="" class="navbar__link">
Services
</a>
<a href="" class="navbar__link">
Contact
</a>
</div>
</nav>
<div class="title-page">
About me
</div>
<div class="intro">
This is the second page I create.
While my bro's teaching me,
he's been messing around with his
girlfriend Sahara. <br/> This is going to be part of the
third (self) lesson.
</div>
<div class="presentation">
<div class="presentation-text">
<div class="third-day">
<div class="absolute-text">
Luigia D'Alessandro is a MKT Expert
who's trying to learn how to code to
go out from her comfort zone and learn
new skills.
That's why she started doing some lessons with
her bro, Lucio, who's a Senior Software
Engineer. Now her bro is sick from getting
his booster, but she's self practicising.
</div>
<img src="assets/luigia-headshot.png"
width="500" height="500" alt="headshot">
</div>
</div>
</div>
<div class="container-contact">
<div class="contact">
Contact Me
</div>
</div>
</body>
</html>