-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathG_2024_06_strasbourg.html
130 lines (115 loc) · 6.06 KB
/
G_2024_06_strasbourg.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Galerie Photo</title>
<link rel="stylesheet" href="style_galerie.css">
<link rel="icon" type="image/x-icon" href="ico/icone.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header>
<div class="logo">florentpuy@website :-$ cd galerie</div>
<nav>
<ul>
<li><a href="https://floceans.github.io/index.html" class="nav-link">Accueil</a></li>
<li><a href="https://floceans.github.io/photographe.html" class="nav-link">Photographe</a></li>
<li><a href="https://floceans.github.io/ingenieur.html" class="nav-link">Ingenieur</a></li>
</ul>
</nav>
</header>
<main>
<section class="gallery">
<h1>Un parlement et une flamme Olympique éphémère - Strasbourg - 06.2024</h1>
<h2>Fujifilm X-T4, Fujinon 18-55mm f/2.8-4</h2>
<div class="grid-container">
<div class="photo">
<img src="https://res.cloudinary.com/dfgx18dwh/image/upload/q_25/v1734365298/2024_06_strasbourg/qu9qoihrwis6smwgfapv.png"
data-full="https://res.cloudinary.com/dfgx18dwh/image/upload/v1734365298/2024_06_strasbourg/qu9qoihrwis6smwgfapv.png"
alt="Photo 1">
</div>
<div class="photo">
<img src="https://res.cloudinary.com/dfgx18dwh/image/upload/q_25/v1734365298/2024_06_strasbourg/ago63o1ttrdqlaxngsjg.png"
data-full="https://res.cloudinary.com/dfgx18dwh/image/upload/v1734365298/2024_06_strasbourg/ago63o1ttrdqlaxngsjg.png"
alt="Photo 1">
</div>
<div class="photo">
<img src="https://res.cloudinary.com/dfgx18dwh/image/upload/q_25/v1734364300/2024_06_strasbourg/hwsgwbtfli1vtlilioqk.jpg"
data-full="https://res.cloudinary.com/dfgx18dwh/image/upload/v1734364300/2024_06_strasbourg/hwsgwbtfli1vtlilioqk.jpg"
alt="Photo 1">
</div>
<div class="photo">
<img src="https://res.cloudinary.com/dfgx18dwh/image/upload/q_25/v1734364300/2024_06_strasbourg/mjmorxffpagdyxfejm2b.jpg"
data-full="https://res.cloudinary.com/dfgx18dwh/image/upload/v1734364300/2024_06_strasbourg/mjmorxffpagdyxfejm2b.jpg"
alt="Photo 1">
</div>
<div class="photo">
<img src="https://res.cloudinary.com/dfgx18dwh/image/upload/q_25/v1734364299/2024_06_strasbourg/d7dbvqm9uwz5igcrh7im.jpg"
data-full="https://res.cloudinary.com/dfgx18dwh/image/upload/v1734364299/2024_06_strasbourg/d7dbvqm9uwz5igcrh7im.jpg"
alt="Photo 1">
</div>
<div class="photo">
<img src="https://res.cloudinary.com/dfgx18dwh/image/upload/q_25/v1734364292/2024_06_strasbourg/uyc06ucutnrwyekaw6ii.jpg"
data-full="https://res.cloudinary.com/dfgx18dwh/image/upload/v1734364292/2024_06_strasbourg/uyc06ucutnrwyekaw6ii.jpg"
alt="Photo 1">
</div>
<div class="photo">
<img src="https://res.cloudinary.com/dfgx18dwh/image/upload/q_25/v1734364306/2024_06_strasbourg/dhuc9m6xzptmz5wfy7d5.jpg"
data-full="https://res.cloudinary.com/dfgx18dwh/image/upload/v1734364306/2024_06_strasbourg/dhuc9m6xzptmz5wfy7d5.jpg"
alt="Photo 1">
</div>
<div class="photo">
<img src="https://res.cloudinary.com/dfgx18dwh/image/upload/q_25/v1734364307/2024_06_strasbourg/j6d5lci2dtzvileoly1i.jpg"
data-full="https://res.cloudinary.com/dfgx18dwh/image/upload/v1734364307/2024_06_strasbourg/j6d5lci2dtzvileoly1i.jpg"
alt="Photo 1">
</div>
<div class="photo">
<img src="https://res.cloudinary.com/dfgx18dwh/image/upload/q_25/v1734364277/2024_06_strasbourg/pgwmxkwmh7sg0491864p.jpg"
data-full="https://res.cloudinary.com/dfgx18dwh/image/upload/v1734364277/2024_06_strasbourg/pgwmxkwmh7sg0491864p.jpg"
alt="Photo 1">
</div>
</div>
</section>
</main>
<footer>
<p>© 2024 Florent Puy - Garantit sans GAFAM</p>
<div class="contact-container">
<div class="contact-column">
<p>
<i class="fas fa-envelope"></i>
<a href="mailto:florentpuy@proton.me">florentpuy@proton.me</a>
</p>
<p>
<i class="fab fa-github"></i>
GitHub : <a href="https://github.com/floceans" target="_blank">floceans</a>
</p>
</div>
<div class="contact-column">
<p>
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/florent-puy-02a527183/" target="_blank">Florent Puy</a>
</p>
<p>
⛏️ Minecraft : fl0cean
</p>
</div>
<div class="contact-column">
<p>
<i class="fab fa-instagram"></i>
<a href="https://instagram.com/florentpuy" target="_blank">@florentpuy</a>
</p>
<p>
<i class="fas fa-chess"></i>
Chess : floceans
</p>
</div>
</div>
</footer>
<div class="modal" id="imageModal">
<span class="modal-close" id="modalClose">×</span>
<img id="modalImage" src="" alt="Image en grand format">
</div>
<script src="script.js"></script>
</body>
</html>