-
Notifications
You must be signed in to change notification settings - Fork 0
/
minecraft.html
44 lines (34 loc) · 2.21 KB
/
minecraft.html
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
<!DOCTYPE html>
<meta name="viewport" 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>
<html>
<head>
<title>minecraft</title>
<div class="container">
<nav class="navbar navbar-expand-sm bg-light navbar-light">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index1.html">home</a></li>
<li class="nav-item"><a class="nav-link" href="glitch.html">glitch</a></li>
<li class="nav-item"><a class="nav-link" href="meme.html">meme</a></li>
<li class="nav-item"><a class="nav-link" href="minecraft.html">minecraft</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="code-as-art.html">code art</a></li>
<li class="nav-item"><a class="nav-link" href="ai.html">A.I.</a></li>
</ul>
</nav>
<h1 style="font-size:275%;font-family:courier"><b><center>Minecraft Art</center></b></h1>
<h3 style="font-family:courier;font-size:125%"><center> This project required us to create either a sculpture or pixel art of our desired object that has cultural significance.</center></p>
<p><center>I chose to create a sculpture of the Bauhinia Blakeana flower. It's significance is that it is the flower on the flag of Hong Kong, thus it represents the country and all of its aspects. </center></p>
<p><center>One of the reasons why I chose this is because it was my way of honoring my friends and late mother, who all come from Hong Kong. </center></p>
<p><center> The other simpler reason is because I am just really fond of the country. </center></p>
<center><img src="minecraftproject.png" class="img-thumbnail img-fluid" alt="minecraft project" width="854" height="480"></center>
<body style="background-color:DarkGreen;"</body>
</body>
</html>