-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgalleries.html
More file actions
36 lines (33 loc) · 2.41 KB
/
galleries.html
File metadata and controls
36 lines (33 loc) · 2.41 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="https://static.pingendo.com/bootstrap/bootstrap-4.3.1.css">
</head>
<body>
<div class="py-5 text-center text-white h-100 align-items-center d-flex" style=" background-image: url("WINNERBLUE.jpg"); background-position: top left; background-size: 100%; background-repeat: repeat;">
<div class="container py-5">
<div class="row">
<div class="mx-auto col-lg-8 col-md-10">
<h1 class="display-3 mb-4 text-warning">STATISTIC</h1>
<p class="lead mb-5">Real Madrid Club de Fútbol; (Royal Madrid Football Club), commonly known as Real Madrid, is a professional football club based in Madrid, Spain. Founded in 1902 as Madrid Football Club, the team has traditionally worn a white home kit since inception.</p>
</div>
</div>
</div>
</div>
<div class="py-4 bg-dark">
<div class="container">
<div class="row">
<div class="col-6 p-3"> <img class="img-fluid d-block" src="MADRIDBUSS.jpg"> </div>
<div class="col-6 p-3"> <img class="img-fluid d-block" src="MADRIDBUS.jpg"> </div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<pingendo onclick="window.open('https://pingendo.com/', '_blank')" style="cursor:pointer;position: fixed;bottom: 20px;right:20px;padding:4px;background-color: #00b0eb;border-radius: 8px; width:220px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:14px;color:white">Made with Pingendo Free <img src="https://pingendo.com/site-assets/Pingendo_logo_big.png" class="d-block" alt="Pingendo logo" height="16"></pingendo>
</body>
</html>