-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (88 loc) · 4.93 KB
/
index.html
File metadata and controls
96 lines (88 loc) · 4.93 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href='styles.css' rel='stylesheet'>
<title>Home</title>
</head>
<body>
<!-- Optional JavaScript; choose one of the two! -->
<div class="px-4 py-5 my-5 text-center">
<h1 class="display-5 fw-bold">Welcome to Kanye Central!</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">Here, we specialize in all things Kanye. You can find quotes, merch, and news below. Keep it real!</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
</div>
</div>
</div>
<div class="b-example-divider"></div>
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="images/KanyeWest.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Kanye Quote:</h1>
<p id = "results" class="lead"></p><br>
<p class = "lead"> -Refresh the page for another quote-</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
</div>
</div>
</div>
</div>
<div class="px-4 py-5 my-5 text-center">
<img class="d-block mx-auto mb-4" src="images/Yeezies.png" alt="" width="720">
<h1 class="display-5 fw-bold">Merch</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">Kanye West has his own clothing store at kanyewestmerchandise.net and his own Addidas branded shoes at adidas.com/us/yeezy.</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a class="btn btn-secondary btn-lg px-4 me-sm-3" href="https://www.kanyewestmerchandise.net/" role="button">Clothes</a>
<a class="btn btn-outline-secondary btn-lg px-4" href = "https://www.adidas.com/us/yeezy" role="button">Shoes</a>
</div>
</div>
</div>
<div class="b-example-divider"></div>
<div class="px-4 pt-5 my-5 text-center border-bottom">
<h1 class="display-4 fw-bold">News</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">Each shoe will take you to Kanye's Twitter, Facebook, and Instagram respectively.</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5">
<a href="https://twitter.com/kanyewest"><img src="images/Yeezies.png" style="height: 60px;"></a>
<a href="https://www.facebook.com/search/top?q=kanye%20west"><img src="images/Yeezies.png" style="height: 60px;"></a>
<a href="https://www.instagram.com/kanyewest/?hl=en"><img src="images/Yeezies.png" style="height: 60px;"></a>
</div>
</div>
<div class="overflow-hidden" style="max-height: 30vh;">
<div class="container col-10 col-sm-8 col-lg-6">
<img src="images/Kanye-West.webp" class="img-fluid border rounded-3 shadow-lg mb-4" alt="Example image" width="700" height="500" loading="lazy">
</div>
</div>
</div>
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center">
<a href="/" class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1">
<svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"/></svg>
</a>
<span class="text-muted">Made by: Jackson Searle</span>
</div>
<div class="col-md-4 d-flex align-items-center">
<span class="text-muted"><a href = "https://github.com/Dizzykong/260CreativeProject-2.git">https://github.com/Dizzykong/260CreativeProject-2.git</a></span>
</div>
</footer>
</div>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script text="type/javascript" src="/script-index.js">
</script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
-->
</body>
</html>