-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.html
59 lines (50 loc) · 4.3 KB
/
videos.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sara Abraham</title>
<!--Link sheet for fonts!-->
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Loved+by+the+King&family=Yomogi&display=swap" rel="stylesheet">
<!--Link sheet for icons!-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap link below-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<!-- Boot strap nav bar for responsive design, icon button comes up when the screen in smaller-->
<nav class="navbar navbar-expand-lg navbar-dark" style = "background-color: black;">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<a class="navbar-brand" href="index.html"><h1>SARA ABRAHAM</h1></a>
<ul class = "nav" class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><h2><a class = "customnav" class="nav-link" href="bio.html">Bio</a></h2></li>
<li class="nav-item"><h2><a class = "customnav" class="nav-link" href="videos.html">Videos</a></h2></li>
<li class="nav-item"><h2><a class = "customnav" class="nav-link" href="reviews.html">Reviews</a></h2></li>
<li><div class= "social-media">
<div><a href="https://open.spotify.com/artist/1wv6M9D28clXTq5SB70QYP" class="fa fa-spotify"></a></div>
<div><a href="https://soundcloud.com/saraabrahammusic?fbclid=IwAR2hMT_LY51PZf4Cr90dVKFkt5k8VdYXja0oDYeqd6etTf6a5rIaTNlcgW4" class="fa fa-soundcloud"></a></div>
<div><a href="https://www.youtube.com/channel/UCTRV8a5INjdOwIK1Jq98wiA" class="fa fa-youtube"></a></div>
<div id= "ig" ><a href="https://www.instagram.com/saara_abraham/" class="fa fa-instagram"></a></div>
<div id= "fb"><a href="https://www.facebook.com/sara.abraham.77736310" class="fa fa-facebook"></a></div>
<div id= "email"><a href="mailto:[email protected]" class="fa fa-envelope"></a></div>
</div></li>
</ul>
</div>
</div> <!-- end of container-->
</nav>
<!-- Scroll bar for the youtube videos. Should be halfway down the page.-->
<div class= "scroll-bar">
<div><h3><iframe width="420" height="320" src="https://www.youtube.com/embed/fCapLc8N1hE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></h3></div>
<div><h3><iframe width="420" height="320" src="https://www.youtube.com/embed/4t2OQUTCu-Q" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></h3></div>
<div><h3><iframe width="440" height="320" src="https://www.youtube.com/embed/x63fYvbHa2M" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></h3></div>
<div><h3><iframe width="440" height="320" src="https://www.youtube.com/embed/-NYFoRMptFo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></h3></div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>