-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
153 lines (139 loc) · 7.92 KB
/
index.html
File metadata and controls
153 lines (139 loc) · 7.92 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!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.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<title>index</title>
<link href="footers.css" rel="stylesheet">
<link href='styles.css' rel='stylesheet'>
<link href="../assets/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
</head>
<body>
<!-- Optional JavaScript; choose one of the two! -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">Nintendo-pedia</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="n64.html">N64</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gameboy.html">Gameboy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="wii.html">Wii</a>
</li>
<li class="nav-item">
<a class="nav-link" href="switch.html">Switch</a>
</li>
</ul>
</div>
</div>
</nav>
<div id='top' class="px-4 py-5 my-5 text-center">
<img class="d-block mx-auto mb-4" src="/images/nintendo-logo.jpg" alt="" width="400" height="225">
<h1 class="display-5 fw-bold">Welcome to Nintendo-pedia!</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">Ever since Nintendo burst onto the console scene with the NES in 1983, they have repeatedly created groundbreaking consoles, amazing games, and memorable characters that have effectively created an entire culture around their brand. Here on Nintendo-pedia, we have compiled a list of some of Nintendo's most groundbreaking consoles to date, allowing you to learn more about each one of the consoles below:</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
</div>
</div>
</div>
<div class="container my-5">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg">
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h1 class="display-4 fw-bold lh-1">N64</h1>
<p class="lead">Named after its 64-bit processor, the N64 was a powerhouse of a console when it was first released by Nintendo, not many people know that it was the most graphically powerful console of its time. The first console to boast real 3D graphics and introduce it to the world, the N64 remains one of the most critically acclaimed consoles of all time.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start mb-4 mb-lg-3">
<a button href="n64.html" type="button" class="btn btn-danger btn-default btn-lg px-4 me-md-2 fw-bold">Learn More</a>
</div>
<p></p>
</div>
<div class="col-lg-4 offset-lg-1 p-0 overflow-hidden shadow-lg">
<img class="rounded-lg-3" src="/images/n64.jpg" alt="" width="300" height = "325">
</div>
</div>
</div>
<div class="container my-5">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg">
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h1 class="display-4 fw-bold lh-1">Gameboy</h1>
<p class="lead">An instant hit, the Gameboy was actually the second mobile gaming device that Nintendo released (The first being the Game and Watch). Along with the explosion of the Gameboy came the explosion of Pokemon and mobile gaming. From its inception, the Gameboy revolutionized the world of mobile gaming and to this day, Nintendo still owns the mobile gaming market around the globe.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start mb-4 mb-lg-3">
<a button href="gameboy.html" type="button" class="btn btn-danger btn-default btn-lg px-4 me-md-2 fw-bold">Learn More</a>
</div>
</div>
<div class="col-lg-4 offset-lg-1 p-0 overflow-hidden shadow-lg">
<img class="rounded-lg-3" src="/images/gameboy.jpg" alt="" width="300">
</div>
</div>
</div>
<div class="container my-5">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg">
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h1 class="display-4 fw-bold lh-1">Wii</h1>
<p class="lead">One of the most quirky and well-known consoles every created, the Wii was a smash-hit everywhere when it was released by Nintendo. revolutionizing "live-motion" gaming, wii sports continues to be the most sold game on a single console of all time. Nintendo struck gold with this console, which continues to be one of the highest selling of all time.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start mb-4 mb-lg-3">
<a button href="wii.html" type="button" class="btn btn-danger btn-default btn-lg px-4 me-md-2 fw-bold">Learn More</a>
</div>
</div>
<div class="col-lg-4 offset-lg-1 p-0 overflow-hidden shadow-lg">
<img class="rounded-lg-3" src="/images/wii.jpg" alt="" width="300">
</div>
</div>
</div>
<div class="container my-5">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg">
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h1 class="display-4 fw-bold lh-1">Switch</h1>
<p class="lead">The newest console released by Nintendo, the Switch created a hybrid between at-home gaming, and mobile gaming. While it may not be the most powerful console on the market, the Switch has found its niche with indie games and classics that Nintendo continues to produce. During its time on the market, it has easily outsold the competition and is quickly becoming one of the most successful consoles of all time.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start mb-4 mb-lg-3">
<a button href="switch.html" type="button" class="btn btn-danger btn-default btn-lg px-4 me-md-2 fw-bold">Learn More</a>
</div>
</div>
<div class="col-lg-4 offset-lg-1 p-0 overflow-hidden shadow-lg">
<img class="rounded-lg-3" src="/images/switch.jpg" alt="" width="300">
</div>
</div>
</div>
<div class="footer">
<div class = "footer-container">
<p>--Made with Blake Martin--</p>
</div>
<div class = "footer-container">
<a button href="https://github.com/bmartin16/creativeproject1.git" type="button" class="btn btn-danger btn-default btn-lg px-4 me-md-2 fw-bold">Project Repository</a>
</div>
</div>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js" integrity="sha384-W8fXfP3gkOKtndU4JGtKDvXbO53Wy8SZCQHczT5FMiiqmQfUpWbYdTil/SxwZgAN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.min.js" integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/" crossorigin="anonymous"></script>
-->
</body>
</html>