-
Notifications
You must be signed in to change notification settings - Fork 0
/
circuit.html
43 lines (32 loc) · 1.27 KB
/
circuit.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>jjasminew</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;800&display=swap" rel="stylesheet">
</head>
<body>
<!-- code for side nav bar -->
<div id="mySideNav" class="sideNav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">home</a>
<a href="aboutme.html">about me</a>
<a href="projects.html">projects</a>
<a href="portfolio.html">portfolio</a>
<a href="today.html">today i...</a>
<a href="resume.html">resume</a>
</div>
<h1 class= "menuBtn" onclick="openNav()">menu</h1>
<h1 class="todayTitle2">today i analyzed...</h1>
<div class="todaySubImagesAlign">
<img src="circuit.png" alt="Circuit Short Film" class="todaySubImages">
</div>
<h1 class="todayText">analyzed a short film called circuit that reminded me of being stuck in a loop. it took me back to the time when we were quarantined and locked in our homes.
</h1>
<script src="script.js"></script>
</body>
</html>