forked from aaaven/aiartsPortfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 2.38 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Programming Web Design | Summer 2019</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="header">
<h1 class="title">Artificial Intelligence Arts <br> Course Portfolio</h1>
<h3 class="subtitle">Fall 2020.</h3>
</div>
<div class="main">
<p class="weblink"><a onmouseover="this.children[0].style.display = 'inline'" onmouseout="this.children[0].style.display = 'none'" class="weblink-a" href="https://aaaven.github.io/" target="_blank"><span class="arrow">></span>Student Name/Project Name</a></p>
<p class="weblink"><a onmouseover="this.children[0].style.display = 'inline'" onmouseout="this.children[0].style.display = 'none'" class="weblink-a" href="https://aaaven.github.io/" target="_blank"><span class="arrow">></span>Student Name/Project Name</a></p>
<p class="weblink"><a onmouseover="this.children[0].style.display = 'inline'" onmouseout="this.children[0].style.display = 'none'" class="weblink-a" href="https://aaaven.github.io/" target="_blank"><span class="arrow">></span>Student Name/Project Name</a></p>
<p class="weblink"><a onmouseover="this.children[0].style.display = 'inline'" onmouseout="this.children[0].style.display = 'none'" class="weblink-a" href="https://aaaven.github.io/" target="_blank"><span class="arrow">></span>Student Name/Project Name</a></p>
<p class="weblink"><a onmouseover="this.children[0].style.display = 'inline'" onmouseout="this.children[0].style.display = 'none'" class="weblink-a" href="https://aaaven.github.io/" target="_blank"><span class="arrow">></span>Student Name/Project Name</a></p>
<p class="weblink"><a onmouseover="this.children[0].style.display = 'inline'" onmouseout="this.children[0].style.display = 'none'" class="weblink-a" href="https://aaaven.github.io/" target="_blank"><span class="arrow">></span>Student Name/Project Name</a></p>
<p class="weblink"><a onmouseover="this.children[0].style.display = 'inline'" onmouseout="this.children[0].style.display = 'none'" class="weblink-a" href="https://aaaven.github.io/" target="_blank"><span class="arrow">></span>Student Name/Project Name</a></p>
</div>
<div class="nav">
<p class="nav-item"><a class="nav-link" href="https://wp.nyu.edu/shanghai-ima-aiarts" target="_blank">Course Website</a> <a class="nav-link" href="https://github.com/aaaven/aiarts2020online" target="_blank">Github</a></p>
</div>
</body>
</html>