-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
119 lines (102 loc) · 5.88 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
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
116
117
118
119
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="server.css">
<title>luke3763</title>
</head>
<body>
<div class="video-background">
<video autoplay muted loop poster="poster.jpg">
<source src="video/sfondo.mp4" type="video/mp4">
Il tuo browser non supporta questi video.
</video>
</div>
<div class="container">
<div class="container">
<div class="scheda">
<section id="about">
<div class="discord-banner"></div>
<div class="discord-logo-wrapper">
<img src="img/logo.png" alt="Logo" class="discord-logo">
</div>
<div id="particle-container">
<h1 class="text">luke3763</h1>
</div>
<h3 class="text">Giocatore del RolePlay</h3>
<p class="text">Ciao! Sono Luke!<br>
Mi piace molto giocare ai videogiochi, e alcuni dei titoli a cui gioco sono:<br>
Minecraft, Star Wars: Squadrons, Tomb Raider, Battlefront II e molto altro ancora!<br>
Oltre ai videogiochi, sto anche imparando alcuni linguaggi di programmazione, tra cui:
<h3 class="text">C e Java</h3>
</p>
<div class="social-icons">
<a href="https://discord.com/users/755864355177889874" class="social-link" data-label="Discord"><i class="material-icons">discord</i></a>
<a href="https://t.me/luke3763" class="social-link" data-label="Telegram"><i class="material-icons">telegram</i></a>
<a href="" class="social-link" data-label="Forum (prossimamente)"><i class="material-icons">forum</i></a>
<a href="https://paypal.me/lukeciao?country.x=IT&locale.x=it_IT" class="social-link" data-label="Donazioni"><i class="material-icons">paypal</i></a>
</div>
</section>
<hr/>
<div class="container">
<div class="column">
<div class="link-item-wrapper">
<a href="https://discord.gg/atlantisrp-minecraft-992792374902280242" id="ODc5NDU2OA" class="link-button w-inline-block">
<div class="link-block-text-wrapper">
<div>
<div class="link-name">AtlantisRP</div>
<div class="link-url">discord.gg/AtlantisRP</div>
</div>
<div class="arrow-wrapper">
<svg class="arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M12 8V4l8 8-8 8v-4H4V8z"/>
</svg>
</div>
</div>
</a>
</div>
</div>
<div class="link-item-wrapper">
<div class="column">
<a href="https://discord.gg/hielke-maps-550454189482835997" id="ODc5NDU2OA" class="link-button w-inline-block">
<div class="link-block-text-wrapper">
<div>
<div class="link-name">HielkeMaps</div>
<div class="link-url">discord.gg/hielkemaps</div>
</div>
<div class="arrow-wrapper">
<svg class="arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M12 8V4l8 8-8 8v-4H4V8z"/>
</svg>
</div>
</div>
</a>
</div>
</div>
<hr/>
<div class="link-item-wrapper">
<div class="column1">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/4DOsytdUgbsKZfssT3eQb1?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<script>
document.addEventListener("DOMContentLoaded", function() {
var audioPlayer = document.getElementById("audio-player");
if (audioPlayer) {
audioPlayer.volume = 0.1; // Imposta il volume al 10%
}
});
</script>
<script src="script.js"></script>
</html>