-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (62 loc) · 1.67 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
<!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>Document</title>
<link href="normalize.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<main class="main">
<article class="person">
<img
class="person__picture"
src="moje.jpg"
alt="Moje zdjęcie"
/>
<div>
<header class="person__info">
<h1 class="person__name">Izabela Żmujdzin</h1>
<p class="person__position">operation manager</p>
</header>
<p
class="
person__desctription
person__desctription--with-margin
"
>
Manager z
<strong class="special"
>kilkuletnim doświadczeniem, </strong
> przedsiębiorca, mama dwóch córek, estetka kochająca minimalizm.
Obecnie uczy się programowania i
<strong class="special">
pragnie zostać frontend developerem.
</strong>
Prowadzi własny sklep internetowy z artykułami dziecięcymi <a class="person__link" href=https://www.rokobaby.pl>www.rokobaby.pl</a>
</p>
<p class="person__desctription">
W sieci
<a
class="person__link"
href="https://www.facebook.com/izabela.zmujdzin/"
>Facebook</a
>,
<a
class="person__link"
href="https://github.com/izabelazmujdzin"
>Github</a
>,
<a
class="person__link"
href="https://www.instagram.com/bellaiza_z/"
>Instagram</a
>.
</p>
</div>
</article>
</main>
</body>
</html>