-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (72 loc) · 3.06 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sabrina Baggett Portal</title>
<link href="https://necolas.github.io/normalize.css/8.0.1/normalize.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.css" >
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<img id="bg" src="image/portal.png">
<header>
<h1>Sabrina Baggett</h1>
<div id="mySketch" onclick="randomize()">
</div>
</header>
<section>
<h2>⁘</h2>
<section>
<h3>Studios</h3>
<nav>
<ol>
<li><a href="studio1/index.html">Mad_Libs 2.0</a></li>
<li><a href="studio2/index.html">Pocket Full v2</a></li>
<li><a href="studio3/index.html">Game On!</a></li>
<li><a href="studio4/index.html">Meet Me at the Library</a></li>
<li><a href="final/index.html">Final</a></li>
</ol>
</nav>
</section>
<section>
<h3>Research</h3>
<nav>
<ul>
<li><a href="process/research/comparative.html">Comparative Analysis</a></li>
<li><a href="process/research/research.html">Background Research</a></li>
<li><a href="process/research/audience.html">Audience Research</a></li>
<li><a href="process/research/visual.html">Visual Research</a></li>
<li><a href="process/research/proposal-draft.html">C&C 2019 Proposal</a>
<li><a href="process/research/image/presentation.pdf">presentation</a>
</li>
</ul>
</nav>
</section>
<section>
<h3>Development</h3>
<nav>
<ul>
<li ><a href="process/research/topic-brainstorm.html">Topic Brainstorm</a></li>
<li ><a href="process/research/storyboard.html">Story Board</a></li>
<li ><a href="process/research/siteflow.html">Site Flow</a></li>
<li ><a href="process/research/wireframe.html">Wireframe</a></li>
<li ><a href="process/research/comps.html">Comps</a></li>
<li><a href="final/index.html">Interactive Wireframe</a></li>
<li><a href="final/index.html">proto1</a></li>
<li><a href="final/index.html">proto2</a></li>
</ul>
</nav>
</section>
</section>
<footer>
<a href="mailto:[email protected]">Email</a>
⁎
<a href="https://validator.w3.org/check?uri=referer">Valid HTML</a>
⁎
<a href="https://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a><br>
</footer>
<script src="script.js"></script>
</body>
</html>