-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditions.html
More file actions
115 lines (102 loc) · 4.28 KB
/
Copy patheditions.html
File metadata and controls
115 lines (102 loc) · 4.28 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
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="edition.css">
<title>Éditions</title>
</head>
<body>
<div class="project-container">
<a href="foodmp.html" target="_blank">
<!-- Ligne de projet -->
<div class="project-item">
<span class="project-name">FOOD (Artist Box)</span>
<span class="project-material">Graphic Design</span>
<span class="project-date">2024</span>
<!-- Conteneur des images de ce projet -->
<div class="hidden-images">
<img src="IMG/EDITIONSIMG/IMG_8092 copie.JPG" alt="FOOD COVER" />
<img src="IMG/EDITIONSIMG/IMG_8091 copie.JPG" alt="FOOD OP" />
<img src="IMG/EDITIONSIMG/FOOD2.JPG" alt="FOOD COVER 2" />
</div>
</div>
</a>
<!-- Ligne de projet -->
<a href="atw.html" target="_blank">
<div class="project-item">
<span class="project-name">Across The World (Artist Box)</span>
<span class="project-material">Graphic Design</span>
<span class="project-date">2024</span>
<!-- Conteneur des images de ce projet -->
<div class="hidden-images">
<img src="IMG/EDITIONSIMG/IMG_8153 copie.JPG" alt="ATW COVER" />
<img src="IMG/EDITIONSIMG/ATW2.JPG" alt="ATW 2" />
<img src="IMG/EDITIONSIMG/ATW1.JPG" alt="ATW 1" />
</div>
</div>
</a>
<!-- Autres projets similaires -->
<a href="eop.html" target="_blank">
<div class="project-item">
<span class="project-name">England of Parr (Artist Box)</span>
<span class="project-material">Graphic Design</span>
<span class="project-date">2024</span>
<!-- Conteneur des images de ce projet -->
<div class="hidden-images">
<img src="IMG/EDITIONSIMG/IMG_8155 copie.JPG" alt="EOP COVER" />
<img src="IMG/EDITIONSIMG/IMG_8159.JPG" alt="EOP B" />
<img src="IMG/EDITIONSIMG/IMG_8158 2.JPG" alt="EOP W" />
</div>
</div>
</a>
<a href="typomag.html" target="_blank">
<div class="project-item">
<span class="project-name">360 Mag Vol.1</span>
<span class="project-material">Typographie</span>
<span class="project-date">2024</span>
<!-- Conteneur des images de ce projet -->
<div class="hidden-images">
<img src="IMG/EDITIONSIMG/IMG_8110.JPG" alt="EOP COVER" />
<img src="IMG/EDITIONSIMG/IMG_8132.JPG" alt="EOP B" />
<img src="IMG/EDITIONSIMG/PLANCHE 2.pdf" alt="EOP W" />
<img src="IMG/EDITIONSIMG/PLANCHE 7.pdf" alt="EOP W" />
<img src="IMG/EDITIONSIMG/PLANCHE 5.pdf" alt="EOP W" />
</div>
</div>
</a>
<a href="route.html" target="_blank">
<div class="project-item">
<span class="project-name">ROUTE</span>
<span class="project-material">Photography</span>
<span class="project-date">2024</span>
<!-- Conteneur des images de ce projet -->
<div class="hidden-images">
<img src="IMG/IMG_8110.JPG" alt="EOP COVER" />
<img src="IMG/IMG_8132.JPG" alt="EOP B" />
<img src="IMG/PLANCHE 2.pdf" alt="EOP W" />
<img src="IMG/PLANCHE 7.pdf" alt="EOP W" />
<img src="IMG/PLANCHE 5.pdf" alt="EOP W" />
</div>
</div>
</a>
</div>
<!-- Fenêtre de prévisualisation -->
<div id="hover-popup">
<img id="hover-image" src="" alt="Preview Image" />
</div>
<script src="edition.js"></script>
</body>
</html>
<footer>
<nav>
<ul>
<li><a href="index.html" class="nav-link"><span class="circle"></span> Home</a></li>
<li><a href="affiches.html" class="nav-link"><span class="circle"></span> Affiches</a></li>
<li><a href="typogrpahie.html" class="nav-link"><span class="circle"></span> Typographie</a></li>
<li><a href="autres" class="nav-link"><span class="circle"></span> Autres</a></li>
<li><a href="index.html#apropos" class="nav-link"><span class="circle"></span> À propos</a></li>
<li><a href="contact.html" class="nav-link"><span class="circle"></span> Contact</a></li>
</ul>
</nav>
</footer>