-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
80 lines (70 loc) · 3.33 KB
/
about.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
<!doctype html>
<html class="no-js" lang="fr">
<head>
<meta charset="utf-8">
<title>Terre de Geek / Qui sommes nous ?</title>
<meta name="description" content="Bienvenue sur notre boutique Terre de Geek les spécialistes de l'informatique en ligne.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" type="image/ico" href="icon.png"/>
<link rel="apple-touch-icon" href="icon.png">
<!-- Font of google font -->
<link href="https://fonts.googleapis.com/css2?family=Dosis&display=swap" rel="stylesheet">
<!-- Fontawesome link -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!-- Add your site or application content here -->
<header>
<div class="placementLogo">
<a href="index.html"><img class="logo" src="images/logo-TDG.png" alt="Logo de terre de Geek"></a>
</div>
</header>
<nav>
<ul>
<li>
<a href="index.html"><i class="fas fa-shopping-cart"></i>Accueil</a>
</li>
<li>
<a href="prestation.html"><i class="fas fa-tools"></i>Prestation</a>
</li>
<li>
<a href="about.html"><i class="far fa-building"></i>Notre entreprise</a>
</li>
<li>
<a href="contact.html"><i class="fas fa-file-signature"></i>Contact</a>
</li>
</ul>
</nav>
<main>
<section class="presentation">
<h3>Qui sommes nous ?</h3>
<div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/pJGuuIE8f_U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p>TerreDeGeek SARL est une entreprise familiale de vente de produits électroniques (téléphonie, informatique, produits dérivés etc.)
dont le siège se situe à Evreux.<br><br> Détient à l’heure actuelle 40% du marché en Normandie. Elle est notamment présente à
Dieppe, Forge-les-eaux, Louviers et Alençon. <br><br> Quel est l’ADN de TerreDeGeek? L’entreprise est née d’une volonté, proposer
du matériel et des produits dérivés de qualité dans un cadre jeune et dynamique.</p>
<center><img src="images/team.jpg" alt="Photo de tout le personnel de l'entreprise Terre de Geek">
</center>
</section>
</main>
<footer>
<p>Terre de Geek© - 2020 / Tous droits réservés</p>
</footer>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>