-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminecraft-art.html
More file actions
70 lines (57 loc) · 2.82 KB
/
Copy pathminecraft-art.html
File metadata and controls
70 lines (57 loc) · 2.82 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
<!DOCTYPE html>
<html>
<head>
<title>Minecraft</title>
<meta name="index" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
<!-- Navbar (note: href doesn't link)-->
<nav class="navbar navbar-expand-sm bg-success navbar-dark justify-content-center">
<a class="navbar-brand" href="#">
<img src="me.jpg" class="rounded-circle" alt="Me-echo" style="width:40px;">
</a>
<!-- Navbar links -->
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="glitch.html">glitch-art</a></li>
<li class="nav-item"><a class="nav-link" href="meme.html">meme-art</a></li>
<li class="nav-item"><a class="nav-link" href="minecraft-art.html">minecraft-art</a></li>
<li class="nav-item"><a class="nav-link" href="netart.html">net-art</a></li>
<li class="nav-item"><a class="nav-link" href="selfie.html">selfie-art</a></li>
<li class="nav-item"><a class="nav-link" href="diyps.html">DIYPS</a></li>
<li class="nav-item"><a class="nav-link" href="ai-art.html">ai-art</a></li>
<li class="nav-item"><a class="nav-link" href="final.html">final</a></li>
</ul>
</nav>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="text-center"><u>Minecraft Art</u></h1>
</div>
</div>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<img src="mario-pipe.png" class="mx-auto d-block img-fluid" alt="mario-pipe" width="500" height="800">
<p class="text-center">This is the famous mario pipe 3D-built in minecraft. A bit of Gameception. The pipe is iconic in video games as one of the most
recognizable obstacles gamers would come across. The pipe is an inspiration to many game developers and gamers.</p>
</div>
</div>
<br>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<img src="spiderman.png" class="mx-auto d-block img-fluid" alt="spiderman" width="600" height="600">
<p class="text-center">This is a 2D-built pixel art of spiderman, one of the most well known superheroes in the world. His movies
inspire others by showing that even superheroes deal with real life problems. His relatable personality and situation makes viewers
project themselves onto him as if they were in his shoes.</p>
</div>
</div>
<br>
</body>
</html>