-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchurch.html
48 lines (41 loc) · 1.8 KB
/
church.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ingrid Donaire </title>
<link href='http://fonts.googleapis.com/css?family=Poiret+One|Nunito:700|Pacifico|Anton|Dancing+Script:700|Fredoka+One|Playball|Fugaz+One|Marck+Script|Crafty+Girls|Petit+Formal+Script|Mystery+Quest|Monofett|Ribeye+Marrow|Faster+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body>
<header>
<a href="index.html" id="logo">
<h1>CHURCH "DIOS DE PACTOS"</h1>
<h2>All around me</h2>
</a>
<nav>
<ul>
<li><a href="index.html">Portfolio</a></li>
<li><a href="family.html">Family</a></li>
<li><a href="friends.html">Friends</a></li>
<li><a href="church.html" class="selected">Church</a></li>
</ul>
</nav>
<section id="popup" class="present">
<p>Math.random() returns a random number between 1 and 53.</p>
<button onclick="myFunction()">Try it</button>
<p id="demo"></p>
<script>
function myFunction() {
document.getElementById("demo").innerHTML = Math.random();
}
</script>
<p> THIS IS A VIDEO OF MY FRIENDS, LEADERS, PASTORS & COMMUNITY OF THE CHURCH THAT I'M GOING TO</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/q3vZzdI2AeE" frameborder="0" allowfullscreen></iframe>
</section>
</header>
</body>
</html>