-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (63 loc) · 2.63 KB
/
Copy pathindex.html
File metadata and controls
66 lines (63 loc) · 2.63 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
<!DOCTYPE html>
<html>
<head>
<title>mila nowacka</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href ="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<h1 id="logo">mila nowacka</h1>
<ul>
<li><a href="index.html">works</a></li>
<li><a href="about.html">about</a></li>
</ul>
</nav>
</header>
<main>
<section id="projects">
<div class="carousel">
<div id="project1" class="project">
<img src="content/DSCF9525.jpg" alt="Arcydzieło na wagę uniwersum">
<h2>Arcydzieło na wagę uniwersum</h2>
<p>Ogromnie poteżne, wielce cudowne, szokująco nieprawdopodobne arcy dzieło wielkiej artystki skupiającej się wokół cielesnej cielesności oraz intelektualnej intelektualizacji w sprzężeniu zwrotnym wszechbytów.</p>
</div>
<div id="project2" class="project">
<img src="content/DSCF9528.jpg" alt="Głowa z serii cośtam pierwszego">
<h2>Głowa z serii cośtam pierwszego</h2>
<p>asdasgvragvgva rgvea ge rgv aerv ga ergv eragv aer vae rg<br>aavegr<br>eavg<br>aev eavgr eavgr<br>ave<br>g aevg</p>
</div>
<div id="project3" class="project">
<img src="content/DSCF9531.jpg" alt="Wielkie dzieło numer dwa">
<h2>Wielkie dzieło numer dwa</h2>
<p>ervrvegvw5bg45g<br>5<br>bw5<br>gvergbegdsfgbdsfgdfsbgdsfbg<br>erbgerbgesrbgesrbg</p>
</div>
<div id="project4" class="project">
<img src="content/DSCF9525.jpg" alt="Szalony projekt">
<h2>Szalony projekt</h2>
<p>besrgesrgvesgvs5tseb5tn5b<br>se5<br>tbesrtbertbgsen<br>ten<br>tshnet<br>h<br>h<br>h<br>h</p>
</div>
<div id="project5" class="project">
<img src="content/DSCF9525.jpg" alt="Słynny poważny utwór">
<h2>Słynny poważny utwór</h2>
<p>besrgesrasdasdgvesgvs5tseb5tn5b<br>se5fasdgfasgsadgsdg<br>tbesrtbertbgsenasgdsagsad<br>ten<br>tshnet<br>h<br>h<br>h<br>h</p>
</div>
<div id="project6" class="project">
<img src="content/DSCF9525.jpg" alt="Uber dzieło sztuki poważnej">
<h2>Uber dzieło sztuki poważnej</h2>
<p>Tutaj piszesz opis.<br>Ten opis może zawierać <a href="https://google.com/">link</a></p>
</div>
<div id="project7" class="project">
<img src="content/DSCF9525.jpg" alt="Głowa, 60 x 80 cm, 2026">
<h2>Głowa, 60 x 80 cm, 2026</h2>
<p>Praca powstała w ramach serii Sprzężenie Zwrotne. <br>Jest to wizualizacja głowy samodzielnej mamy.</p>
</div>
</div>
</section>
</main>
</body>
</html>