-
Notifications
You must be signed in to change notification settings - Fork 0
/
glitch.html
50 lines (40 loc) · 2.73 KB
/
glitch.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
45
46
47
48
49
50
<!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>glitch</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>Glitch Art</center></b></h1>
<h3 style="font-family:courier;font-size:125%"><center>This was the first project of ART-74 Intro to Digital Media.</center></p>
<p><center>The objective of the project was to manipulate photo files through</center></p>
<p><center>the manipulation of its code in notepad or by converting them into a .RAW file in Audacity.</center></p>
<p><center>The common theme in the photos I have chosen was that they all came from the video game franchise Deus Ex,</center></p>
<p><center>a series with heavy cyberpunk motifs. </center></p>
<center><img src="invisiblewar.png" class="img-thumbnail img-fluid" alt="invisible war" width="1920" height="1080"></center>
<center><img src="mankinddivided.png" class="img-thumbnail img-fluid" alt="mankind divided" width="1332" height="850"></center>
<center><img src="myvisionisaugmentedglitched.png" class="img-thumbnail img-fluid" alt="my vision is augmented" width="1440" height="1080"></center>
<center><img src="deus_ex.jpg" class="img-thumbnail img-fluid" alt="deus ex" width="1400" height="791"></center>
<center><img src="jcdentonglitch.jpg" class="img-thumbnail img-fluid" alt="jc denton in da glitch" width="814" height="611"></center>
<h3 style="font-family:courier;font-size:125%"><center>"You will soon have your God, and you will make it with your own hands." </center></p>
<body style="background-color:SlateBlue;"</body>
</body>
</html>