-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (63 loc) · 4 KB
/
index.html
File metadata and controls
103 lines (63 loc) · 4 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
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
<!DOCTYPE html>
<html lang="ca">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NextLevelRacing-HomePage</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Paytone+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="cookie.css">
</head>
<body>
<header>
<img id="car" src="fotos/car.png" alt="a">
<img id="blau" src="colors/balck.png" alt="a">
<div class="banner">
<a href="index.html">
<h1 id="T1">NextLevelACMod</h1>
</a>
<div class="assetoc">
<a target="_blank" href="https://www.assettocorsa.net"><img id="ac" src="fotos/ac.png" alt="a"></a>
<h1 id="Tac">Assetto Corsa Mod</h1>
</div>
<img id="tomato" src="colors/tomato.png" alt="">
<div class="links">
<a id="H" href="index.html">Inici</a>
<a id="A" href="about.html">Qui som</a>
<a id="S" href="servei.html">Servei</a>
<a id="P" href="Projecte.html">Projecte</a>
<a id="C" href="Credits.html">Credits</a>
</div>
</div>
</header>
<section>
<div class="texth">
<h2 id="T2">Supera els límits de realisme amb el mapa definitiu tot en AC</h2><br>
<p id="text">Insta-la el mapa de l'escola pia Sabadell recreat amb fotogrametria i diverteix-te amb els nostres mods de cotxes teledirigits pels circuits.</p>
</div>
<p id="copy">© [2024] NextLevelACMod. Tots els drets reservats.<br><br>NextLevelACMod - Millorant l'experiència de joc.</p>
<div class="buy">
<a id="Buyn" href="pagament.html">Compra ja!</a>
<a id="Contact" href="">Contacta'ns</a>
</div>
<div class="container">
<img id="img1" src="fotos/Pati_escola_Pia.png" alt="Imatge 1">
<img id="img2" src="fotos/TDR.png" alt="Imatge 2">
</div>
</section>
<div class="cookie-banner" id="cookie-banner">
<div class="cookie-content">
<!-- <p>Aquest lloc web utilitza cookies per millorar l'experiència de l'usuari. <a href="politica-de-cookies.html">Més informació</a>.</p> -->
<button id="accept-cookies">Acceptar</button>
</div>
</div>
<script src="script.js"></script>
</body>
</html>