-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHistory.html
More file actions
50 lines (47 loc) · 3.44 KB
/
History.html
File metadata and controls
50 lines (47 loc) · 3.44 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!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>
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<div class="container justify-content-center"> <button class="navbar-toggler navbar-toggler-right border-0" type="button" data-toggle="collapse" data-target="#navbar9">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center justify-content-center" id="navbar9">
<ul class="navbar-nav">
<li class="nav-item mx-2"> <a class="nav-link" href="index.html">Home</a> </li>
<li class="nav-item mx-2"> <a class="nav-link" href="profile.html">Profile</a> </li>
<li class="nav-item mx-2"> <a class="nav-link navbar-brand mr-0 text-white" href="#"><i class="fa d-inline fa-lg fa-stop-circle-o"></i>
<b> History</b></a> </li>
<li class="nav-item mx-2"> <a class="nav-link" href="Galleries(A).html">Galleries</a> </li>
<li class="nav-item mx-2"> <a class="nav-link" href="#">Contacts </a> </li>
</ul>
</div>
</div>
</nav>
<div class="py-5 text-center text-white" style=" position: relative; overflow: hidden; background-image: url("Real_Madrid_CF_flag.gif"); background-position: center; background-size: 30; background-repeat: repeat;"> <video autoplay="" loop="" muted="" plays-inline="" style="position: absolute; right: 0; top: 0; min-width:100%; z-index: -100;">
<source src="https://static.pingendo.com/video-placeholder.mp4" type="video/mp4"> </video>
<div class="container py-5">
<div class="row"></div>
</div>
</div>
<div class="py-5">
<div class="container">
<div class="row">
<div class="col-md-3 col-6 p-3"> <img class="img-fluid d-block" src="baju madrid ungu.jpg"> </div>
<div class="col-md-3 col-6 p-3"> <img class="img-fluid d-block" src="baju madrid pu.jpg"> </div>
<div class="col-md-3 col-6 p-3"> <img class="img-fluid d-block" src="baju madrid.jpg"> </div>
<div class="col-md-3 col-6 p-3"> <img class="img-fluid d-block" src="hoodie.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>