-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (64 loc) · 2.7 KB
/
index.html
File metadata and controls
75 lines (64 loc) · 2.7 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PORTAL PAGE</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<header>
<div id="banner">
<section>
<div></div>
<div></div>
<div></div>
</section>
<h1>Rei Hernandez</h1>
<h2>DES 157A - Interactive Media II - Fall 2025</h2>
</div>
</header>
<main>
<section>
<h2>Research</h2>
<ul>
<li><a href="journal/images/sketch.html">Learning Journal Sketch</a></li>
<li><a href="journal/index.html">Learning Journal</a></li>
<li><a href="exp/exp1.html">Experiment 1</a></li>
<li><a href="exp/exp2.html">Experiment 2</a></li>
</ul>
</section>
<section>
<h2>MadLib</h2>
<ul>
<li><a href="madlibs/index.html">Design Version 1</a></li>
<li><a href="madlibs/v1/index.html">Code Version 1</a></li>
<li><a href="madlibs/v2/index.html">Final MadLib Project</a></li>
</ul>
</section>
<section>
<h2>Every Picture</h2>
<ul>
<li><a href="everypicture/expirment/index.html">Experiments</a></li>
<li><a href="everypicture/project-development/index.html">Project Development</a></li>
<li><a href="everypicture/v1-html-css-only/index.html">Code Version 1</a></li>
<li><a href="everypicture/v2-final-version/index.html">Final Every Picture Project</a></li>
</ul>
</section>
<section>
<h2>Game On</h2>
<ul>
<li><a href="game/index.html">Design Version 1</a></li>
<li><a href="game/v1-html-css-only/index.html">Design Version 2</a></li>
<li><a href="game/v2-final-verison/index.html">Final Game On Project</a></li>
</ul>
</section>
</main>
<footer>
<a class="emailButton" href="mailto:xmhernandez@ucdavis.edu">Email Me</a>
</footer>
</div>
</body>
</html>