-
Notifications
You must be signed in to change notification settings - Fork 0
/
artwork.html
115 lines (106 loc) · 4.75 KB
/
artwork.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>♡ cristalvioletacristal ♡</title>
<link rel="shortcut icon" href="./images/icon/vvinx1280000.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<script src="./sketch.js" defer></script>
</head>
<body>
<video autoplay muted loop id="videoDemaisParaContar">
<source src="./videos/demais-para-contar.mp4" type="video/mp4">
</video>
<header class="header">
<h1>cristalvioletacristal</h1>
</header>
<div class="p1AW">
<a href="./index.html" class="back-button" style="color:black; margin: 12px; font-family:Pixel Sans"> <home </a>
<h1 class="title" style="margin: 12px; color:#00000; font-family:Consolas">art projects</h1>
<div class="gallery" style="font-family:Consolas">
<a style="margin:8px; color: inherit; text-decoration: inherit;" href="./oblivio-inconfesso.html">
<div class="card">
<img src="./images/projects/senhora-dos-pecados/inconfessio-icone-horizontal.jpg" alt="Avatar" style="margin:0px;width:100%;">
<div class="container">
<h4><b>inconfess.io</b></h4>
<p>Confessionário online:<br>perdão em um clique!</p>
</div>
</div>
</a>
<a style="margin:8px; color: inherit; text-decoration: inherit;" href="#">
<div class="card">
<img src="./images/vvinx12800002.jpg" alt="icone-melting" style="margin:0px;width:100%;">
<div class="container">
<h4><b>vvinx128</b></h4>
<p>foto da foto da foto da foto</p>
</div>
</div>
</a>
<a style="margin:8px; color: inherit; text-decoration: inherit;" href="#">
<div class="card">
<img src="./images/icone-melting-dpi.webp" alt="icone-melting" style="margin:0px;width:100%;">
<div class="container">
<h4><b>melting dpi</b></h4>
<p>restos de pixel</p>
</div>
</div>
</a>
<a style="margin:8px; color: inherit; text-decoration: inherit;" href="#">
<div class="card">
<img src="./images/icone-fresta.jpg" alt="icone-fresta" style="margin:0px;width:100%;">
<div class="container">
<h4><b>fresta</b></h4>
<p>videogame como instrumento</p>
</div>
</div>
</a>
<a style="margin:8px; color: inherit; text-decoration: inherit;" href="#">
<div class="card">
<img src="./images/icone-cmedi-poster-ingles.jpg" alt="icone-cmedi" style="margin:0px;width:100%;">
<div class="container">
<h4><b>como me esquecer do inverno</b></h4>
<p>curta-metragem, 2023</p>
</div>
</div>
</a>
<a style="margin:8px; color: inherit; text-decoration: inherit;" href="#">
<div class="card">
<img src="./images/icone-demais-para-contar.jpg" alt="icone-demais" style="margin:0px;width:100%;">
<div class="container">
<h4><b>demais para contar</b></h4>
<p>demais</p>
</div>
</div>
</a>
<a style="margin:8px; color: inherit; text-decoration: inherit;" href="#">
<div class="card">
<img src="./images/icone-estou-paralisada-de-medo-de-voces.png" alt="icone-estou-paralisada" style="margin:0px;width:100%;">
<div class="container">
<h4><b>estou paralisada<br>de medo de vocês</b></h4>
<p>performance em live stream</p>
</div>
</div>
</a>
<a style="margin:8px; color: inherit; text-decoration: inherit;" href="#">
<div class="card">
<img src="./images/icone-glitch-desvio-do-diluvio-paradigmatico.png" alt="icone-glitch" style="margin:0px;width:100%;">
<div class="container">
<h4><b>glitch: desvio do<br>dilúvio paradigmático</b></h4>
<p>performance</p>
</div>
</div>
</a>
<a style="margin:8px; color: inherit; text-decoration: inherit;" href="#">
<div class="card">
<img src="./images/icone-erro-nascimento.png" alt="icone-erro" style="margin:0px;width:100%;">
<div class="container">
<h4><b>erro/nascimento</b></h4>
<p>erro ou nascimento ou erro</p>
</div>
</div>
</a>
</div>
</div>
</body>
</html>