-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsleep.html
58 lines (49 loc) · 3.03 KB
/
sleep.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</head>
<body>
<div class="homecard" id="sectionHome">
<div class="d-flex flex-column justify-content-center">
<div class="pimage">
<div class="p1">
<h1>Serenity Sounds</h1>
<p class="p1">Soothing bedtime music to help you fall into a deep and natural sleep</p>
</div>
</div>
<div class="homecard2">
<h1> Night Island</h1>
</div>
</div>
<p class="p1">Non-stop 8-hour mixes of our most popular sleep audio</p>
<div class="d-flex flex-row justify-content-center"><button class="button" onclick="display('sectionDetail')">Get started</button></div>
</div>
<div class="detailcard" id="sectionDetail">
<img src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/clouds-img.png" class="image" />
<div class="margin">
<h1>Night Island</h1>
<p class="p2">Ease the mind into a deep and natural sleep with these peaceful, ambient tones.</p>
<p class="p2">45 MIN SLEEP MUSIC</p>
<p class="font">Related</p>
<div class="d-flex flex-row">
<div>
<img src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/moon-clouds-img.png" class="imagecard" />
<p class="font">Moon Clouds</p>
<a href="https://youtu.be/xsfyb1pStdw" class="p2" target="_blank">Deep sleep - 1Hz</a>
</div>
<div>
<img src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/sweet-sleep-img.png" class="imagecard" />
<p class="font">Sweet Shop</p>
<a href="https://youtu.be/6OgEEQ2N8lc" class="p2" target="_blank" >60 min sleep music</a>
</div>
</div>
<div class="d-flex flex-row justify-content-start"><button class="btn button" onclick="display('sectionHome')">Back</button></div>
</div>
</div>
<script type="text/javascript" src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/js/ccbp-ui-kit.js"></script>
</body>
</html>