-
Notifications
You must be signed in to change notification settings - Fork 0
/
body.html
58 lines (53 loc) · 4.23 KB
/
body.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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Document</title>
</head>
<body>
<div class="bg-img"></div>
<!-- <video autoplay muted loop class="bg-img">
<source src="resources/bgVid.mp4" type="video/mp4">
</video> -->
<div class="body-container">
<div class="sidebar">
<center class="mb-5 ml-0">
<img src="./resources/calm-logo.png" class="img-fluid" alt="" id="logo"/>
</center>
<a class="text-decoration-none" href="dashboard.html"><span class="pl-3"></span><span class="border border-white rounded-circle p-1"><i class="fas fa-home p-1"></i></span><span class="ml-2">Home</span></a>
<a class="text-decoration-none" href="meditate.html"><span class="pl-3"></span><span class="border border-white rounded-circle p-1"><i class="fas fa-circle-notch p-1"></i></span><span class="ml-2">Meditate</span></a>
<a class="text-decoration-none" href="#"><span class="pl-3"></span><span class="border border-white rounded-circle p-1"><i class="fas fa-walking p-1"></i></span><span class="ml-2">Body</span></a>
<a class="text-decoration-none" href="scenes.html"><span class="pl-3"></span><span class="border border-white rounded-circle p-1"><i class="fas fa-tree p-1"></i></span><span class="ml-2">Scene</span></a>
<a class="text-decoration-none" href="profile.html"><span class="pl-3"></span><span class="border border-white rounded-circle p-1"><i class="far fa-user-circle p-1"></i></span><span class="ml-2">Profile</span></a>
</div>
<div class="container" id="featured">
<div class="row">
<div class="col-12">
<div class="h1 font-weight-bold text-white my-2">Body</div>
</div>
</div>
<div class="row my-3">
<div class="col-6 my-3">
<iframe width="460" height="250" style="border-radius: 26px;" src="https://www.youtube.com/embed/s4__2lE29sM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-6 my-3">
<iframe width="460" height="250" style="border-radius: 26px;" src="https://www.youtube.com/embed/wn4QDOkVgIo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-6 my-3">
<iframe width="460" height="250" style="border-radius: 26px;" src="https://www.youtube.com/embed/C_ESLLluuDI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-6 my-3">
<iframe width="460" height="250" style="border-radius: 26px;" src="https://www.youtube.com/embed/H0p9CbqT3UA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<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/[email protected]/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>
<script src="https://kit.fontawesome.com/5897268a0d.js" crossorigin="anonymous"></script>
</body>
</html>