-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (48 loc) · 2.4 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
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="utf-8">
<title>Fest-ON</title>
<meta name="description" content="Fest-ON - Accendi la festa!" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Cache-control" content="no-cache">
<link rel="icon" type="image/svg+xml" href="assets/logo/fest-on-website-favicon-color.svg">
<script type="text/javascript" src="js/home.js?v=5"></script>
<link rel="stylesheet" type="text/css" href="css/style.css?v=5"/>
<link rel="stylesheet" type="text/css" href="css/home.css?v=5"/>
</head>
<body>
<section id="home-container">
<div id="first-page-container">
<div id="logo-container">
<div id="logo-icon-container">
<img src="assets/logo/logo-icon-background.svg" type="image/svg+xml" id="logo-icon" alt="Fest-ON" title="Accendi la festa!" onclick="toggleLightMode()"></img>
<div id="click-container">Click!</div>
</div>
<h1 id="logo-title" >FEST-ON</h1>
<h3 id="logo-subtitle" >Accendi la festa!</h3>
</div>
<h2 id="last-event-title">Next feston is coming...</h2>
<!--
<a href="#" id="last-event-button">
<h2 id="last-event-title">Agosto 2023</h2>
</a>-->
</div>
<div class="page-container">
<a href="event-2023-june.html" class="event-button">
<h2 class="event-title">Feston giugno 2023</h2>
<img src="media/event-2023-june/IMG-20230618-WA0045.jpeg" class="event-cover" alt="Feston giugno 2023" title="Feston giugno 2023"></img>
</a>
<a href="event-2023-may.html" class="event-button" >
<h2 class="event-title">Festin maggio 2023</h2>
<p class="event-description">Evento pubblico annullato</p>
<img src="media/event-2023-may/IMG-20230513-WA0045.jpeg" class="event-cover" alt="Festin maggio 2023" title="Festin maggio 2023"></img>
</a>
<a href="event-2023-march.html" class="event-button" >
<h2 class="event-title">Feston de marso 2023</h2>
<img src="media/event-2023-march/IMG-20230312-WA0045.jpg" class="event-cover" alt="Feston de marso 2023" title="Feston de marso 2023"></img>
</a>
</div>
</section>
</body>
</html>