-
Notifications
You must be signed in to change notification settings - Fork 0
/
meme.html
43 lines (33 loc) · 1.94 KB
/
meme.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
<!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>meme</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>Meme Art</center></b></h1>
<h3 style="font-family:courier;font-size:125%"><center>For this project, the goal was to combine two memes effectively in Photoshop and create a message.</center></p>
<p><center>I chose to combine a meme of The Office with images from <i>The Transformers</i> and <i>Mobile Suit Gundam</i>. </center></p>
<p><center>The joke is that people often confuse the two robot shows with one another. </center></p>
<center><img src="mememashup.png" class="img-thumbnail img-fluid" alt="invisible war" width="875" height="980"></center>
<body style="background-color:Chocolate;"</body>
</body>
</html>