-
Notifications
You must be signed in to change notification settings - Fork 0
/
petsmarter.html
77 lines (59 loc) · 2.43 KB
/
petsmarter.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
<!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="petTitle">pet-smarter<img class="womanAlign" src="petsmarter.png"></h1>
<p class="petParagraph">a project that highlights the common issue of irresponsible ownership of pets through research and art installations</p>
<div class="petRoleSkills">
<div class="petRoleColumn">
<h1 class="petRole">role</h1>
<h1 class="petLead">co-lead</h1>
<h1 class="petDeveloper">head developer</h1>
<h1 class="petCreator">creator</h1>
</div>
<div class="petSkillsColumn">
<h1 class="petSkills">skills used</h1>
<h1 class="petWix">wix</h1>
<h1 class="petProcreate">procreate</h1>
<h1 class="petMedia">mixed media</h1>
</div>
</div>
<h1 class="petInstallationTitle">fish tank installation</h1>
<div class="petAlignImage">
<img src="petsmarterpic.JPG" class="petImage">
</div>
<p class="petCaption">an uninhabitable fish tank highlighting common fishkeeping mistakes</p>
<h1 class="petProcess">the process</h1>
<div class="petSlideAlign">
<img src="petresearch.png" class="petProcessContent">
<h1 class="petSlideTitle">research</h1>
</div>
<div class="petSlide2Align">
<h1 class="petSlide2Title">material collection</h1>
<img src="petMaterial.jpg" class="petProcessContent">
</div>
<div class="petSlide2Align">
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQlGhJ6zU9NNzVRDP8olIU40WnzAuhUfbIx7m8ab07AAK3lPyXMdZmrn2eaZf_OpJU0IY1WwxrXWFOR/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<h1 class="petSlideTitle">progress shots</h1>
</div>
<script src="script.js"></script>
</body>
</html>