-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (34 loc) · 1.43 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
<!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">
Your browser does not support the video tag.
</video>
<header class="header">
<h1>cristalvioletacristal</h1>
</header>
<div class="mainDiv">
<div class="infoSection">
<div class="p1" id="bio">
<!-- <details> -->
Oi :) bem vinde à minha página. Eu sou Violeta, artista multimédia de Recife, atualmente em Lisboa. Trabalho com arte contemporânea, performance e livecoding. O site está em desenvolvimento, se tiverem sugestões, ideias, críticas, feedbacks... me mandemmm, obrigada heheh. Trabalho com programação criativa há muitos anos, mas só agora tô criando intimidade com desenvolvimento web.<br><br> me manda uma mensagem :)<br>
<br>cristalvioletacristal@proton.me<br>
@cristalvioletacristal
<!-- </details> -->
</div>
<div class="p1LP" id="ir-ao-website">
<a href="./home.html" class="back-button">ir ao website</a>
</div>
</div>
</div>
</body>
</html>