-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (47 loc) · 1.98 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1,shrink-to-fit=no">
<title>Major Studio 1 | Fall 2020</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="wrapper">
<div><h1>Major Studio 1</h1>
<h2>Fall 2020</h2></div>
</div>
<div class="wrapper">
<div>
<div id="separator"><svg width="35" height="42" viewBox="0 0 35 42" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.5956 0.41333H14.7002V31.9555L3.38415 19.8964L0.0326538 23.5081L17.1479 41.7472L34.3008 23.5081L30.874 19.8964L19.5956 31.9555V0.41333Z" fill="#181717"/>
</svg>
</div></div>
<div><h3 class="name-box">Shaheryar Manzar <br>
MS Data Visualization <br>
Parsons School of Design</h3></div>
</div>
<main>
<div class="wrapper">
<div><p class = "project-title">
01/ LAB 01
</p>
<ul class="links-assignment">
<li> <a href="https://github.com/shmanzar/major-studio/tree/master/lab01_intro_to_coding">Lab 01 | files</a></li>
<li><a href="https://shmanzar.github.io/major-studio/lab01_intro_to_coding/exercises/index.html">Lab 01 | live</a/li>
</ul>
<hr></div>
<div><img src="/img/lab01_screenshot.png" alt=""><hr></div>
</div>
<div class="wrapper">
<div><p class = "project-title">
02/ LAB 02
</p></div>
<div>Link and image to project</div>
</div>
<hr>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.min.js" integrity="sha512-WIklPM6qPCIp6d3fSSr90j+1unQHUOoWDS4sdTiR8gxUTnyZ8S2Mr8e10sKKJ/bhJgpAa/qG068RDkg6fIlNFA==" crossorigin="anonymous"></script>
<!--<script type="text/javascript" src="js/app.js"></script>-->
</body>
</html>