-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselfie.html
More file actions
60 lines (48 loc) · 2.23 KB
/
Copy pathselfie.html
File metadata and controls
60 lines (48 loc) · 2.23 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
<!DOCTYPE html>
<html>
<head>
<title>Selfie</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>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="text-center"><u>Selfie Art</u></h1>
</div>
</div>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<iframe src="test/index.html" width="600" height="600" title="Selfie"></iframe>
</div>
<p class="text-center"> This is my self portrait I made using P5.JS. I created a rough draft in adobe illustrator and
coded the entire art piece to create myself using carefully layered and placed shapes to get the image I want.</p>
</div>
<br>
</body>
</html>