-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
38 lines (29 loc) · 1.57 KB
/
index1.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
<!DOCTYPE html>
<!-- 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>
<body>
<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>Welcome to My Portfolio</center></b></h1>
<h1 style="font-size:175%;font-family:courier"><b><center>Nick Li</center></b></h1>
<center><img src="jcdentonindafreshcopy.png" class="img-thumbnail img-fluid" alt="jc denton in da fresh" width="512" height="512"></center>
<body style="background-color:DarkGrey;"</body>
</body>
</html>