Le commit de théo

This commit is contained in:
theomemin 2018-11-19 16:47:55 +01:00
parent 6617f6af41
commit 04a2780bdc
13 changed files with 63 additions and 18 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
project/.DS_Store vendored Normal file

Binary file not shown.

BIN
project/assets/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,29 @@
body{
margin: 0;
}
.nav_imie{
height: 40px;
background-color: black;
}
.item_nav_imie{
display: inline-block;
padding-left: 20px;
padding-top: 10px;
color: white;
float: right;
font-family: "Zona Black", sans-serif;
font-size: 1.9vh;
}
@media screen and (max-width: 640px) {
.nav_imie {
height: 0;
}
}
@font-face {
font-family: "Zona Black";
src: url('Zona_Black.ttf');
}

BIN
project/img/.DS_Store vendored Normal file

Binary file not shown.

BIN
project/img/facebook.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

1
project/img/facebook.svg Normal file
View File

@ -0,0 +1 @@
<svg aria-hidden="true" data-prefix="fab" data-icon="facebook-f" class="svg-inline--fa fa-facebook-f fa-w-9" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg>

After

Width:  |  Height:  |  Size: 364 B

BIN
project/img/twitter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,18 +0,0 @@
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
<article>
<h1>HIFIVE!</h1>
<div>
<p>Sorry for the inconvenience but we&rsquo;re performing some maintenance at the moment. If you need to you can always <a href="mailto:#">contact us</a>, otherwise we&rsquo;ll be back online shortly!</p>
<p>&mdash; The Team</p>
</div>
</article>

16
project/index.php Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style_index.css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="css/anim.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<title>hifive</title>
</head>
<body>
<?php include('navbar_imie.php'); ?>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>

17
project/navbar_imie.php Normal file
View File

@ -0,0 +1,17 @@
<section class="nav_imie">
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-10 col-lg-10">
<ul>
<a><li class="item_nav_imie" >Accès Net-Yparéo</li></a>
<a><li class="item_nav_imie" >IMIE Drones & Data</li></a>
<a><li class="item_nav_imie" >IMIE Numérique</li></a>
<a><li class="item_nav_imie" ><img src="img/twitter.png" width="18" height="18"></li></a>
<a><li class="item_nav_imie" ><img src="img/facebook.png" width="9" height="18"></li></a>
</ul>
</div>
</div>
</div>
</div>
</section>

BIN
project/polices/.DS_Store vendored Normal file

Binary file not shown.

BIN
project/polices/Zona_Black.ttf Executable file

Binary file not shown.