forked from ZELMAT/momoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
74 lines (64 loc) · 3.3 KB
/
Index.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
<!doctype html>
<html lang="fr">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./css/style.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/0720ab068a.js" crossorigin="anonymous"></script>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<title>Exercice Github</title>
</head>
<body>
<div class="container ">
<div class="row fond imagefond">
<div class="row align-items-start">
<div class="col-4">Passion</div>
<div class="col-8">Check the online version</div>
</div>
<div class="row align-items-center justify-content-center">
<div class="row justify-content-center">
<img class="img-fluid" src="#" alt="Logo principale affichage centrer">
</div>
<div class="row justify-content-center">
<h1>The Winnner <strong>Solution</strong></h1>
</div>
<div class="row-6 justify-content-center">
Please note, Outlook doesn't support background Images, in their system you'll<br/>
see a sold background colour.
</div>
<div class="row justify-content-center">
<button type="button" class="btn btn-dark">Visit us Today</button>
</div>
</div>
</div>
<div class="row align-items-end">
<div class="col">
<img src="..." class="img-fluid" alt="...">
<p>We are United</p>
<button type="button" class="btn btn-link">Read more...</button>
</div>
<div class="col">
<img src="..." class="img-fluid" alt="...">
<p>Amazing Designs</p>
<button type="button" class="btn btn-link">Read more...</button>
</div>
<div class="col">
<img src="..." class="img-fluid" alt="...">
<p>Customer Service</p>
<button type="button" class="btn btn-link">Read more...</button>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
-->
</body>
</html>