-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlets-dance.html
More file actions
78 lines (70 loc) · 3.5 KB
/
Copy pathlets-dance.html
File metadata and controls
78 lines (70 loc) · 3.5 KB
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
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<head>
<title>Nicki & Tyler</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link href="https://fonts.googleapis.com/css?family=Bungee|Bungee+Shade|Cormorant:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/bootstrap-grid.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-reboot.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158550057-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-158550057-1');
</script>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-light container">
<a class="navbar-brand" href="/"><img src="assets/images/roachbro-2.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/wedding">Wedding Details </a>
</li>
<li class="nav-item">
<a class="nav-link" href="/covid">Covid-19</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/lets-dance">Let's dance</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="/monomyth">Heroes' Journey</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/pics">Cute pics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/registry">Registry</a>
</li>
</ul>
</div>
</nav>
<section class="container">
<div class="row">
<div class="col-md-6 mb-3 mb-md-0">
<h1>Ready to dance?</h1>
<p><a href="https://open.spotify.com/playlist/2uOP74ep94TEK6DCiuMNKg?si=MhNrBaNTTNawimcm9yx-Sg">Reccomend a song on our collaborative playlist.</a></p>
<p>We've included a few to give you an idea of the vibe.</p>
<img class="img-fluid" src="assets/images/magic-dance.gif" alt="David Bowie doing the Magic Dance in Labyrinth">
</div>
<div class="col-md-6">
<iframe src="https://open.spotify.com/embed/playlist/2uOP74ep94TEK6DCiuMNKg" width="100%" height="100%" style="min-height: 500px;" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</div>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>