-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
54 lines (49 loc) · 2.63 KB
/
index.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
<HTML>
<HEAD>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link rel = "stylesheet" href= "css/main.css">
<TITLE>GB Ambassadors Program Pacific Northwest</TITLE>
</HEAD>
<BODY style="background-color: black;">
<!-- MAIN DIV - IT HOLDS THE ENTIRE CONTENT -->
<div>
<!-- MENU DIV-->
<div class = "menu">
<div class = "inline ">
<img src="images/gblogo.jpeg" alt = "Gracie Barra Ambassadors logo">
</div>
<div class = "inline">
<a class = "menu-links" href ="index.html"> About Us</a>
</div>
<div class = "inline">
<a class = "menu-links" href ="application.html"> Apply Now</a>
</div>
<div class = "inline">
<a class = "menu-links" href ="index.html"> Sponsors</a>
</div>
<!--
<div class = "inline ">
<img src="images/gblogo.jpeg" alt = "Gracie Barra Ambassadors logo">
</div>
-->
</div>
<!-- END OF MENU DIV-->
<!-- HEADING / VIDEO DIV-->
<div class = "hero-image">
<div class = "block">
<h3 class ="gbpacific">Gracie Barra Pacific Northwest</h3>
</div>
<div class = "block">
<h2 class ="ambassadorheading">AMBASSADOR PROGRAM</h3>
</div>
<div class = "block gbvideo" data-widget-type="LpVideoReact" data-embed="<iframe width='1000'; height='400' src='https://www.youtube.com/embed/G_mjtwVpr2M' frameborder='0' allow='autoplay'; encrypted-media" allowfullscreen></iframe>" data-guid="1238c5a8-614e-dc18-cbb6-6736f32889bb">
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/G_mjtwVpr2M" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe>
</div>
</div>
</div>
| </div>
<!-- END OF MAIN DIV-->
</BODY>
</HTML>