-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglitch.html
More file actions
93 lines (79 loc) · 4.22 KB
/
Copy pathglitch.html
File metadata and controls
93 lines (79 loc) · 4.22 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
<!DOCTYPE html>
<html>
<head>
<title>Glitch</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>
<!-- quote -->
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="text-center"><u>Glitch Art</u></h1>
</div>
</div>
<!-- images -->
<div class="jumbotron jumbotron-fluid">
<div class="container">
<img src="gura-echo.png" class="mx-auto d-block img-fluid" alt="gura-echo" width="700" height="500">
<p class="text-center">This is Gura, a recently new kind of streamer called a Virtual YouTuber aka V-tuber. Here I took the
image file and edited the code using audacity's echo effect. The echo effect represents the rise of V-Tubers taking over streaming entertainment.</p>
</div>
</div>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<img src="holo-phaser.png" class="mx-auto d-block img-fluid" alt="holo-phaser" width="700" height="500">
<p class="text-center">This is a picture of hololive english, the first branch of english speaking v-tubers that rose in popularity.
Here I took the image file and used audacity's phaser effect to glitch the image to represent how they changed streaming entertainment.</p>
</div>
</div>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<img src="hamilton.jpeg" class="mx-auto d-block img-fluid" alt="hamilton" width="300" height="500">
<p class="text-center">This was a portrait of Alexander Hamilton. I took the source image and added the lyrics of
Hamilton from the musical Hamilton. Hamception. This glitch affected the image to create this ghost-like outline of
Hamilton as if he was trying to tell me something; like he was ironically being overshadowed by the musical about him.</p>
</div>
</div>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<img src="chaplin.png" class="mx-auto d-block img-fluid" alt="chaplin" width="300" height="500">
<p class="text-center"><i>This was a glitched image of Charlie Chaplin created by taking the source image and editing it using audacity's
echo effect. I thought it was ironic to use an echo effect for a guy known for his silent films.</p>
</div>
</div>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<img src="Me-echo.jpg" class="mx-auto d-block rounded-circle img-fluid" alt="me-echo" width="400" height="400">
<p class="text-center"><i>This is an image of me using both audacity's echo effect and text editor. I just wanted to combine what I've learned
using an image of myself as a kind of self reflection glitch art piece.</p>
</div>
</div>
<br>
</body>
</html>