-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdance-party.html
74 lines (71 loc) · 2.28 KB
/
dance-party.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google Site Verification -->
<meta
name="google-site-verification"
content="21wYjxpY8yGpiG1SOOvvwkrM7WdH0MlWTJrLukLZABw"
/>
<!-- CSS -->
<link rel="stylesheet" href="dist/styles.css" />
<title>Alexandra Hionis - Projects - Dance Party</title>
<link rel="icon" type="image/x-icon" href="assets/images/favicon.png" />
<meta name="description" content="My Portfolio Projects - Dance Party" />
</head>
<body class="project-pages dance-party">
<section class="container projects">
<div class="container__inner">
<section class="topbar__back">
<a href="/home.html#projects">
<img
class="back-arrow"
src="assets/images/arrow-left-solid.svg"
alt="back arrow"
/>
<h2>back</h2>
</a>
<div class="marquee">
<h1>Dance Party</h1>
</div>
</section>
<!-- start projects section -->
<section>
<div class="projects__container">
<div class="projects__column">
<h1>Web <br />Development</h1>
<p>Front-End coding work:</p>
<p>HTML</p>
<p>CSS</p>
<p>JavaScript</p>
<p>Giphy API Key Integration</p>
<a
class="button"
target="_blank"
href="https://github.com/Alexandra-Hionis/dance-party"
>Github</a
>
</div>
<div class="projects__column">
<div class="projects__image-container">
<video
class="project-video"
autoplay="autoplay"
loop="true"
muted
defaultmuted
playsinline
>
<source src="assets/videos/dance-party.mp4" type=video/mp4>
</video>
</div>
</div>
</div>
</section>
<!-- end projects section -->
</div>
</section>
<script type="text/javascript" src="dist/bundle.js"></script>
</body>
</html>