-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (182 loc) · 7.91 KB
/
index.html
File metadata and controls
197 lines (182 loc) · 7.91 KB
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
echo "Hello World" > index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Agbayala</title>
<link rel="icon" href="https://repl.it/public/images/favicon.ico" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Assistant&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=ABeeZee&display=swap" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<style>
ul {
overflow: auto;
}
ul li {
list-style-type: none;
float: left;
}
ul li a i {
background: #205D7A;
color: #fff;
width: 40px;
height: 40px;
border-radius: 20px;
font-size: 25px;
text-align: center;
margin-right: 10px;
padding-top: 15%;
transition: all 0.2s ease-in-out;
}
.fa-linkedin {
background:#007bb6
}
.fa-twitter {
background:#00aced
}
ul li a i:hover {
opacity: .7;
}
</style>
<!-- Preload -->
<link rel="preload" as="image" href="">
<!-- Scripts -->
<script src="script.js" defer></script>
</head>
<body>
<section class="flex center banner">
<header class="flex">
<nav class="options">
<a class="link" href="https://agbayala-landing-page.aishalanre.repl.co/#">Home</a>
<a class="link" href="https://evernote.com/blog/">Blog</a>
<a class="link" href="https://www.bonfire.com/store/the-exdiex-boutique/">Shop</a>
<a class="link" href="https://agbayala-gallery.aishalanre.repl.co/">Gallery</a>
<a class="link" href="https://portfolio-site.aishalanre.repl.co">About</a>
<a class="link" href="https://docs.google.com/forms/d/e/1FAIpQLScXICSOr_VDCTwITUvq9ms57I_FIdxHfvHSoAUmDDSkmfJlJQ/viewform?usp=pp_url">Contact</a>
</nav>
<div class="flex">
</div>
</header>
<h1>Welcome to<br>Agbayala!</h1>
<div class="flex center">
<p>Agbayala, literally meaning <i>'dreamworld'</i>, is a web application designed to fulfil the purpose of gathering information and making it available from a single source.</p>
<div class="flex buttons">
<button class="classic btn set">Take a tour!</button>
<button class="secondary btn set"><a href='#'>Sign in now!</a></button>
</div>
</div>
</section>
<main>
<div class="flex text-container">
<p><i>A way to learn. A mark to make. A world to change...</i></p>
</div>
<div class="flex card-container">
<div class="flex card">
<i class=""></i>
<p>Get to visit different countries</p>
</div>
<div class="flex card">
<i class=""></i>
<p>Eu delectus senserit aliquando ius, ad errem accusata definitionem est, at eos audiam accusam. Eu percipit pertinax persecuti nam, nam an veri soleat, possim bonorum per et. Mei in eruditi dolores.</p>
</div>
<div class="flex card">
<i class=""></i>
<p>Eu delectus senserit aliquando ius, ad errem accusata definitionem est, at eos audiam accusam. Eu percipit pertinax persecuti nam, nam an veri soleat, possim bonorum per et. Mei in eruditi dolores.</p>
</div>
</div>
<div class="flex container left">
<img src="https://i.picsum.photos/id/326/200/200.jpg?hmac=T_9V3kc7xrK46bj8WndwDhPuvpbjnAM3wfL_I7Gu6yA" />
<div>
<h1 class="glow">Lorem Ipsum</h1>
<p>Lorem ipsum dolor sit amet, consectetura aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
<div class="flex container right">
<img src="https://i.picsum.photos/id/1027/200/200.jpg?hmac=fiXlkLLwYm7JmmU80uRIj9g21XD4q9v_lM_2Z57UhuA" />
<div>
<h1 class="glow">Lorem Ipsum</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
<div class="flex container left">
<img src="https://i.picsum.photos/id/646/200/200.jpg?hmac=3jbia15y-hA5gmqVJjmk6BPJiisi4j-fNKPi3iXRiRo" />
<div>
<h1 class="glow">Lorem Ipsum</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
<div class="flex column center">
<h1 class="glow margin-center">Start Today.</h1>
</div>
</main>
<footer class="flex">
<div class="flex">
<div>
<h2>Quick Menu</h2>
<a href="https://agbayala-landing-page.aishalanre.repl.co/#">Home</a>
<a href="https://evernote.com/blog/">Blog</a>
<a href="https://www.bonfire.com/store/the-exdiex-boutique/">Shop</a>
<a href="https://portfolio-site.aishalanre.repl.co">About</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScXICSOr_VDCTwITUvq9ms57I_FIdxHfvHSoAUmDDSkmfJlJQ/viewform?usp=pp_url">Contact</a>
</div>
<div>
<h2>Company</h2>
<a href="https://portfolio-site.aishalanre.repl.co/">Inspiration</a>
<a href="https://github.com/Fallow23/">The Mastermind</a>
<a href="https://www.brainyquote.com/">Quotes</a>
<a href="https://drive.google.com/file/d/1UpDs406oyoJnoEkf6vXORl13TrNWNarS/view?usp=sharing">Privacy Policy</a>
<a href="https://drive.google.com/file/d/17Zu2SA3J4odca9RJa-jQLRq6EewZMENp/view?usp=sharing">Terms of Use</a>
</div>
<div>
<h2>News & Information</h2>
<a href="https://www.bbc.com/news/world">World News</a>
<a href="https://www.inyourarea.co.uk/">Local News</a>
<a href="https://hollywoodlife.com/">Celebrity Talk</a>
<a href="https://www.politico.com/">Political News</a>
<a href="https://www.cbsnews.com/live/">Live News</a>
<a href="https://www.huffpost.com/">News Blogs</a>
<a href="https://www.skysports.com/">Sport News</a>
<a href="https://edition.cnn.com/specials/latest-news-videos">News Videos</a>
<a href="https://www.broadcastnow.co.uk/">Broadcast News</a>
<a href="https://www.thehindu.com/opinion/open-page/">Reviews & Columns</a>
<a href="http://www.dublinfreelance.org/">Feature-Writing</a>
</div>
<div>
<h2>Services</h2>
<a href="https://www.tripadvisor.com/">Travel & Tours</a>
<a href="https://www.myjobmag.com/">Jobs</a>
<a href="https://www.khanacademy.org/">eLearning, Education</a>
<a href="https://www.shopify.com.ng/">eCommerce</a>
<a href="https://www.instructables.com/">Do-It-Yourself</a>
<a href="https://www.wikihow.com/">How-to</a>
<a href="https://www.shopstyle.co.uk/">Fashion & Beauty</a>
<a href="https://yourdost.com/">Counselling</a>
<a href="https://www.nutrition.gov/">Nutrition</a>
<a href="https://www.headspace.com/">Meditation, Exercise</a>
<a href="https://www.lifehack.org/">Life Hacks</a>
<a href="https://www.opentable.com/">Restaurant Reservations</a>
<a href="https://www.wix.com/">Bookings, Online Store</a>
<a href="https://www.addictinggames.com/">Games & Fun</a>
<a href="https://www.netflix.com/">Films & Entertainment</a>
</div>
<div>
<h2>Address</h2>
<a href="https://www.google.com/maps/@6.5947999,3.3348361,17z">Suite 311, Planking Road<br>Ikeja, LA 100264</a>
<ul>
<li><a href="https://linkedin.com/in/fallowamber"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://twitter.com/fallow_amber/"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
</footer>
<div class="copyright">
<p>Copyright ©2021 by Agbayala, All rights reserved.</p>
</div>
</body>
</html>