This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
website.html
81 lines (74 loc) · 2.64 KB
/
website.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Melin Benoît</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="fontawesome/css/all.min.css"/>
</head>
<body>
<header>
<h1>MELIN Benoît</h1>
</header>
<nav>
<div class="menuEntier" id="menu">
<i class="fas fa-bars"></i>
<p id="textMenu">Menu</p>
</div>
<div class="menuEntier" id="menuContent">
<!--<i class="far fa-flag"></i>
<p>English</p>-->
<!--<img id="roundedImage" src="images/pp.jpg">-->
<ul>
<li><a href="index.html">  HOME  </a></li>
</ul>
<div id="contact">
<h2>----------   CONTACT ME   ----------</h2>
<p><i class="fas fa-phone"></i> +33 6 95 75 03 55</p>
<p><i class="fas fa-envelope-open"></i> Benoit.Melin@etu.univ-savoie.fr</p>
<p><i class="fas fa-map-marker-alt"></i> 23 chemin de foray, 73160 Cognin - France</p>
<!--<h2>------------   FIND ME   ------------</h2>-->
<p><i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/benoît-melin-023a32170/">Linkedin</a></p>
<h2>-----   DOWNLOAD MY CV   -----</h2>
<p><i class="fas fa-id-badge"></i> <a href="cv.pdf" target="_blank">Curriculum Vitae</a></p>
</div>
</div>
</nav>
<section class="" id="tout">
<h1>Website</h1>
<h2>Dates :</h2>
<p>2019/09/02 - 2020/03/20</p>
<h2>Technologies :</h2><p>HTML / CSS</p>
<p>PHP / JS.</p>
<h2>Description :</h2>
<p>We had develop a showcase website for video games.</p>
<div class="imgProjets">
<p>The visitor of our website can search a game with a menu or just by scrolling in the homepage :</p>
<figure>
<img width="95%" src="images/website2.jpg">
<figcaption></figcaption>
</figure>
<figure>
<img width="80%" src="images/website1.jpg">
<figcaption></figcaption>
</figure>
</div>
<div class="imgProjets">
<p>After having chosen his game, the visitor can consult the game sheet. <br><br> He can also buy some goodies !</p>
<figure>
<img width="90%" src="images/website3.jpg">
<figcaption>Game's description</figcaption>
</figure>
<figure>
<img width="90%" src="images/website4.jpg">
<figcaption>Basket</figcaption>
</figure>
</div>
</section>
<footer id="footer">
<div id='rights'><i class="far fa-copyright"></i> MELIN Benoît - 2019 | All rights reserved</div>
</footer>
<script src='js/main.js'></script>
<script src="js/progressbar.min.js"></script>
</body>
</html>