-
Notifications
You must be signed in to change notification settings - Fork 0
/
areyouthere.html
71 lines (55 loc) · 2.54 KB
/
areyouthere.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
<!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="resume.html">resume</a>
</div>
<h1 class= "menuBtn" onclick="openNav()">menu</h1>
<h1 class="thereTitle">are you there?<img class="thereAlign" src="areyouthere.png"></h1>
<p class="thereParagraph">a gaming application that highlights the importance of teen mental health in the context of an increasingly digitized world and walks players through the process of comforting a friend over the phone</p>
<div class="thereRoleSkills">
<div class="thereRoleColumn">
<h1 class="thereRole">role</h1>
<h1 class="thereFounder">co-founder</h1>
<h1 class="thereDeveloper">web developer & designer</h1>
</div>
<div class="thereSkillsColumn">
<h1 class="thereSkills">skills used</h1>
<h1 class="thereHtml">html</h1>
<h1 class="thereCss">css</h1>
<h1 class="thereJs">javascript</h1>
<h1 class="thereFigma">figma</h1>
</div>
</div>
<div class="thereAlignImage">
<a href="https://are-you-there.online" target="_blank">
<img src="areyoutherepic.png" class="thereImage">
</a>
</div>
<h1 class="thereProcess">the process</h1>
<div class="thereSlideAlign">
<iframe style="border: 1px solid rgba(0, 0, 0, 0.1);" width="800" height="450" src="https://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Ffile%2Fgcbt5uvfZsPNiYEP4M2FgB%2F%2522are-you-there%253F%2522-story-plan%3Fnode-id%3D0%253A1%26t%3DIEluIsxg0LJKaxLp-1" allowfullscreen></iframe>
<h1 class="thereSlideTitle">story outline</h1>
</div>
<div class="thereSlideAlign2">
<h1 class="thereSlideTitle2">wireframe</h1>
<iframe style="border: 1px solid rgba(0, 0, 0, 0.1);" width="800" height="450" src="https://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Ffile%2FcqxNDLN4ySKMSO5yyIdpxU%2Fget-help-wireframe%3Fnode-id%3D0%253A1%26t%3DTRDriXrE1BLl0n4w-1" allowfullscreen></iframe>
</div>
<script src="script.js"></script>
</body>
</html>