-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathruth.html
85 lines (74 loc) · 2.83 KB
/
ruth.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<title>King's Gate United Church</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" type="text/css" href="main2.css">
</head>
<body>
<header class="container">
<div class="row">
<h1 class="col-sm-4">KGUC</h1>
<nav class="col-sm-8 text-right">
<p><a href="index.html"><b>Home</b></a></p>
<p><a href="about.html"><b>About</b></a></p>
<p><a href="minister.html"><b>Minister's Word</b></a></p>
<p><a href="auxiliaries.html"><b>Auxiliaries</b></a></p>
<p><a href="./videos-ruth/funvideo.html" target = "_blank"><b>Ruth Video</b></a></p>
</nav>
</div>
</header>
<section class="jumbotron">
<div class="container">
<div class="row text-center">
<h2><b>King's Gate United Church</b></h2>
<h2>Ruth House In Action</h2>
<a class="btn btn-primary" href="houseObjectives.pdf" target = "_blank" download="Order of Service"><b>Download/Open Objectives of the Houses(opens in a new page)</b></a>
</div>
</div>
</section>
<section class="container">
<div class="row">
<figure class="col-sm-6">
<p><b>Ruth House Activity-1</b></p>
<img src="./images/slide3.jpg"/>
</figure>
<figure class="col-sm-6">
<p><b>Ruth House Activity-2</b></p>
<img src="./images/slide4.jpg"/>
<p></p>
</figure>
</div>
<div class="row">
<figure class="col-sm-6">
<p><b>Ruth House Activity-2</b></p>
<img src="./images/christmas1.jpg"/>
</figure>
<figure class="col-sm-6">
<p><b>Ruth House Activity-2</b></p>
<img src="./images/christmas2.jpg"/>
</figure>
</div>
</section>
<h1>King's Gate United Church(KGUC).</h1>
<div class="hero">
<p>A production of the KGUC Planning Commitee:Ask Gladstone Rose|876-999-5673</p>
<a href="#" role="button">Back to top</a>
</div>
<footer class="container">
<div class="row">
<p class="col-sm-4">© 2021 Gladstone Rose</p>
<ul class="col-sm-8">
<li class="col-sm-1"><img src="https://content.codecademy.com/projects/make-a-website/lesson-4/twitter.svg"></li>
<li class="col-sm-1"><img src="https://content.codecademy.com/projects/make-a-website/lesson-4/facebook.svg">
</li>
<li class="col-sm-1"><img src="https://content.codecademy.com/projects/make-a-website/lesson-4/instagram.svg"></li>
<li class="col-md-1"><img src="https://content.codecademy.com/projects/make-a-website/lesson-4/medium.svg"></li>
</ul>
</div>
</footer>
</body>
</html>