-
Notifications
You must be signed in to change notification settings - Fork 0
/
netart.html
48 lines (36 loc) · 2.19 KB
/
netart.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
<!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>net-art</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>Net-Art</center></b></h1>
<center><button class="button"><span> <a href="index.html"><h3 style="font-family:courier;font-size:125%;color:Black">Project Link >></h3></a> </span></button></center>
<p></p>
<h3 style="font-family:courier;font-size:125%"><center>This project required us to make a interactive website. </center></p>
<p><center>I chose to do mine on two poems I made in my creative writing class.</center></p>
<p><center>I did this because poetry is defined as a form of art, thus I was combining the forms of net art and poetry together.</center></p>
<center><img src="HTML Art 2.jpg" class="img-thumbnail img-fluid" alt="html art 2" width="1364" height="626"></center>
<center><img src="HTML Art 1.jpg" class="img-thumbnail img-fluid" alt="html art 1" width="1365" height="624"></center>
<body style="background-color:DarkSeaGreen;"</body>
</body>
</html>