-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (55 loc) · 1.96 KB
/
Copy pathindex.html
File metadata and controls
61 lines (55 loc) · 1.96 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
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Speciale Natalizio</title>
<link rel="stylesheet" href="style/main.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="amazon-list.html">Lista dei desideri</a></li>
<li><a href="supportaci.html">Supportaci</a></li>
<li><a href="video.html">Torna a Video</a></li>
</ul>
</nav>
</header>
<main class="main-content">
<!-- Sezione Testo Macchina da Scrivere -->
<section class="typewriter-section">
<p class="typewriter-text">
<span class="line line-1">Sorpresa! Hai seguito il qrcode e hai fatto bene!</span>
<span class="line line-2">Benvenuto nella pagina natalizia pensata per essere una sorpresa per Berry e per tutti voi!</span>
<span class="line line-3">Fatti un giro e scopri tutte le sorprese che ho preparato.</span>
</p>
</section>
<div class="content-grid">
<!-- Riquadro 1: Gamberooh -->
<div class="content-box">
<h3 class="content-box-title-gambero">GAMBEROOH</h3>
<div class="image-wrapper">
<img src="./img/gambero.png" alt="Immagine Gamberooh">
</div>
<div class="button-container">
<a href="https://yt.openinapp.co/ryno3" class="youtube-button btn-gamberooh">Segui Gamberooh su YouTube</a>
</div>
</div>
<!-- Riquadro 2: Berry -->
<div class="content-box">
<h3 class="content-box-title-berry">I3ERRY</h3>
<div class="image-wrapper">
<img src="./img/berry.png" alt="Immagine Berry">
</div>
<div class="button-container">
<a href="https://yt.openinapp.co/lyxhpbf" class="youtube-button btn-berry">Segui Berry su YouTube</a>
</div>
</div>
</div>
<footer>
</footer>
<script src="script/animation.js"></script>
</body>
</html>