-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheds124br.html
107 lines (94 loc) · 3.48 KB
/
eds124br.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE HTML>
<!--
Dopetrope by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7V2T37B7CE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7V2T37B7CE');
</script>
<title>Janzen Molina</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="robots" content="noindex">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<!-- Logo -->
<h1><a href="index.html">Janzen Molina</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="#">UI/UX</a>
<ul>
<li><a href="acm-website.html">ACM at UCSD Website</a></li>
<li><a href="navassist.html">NavAssist</a></li>
<li><a href="civictechjobs.html">Civic Tech Jobs</a></li>
<li><a href="zoomredesign.html">Zoom Redesign</a></li>
</ul>
</li>
<li class="current">
<a href="#">Beyond UI/UX</a>
<ul>
<!-- <li><a href="grove.html">Grove</a></li> -->
<li><a href="synposium.html">SYNposium Banner</a></li>
<li><a href="vrexhibition.html">VR Exhibition Night</a></li>
<li><a href="eds124br.html">EDS 124BR</a></li>
</ul>
</li>
<li><a href="resume.html">Resume</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</section>
<!-- Main -->
<section id="main">
<div class="container">
<!-- Content -->
<article class="box post">
<a class="image featured"><img src="images/banner.png" alt="EDS 124BR placeholder"></a>
<header>
<h2>EDS 124BR</h2>
<p>Teaching portfolio web resource</p>
</header>
<section>
<header>
<h3>This page has been made private. To request access, please contact the site owner.</h3>
</header>
</section>
</article>
</div>
</section>
<!-- Footer -->
<div id="copyright" class="index-copyright">
<ul class="social">
<li><a class="icon solid fa-envelope" href="mailto:[email protected]"><span class="label">Email</span></a></li>
<li><a class="icon brands fa-github" href="https://github.com/janzenmolina"><span class="label">GitHub</span></a></li>
<li><a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/janzenmolina/"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="links">
<li>© Janzen Molina 2022</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>