-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
134 lines (118 loc) · 5.66 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shiloh 2021 - More Than A Conqueror</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet" />
<link href="https://fonts.cdnfonts.com/css/cocogoose" rel="stylesheet" />
<script src="https://kit.fontawesome.com/792c795fd6.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="./public/CSS/mobile.css" media="screen and (max-width: 768px)" />
<link rel="stylesheet" href="./public/CSS/desktop.css" media="screen and (min-width: 768px)" />
</head>
<body>
<div class="header-wrapper">
<header>
<nav class="top-nav-container">
<ul class="top-nav">
<li><i class="fa fa-facebook"></i></li>
<li><i class="fa fa-twitter"></i></li>
<li><a href="#">English</a></li>
<li><a href="#">My Page</a></li>
<li><a href="#">Logout</a></li>
</ul>
</nav>
<i class="fas fa-bars hamburger"></i>
<nav class="bottom-nav-container">
<a href="./index.html" class="logo"><img src="./public/images/logo.png" alt="" /> Shiloh 2021</a>
<ul class="bottom-nav">
<li class="close-btn">X</li>
<li class="open-nav"><a href="#">Home</a></li>
<li><a href="./public/about.html">About</a></li>
<li><a href="#">Program</a></li>
<li><a href="#">Join</a></li>
<li><a href="#">Sponsor</a></li>
<li><a href="#">News</a></li>
<li><a href="#" class="campaign">Campaign</a></li>
</ul>
</nav>
</header>
<section class="headline">
<span class="welcome">"Welcome to Shiloh 2021"</span>
<h1>MORE THAN A CONQUEROR ANNUAL CONVENTION</h1>
<span class="scripture">ROMANS 8 : 35 - 37</span>
<p class="headline-p">
Shiloh 2021 Is a Prophetic Platform for The Conferment of Dominion Both on Us as A Church and As Individuals, so As to Subdue the Land Before Us —Joshua 18:1 …and Many More…
</p>
<h3>2021.12.7(TUE) ~ 12(SUN)</h3>
<span class="location">@ Faith Tabernacle Canaanland, KM 10, Idiroko Rd. Ota Lagos</span>
</section>
</div>
<section class="program-container">
<h2>Main Program</h2>
<hr class="break" />
<div class="program-section">
<div class="program-item">
<img src="./public/images/speaker.png" alt="encounter nights" />
<h4>Encounter Nights</h4>
<p>Starts from 7pm to 10pm from starts date till 11th Dec, where there shall diverse visitation and miracles from the Word of the Lord.</p>
</div>
<div class="program-item">
<img src="./public/images/speaker.png" alt="encounter nights" />
<h4>Prayer Hour</h4>
<p>A one hour early morning prayer session from 6am - 7am daily. A special time to have a personal time with your maker</p>
</div>
<div class="program-item">
<img src="./public/images/visitation.png" alt="early morning hour of visitation" />
<h4>Hour of Visitations</h4>
<p>A Word session on various topics covering the theme of shiloh 2021 beginning from 7:15am to 11:15am featuring guest speakers around the globe.</p>
</div>
<div class="program-item">
<img src="./public/images/youthalive.png" alt="ministers workshop" />
<h4>Ministers Conference</h4>
<p>A conference specifically for ministers of God, people called into ministry or full time Pastoring from various church all around the world.</p>
</div>
<div class="program-item">
<img src="./public/images/workshop.png" alt="peronal session" />
<h4>Personalized Session</h4>
<p>A specialised classes for business and career breakthough, Healing, Marital breakthrough, Miracle Job, mother and father of nations and lots more.</p>
</div>
<div class="program-item last">
<img src="./public/images/youthalive.png" alt="Youth workshop" />
<h4>Youth Alive Session</h4>
<p>A special session for the empowerment and rising of giants among the youth both in the commission and and the world at large. Starts 3pm to 5pm.</p>
</div>
<a href="#">Join Shiloh International 2021</a>
</div>
<a href="#" class="see-program">See Whole Program</a>
</section>
<section class="speakers">
<h2>Featured Speakers</h2>
<hr class="break" />
<div class="grid-speakers" id="speakers"></div>
</section>
<div class="more"><span>More</span> <i class="fas fa-chevron-down"></i></div>
<section class="partners about-page" id="hide-on-mobile">
<h3>Partner</h3>
<hr class="break" />
<div class="partners-box">
<h3>Salvation Ministries</h3>
<h3>Dunamis International</h3>
</div>
</section>
<footer>
<img src="./public/images/logo.png" alt="church logo" />
<span class="church-name">LFC International</span>
<div class="footer-text">
<p>2021 Living Faith International</p>
<p>Some Rights Reserved</p>
</div>
</footer>
<script src="index.js"></script>
<script type="module" src="./public/JS/feature_speakers.js"></script>
</body>
</html>