-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.54 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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Buisness Card</title>
<meta name="Buisness Card" content="Karol Pietruczuk Buisness Card" >
<link
rel="icon"
sizes="180x180"
href="avatar.png"
/>
<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="avatar.png"
alt="Zdjęcie Imię i Nazwisko"
/>
<header class="person__info">
<h1 class="person__name">Karol Pietruczuk</h1>
<p class="person__position">stanowisko</p>
</header>
<p class="person__description person__description--with-margin">
Programista z <strong class="special">kilkunastoletnim doświadczeniem</strong>, fotograf, operator
drona, właściciel Sokoła Millennium (na razie tylko z Lego), <strong class="special"> prelegent
i szkoleniowiec</strong>. Uwielbia eksperymentować z nowymi technologiami, w
swojej twórczości ocierając się o sztukę.
</p>
<p class="person__description">
W sieci: <a class="person__link" href="#">Facebook</a>, <a class="person__link" href="https://github.com/karol-pietruczuk/">GitHub</a>, <a class="person__link" href="#">Instagram</a>.
</p>
</article>
</main>
</body>
</html>