-
Notifications
You must be signed in to change notification settings - Fork 0
/
GalleryJam.html
160 lines (154 loc) · 5.9 KB
/
GalleryJam.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1" name="viewport">
<link href="./img/areaCrewLogo.png" rel="icon">
<!-- <script src=./src/JqueryLoading.js></script>
<script src=./src/Snow.js></script> -->
<link href="./assets/assets1.css" rel="stylesheet">
<link href="./assets/jamAssets.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css"
rel="stylesheet">
</head>
<body>
<header>
<div class="nav">
<input id="nav-check" type="checkbox">
<div class=nav-header>
<div class=nav-title>
<span class=nav-title>
<a href="./index.html" class=nav-title> AreaCrew ®
</a>
</span>
</div>
</div>
<div class="nav-btn">
<label for="nav-check">
<span>
</span>
<span>
</span>
<span>
</span>
</label>
</div>
<div class="nav-links" id="nav-lins-all">
<a onclick='window.open("index.html","_self")'>
<svg class="bi bi-house-fill" fill="currentColor" height="14"
viewBox="0 0 16 16" width="14"
xmlns="http://www.w3.org/2000/svg">
<path
d="m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"
fill-rule="evenodd" />
<path
d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"
fill-rule="evenodd" />
</svg>
</a>
<a onclick='window.open("About-us.html","_self")' class="nav-btn">About
</a>
<a onclick='window.open("RegolamentoPark.html","_self")'
class="nav-btn">Regolamento
</a>
<a onclick='window.open("OrariApertura.html","_self")' class="nav-btn">Orari
</a>
<a onclick='window.open("YoutubeVideo.html","_self")' class="nav-btn">Youtube
Videos
</a>
<a onclick='window.open("GalleryJam.html","_self")' class="nav-btn">Photo-Jam
</a>
<a onclick='window.open("index.html#contact","_self")' class="nav-btn">
<svg class="bi bi-envelope-fill" fill="currentColor" height="15"
viewBox="0 0 16 16" width="15"
xmlns="http://www.w3.org/2000/svg">
<path
d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z" />
</svg>
</a>
</div>
</div>
</header>
<main>
<!-- need a switch to have some folder of many jams -->
<div class="container">
<div class="card m-1">
<div class="card-item p-5">
<h1 class="has-text-dark title">All A.C. Jam's photos from 2022
</h1>
</div>
<div class="has-text-centered card-footer p-4">
<span class="has-text-centered card-footer-item has-text-info">All
photo are made by:
<a href="https://salottofotografico.it/" id="salotto"
target="_blank">
<img loading="lazy"
src="img/logo salottoFotografico/LogoSalottofotografico.png">
<br>Salotto Fotografico
</a>
</span>
</div>
</div>
<!-- the main content -->
<!-- container with switch "artigianale ;/" -->
<div class="wrapper">
<h2 id="tabs-title mx-auto p-5">Jam's Photos</h2>
<div class="tabs-container">
<ul aria-labelledby="tabs-title">
<li><a id="tab-1" href="#jam1">Jam</a></li>
<li><a id="tab-2" href="#jam2">Jam</a></li>
<!-- <li><a id="tab-3" href="#jam3">Jam</a></li>
<li><a id="tab-4" href="#jam4">Jam</a></li> -->
</ul>
<!-- magic -->
<div class="tabs__panels flow">
<div id="jam1" aria-labelledby="tab-1">
<!-- all photos -->
<div class="container" id="imageContainer1"></div>
</div>
<div id="jam2" aria-labelledby="tab-2">
<!-- content -->
<div class="container" id="imageContainer2"></div>
</div>
</div>
<!--
<div id="jam3" aria-labelledby="tab-3">
</div>
<div id="jam4" aria-labelledby="tab-4">
</div> -->
</div>
</div>
</div>
<!-- end -->
</div>
</main>
<button id="myBtn">
<a href="#top" align="middle" style="color:#fff;user-select:none">
<svg class="bi bi-caret-up-fill" fill="currentColor" height="16"
viewBox="0 0 16 16" width="16"
xmlns="http://www.w3.org/2000/svg" style="user-select:none">
<path
d="m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z"
style="pointer-events:none" />
</svg>
</a>
</button>
<footer>
<div class="center">
<p>
<strong>AreaCrew
</strong>by
<a href="https://matteomania.netlify.app">zippo107
</a>all rights reserved.
</p>
</div>
</footer>
<!-- Jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<!-- important file -->
<script src="./src/script.js"></script>
<!-- <div class="cursor"></div>
<script src="./src/Cursor.js" defer></script> -->
</body>
</html>