-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathavenir.php
More file actions
41 lines (31 loc) · 1.1 KB
/
avenir.php
File metadata and controls
41 lines (31 loc) · 1.1 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
<?php
/*
Template Name:Avenir
*/
get_header();
?>
<main class="site__main _page">
<!-- Afficher titre et contenu -->
<h1><?php the_title() ?></h1>
<Section class="avenir">
<a href="http://localhost/2022_4w4/universite">
<div class="conteneur_avenir">
<div class="blocImg"><img src="http://localhost/2022_4w4/wp-content/uploads/2022/11/inscription-1.png" alt=""></div>
<div class="blocTxt"> <h2>Universite</h2></div>
</div>
</a>
<a href="http://localhost/2022_4w4/stages">
<div class="conteneur_avenir">
<div class="blocImg"><img src="http://localhost/2022_4w4/wp-content/uploads/2022/11/inscription-2.png" alt=""></div>
<div class="blocTxt"> <h2>Stages</h2></div>
</div>
</a>
<a href="http://localhost/2022_4w4/emplois">
<div class="conteneur_avenir">
<div class="blocImg"><img src="http://localhost/2022_4w4/wp-content/uploads/2022/11/inscription-3.png" alt=""></div>
<div class="blocTxt"><h2>Emplois</h2></div>
</div>
</a>
</Section>
</main>
<?php get_footer() ?>