-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
305 lines (297 loc) · 15.6 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
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<!DOCTYPE html>
<html lang="zxx">
<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>Cristiana Sollini</title>
<link href="normalize.css.css" rel="stylesheet" />
<link href="output.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<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=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<body class="bg-white font-roboto-condensed text-black text-[16px]">
<!-- NAV -->
<nav class="bg-black w-full flex justify-center items-center text-white min-h-[80px] ">
<!-- LOGO -->
<div class="container flex items-center justify-start margin-resp">
<div class="pr-5 lg:pr-20 border-r border-border-grey flex items-center">
<a href="#" title="Finsweet Homepage"><span class="sr-only">Finsweet Homepage</span><img src="./img/finsweet-logo-white.png" alt="Finsweet Homepage" class="py-5" /></a>
</div>
<!-- LINKS -->
<div class="hidden md:flex pl-5 lg:pl-20 items-center grow">
<ul class="list-none flex flex-nowrap uppercase text-white">
<li><a class="navbar_link" href="#" title="Home">Home</a></li>
<li><a class="navbar_link" href="#" title="About Us">About Us</a></li>
<li><a class="navbar_link" href="#" title="Register">Register</a></li>
<li><a class="navbar_link" href="#" title="Blog">Blog</a></li>
</ul>
</div>
<!-- CONTACT US -->
<div class="hidden md:flex">
<a href="#" class="btn btn-primary" title="Contact Us">
Contact Us
</a>
</div>
<!-- MOBILE MENU -->
<div class="flex md:hidden justify-end w-full">
<button class="btn w-auto text-white bg-border-grey hover:opacity-80 border border-border-grey py-2 px-3 flex items-center">
<span class="fa fa-bars text-2xl"></span>
</button>
</div>
</div>
</nav>
<!-- HEADER -->
<header class="img-header bg-[url('./img/fondo.png')] sm:p-0 p-5">
<!-- HEADER CONTAINER -->
<div class="container margin-resp justify-between flex sm:flex-nowrap flex-wrap items-stretch relative h-auto lg:min-h-[500px]">
<!-- HEADER LEFT -->
<div class="flex sm:justify-start justify-center flex-col self-center sm:items-start items-center z-10 xl:min-w-[40%] min-w-[52%] py-10">
<h1 class="heading h6 pb-3 ">Welcome to Home</h1>
<h2 class="heading h1 sm:text-left pb-3 ">Become a part of our community</h2>
<button class="btn btn-primary mb-10 " title="Learn More">Learn more</button>
<div class="sm:w-[300px] w-full flex justify-center sm:justify-start">
<span class="w-[30px] border-t-2 border-t-primary inline-block mt-3 mr-3 "></span>
<p >Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do.</p>
</div>
</div>
<!-- HEADER BG RIGHT-->
<div class="hidden sm:flex img-header bg-bottom bg-contain sm:opacity-100 opacity-50 bg-[url('./img/mujer.png')]" >
</div>
</div>
</header>
<!-- MAIN -->
<main>
<!-- MAIN CONTAINER -->
<div class="container text-black ">
<!-- SECTION 1 -->
<section class="margin-resp sections section-1 ">
<div class="col-span-3">
<h2 class="sub-headline">sub-headline</h2>
<h3 class="section-title">A home that's relevant</h3>
</div>
<!-- CARD -->
<div class="card-1">
<div class="icon-rounded">
<span class="fa-solid fa-hands-holding-child"></span>
</div>
<h4 class="card-title">
About Us
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
<!-- CARD -->
<div class="card-1">
<div class="icon-rounded">
<span class="fa-solid fa-tower-broadcast"></span>
</div>
<h4 class="card-title">
Get Involved
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
<!-- CARD -->
<div class="card-1">
<div class="icon-rounded">
<span class="fa-solid fa-hand-holding-droplet"></span>
</div>
<h4 class="card-title">
Giving Back
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
</section>
<!-- SECTION 2 -->
<section class="margin-resp sections section-2 ">
<div class="col-span-3 flex flex-col items-center">
<h2 class="sub-headline">sub-headline</h2>
<h3 class="section-title sm:mb-vgap mb-smar">love and happiness</h3>
<p class="text-center sm:mb-vgap mb-vmar">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. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<button class="btn btn-primary " title="Read More">Read More</button>
</div>
<div class="card-2 sm:justify-self-end sm:mt-[-60px] sm:w-[80%]">
<img src="./img/img-1-1.png" alt="Hombre rezando" class="card-img"/>
</div>
<div class="card-2 sm:w-[110%]">
<img src="./img/img-1-2.png" alt="pareja rezando" class="card-img" />
</div>
<div class="card-2 sm:justify-self-start sm:mt-[-60px] sm:w-[80%]">
<img src="./img/img-1-3.png" class="card-img" alt="Mujer rezando" />
</div>
</section>
<!-- SECTION 3 -->
<section class="sections section-3 ">
<div class="col-span-3 flex flex-col items-center">
<h2 class="sub-headline">our mission & vision</h2>
<h3 class="section-title h4 mb-vmar ">celebrate WITH US</h3>
<p class="text-center md:mb-vmar mb-smar">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<a class="read-more" href="#" title="Read More">Read More <span class="fa-solid fa-arrow-right-long pt-1 pl-1"></span></a>
</div>
</section>
</div>
<!-- CONTAINER 2 -->
<div class="container max-w-full bg-grey">
<!-- SECTION 4 -->
<section class="margin-resp sections section-4 ">
<div class="col-span-4 flex flex-col items-center ">
<h2 class="sub-headline">Watch and listen</h2>
<h3 class="section-title">THE benefits of joining our house</h3>
</div>
<div class="card-3 bg-[url('./img/monja.png')]" >
<div class=" lg:p-6 p-2">
<h3 class="heading h6 mb-4">WATCH AND LISTEN TO OUR speech</h3>
<p class="text-xs text-grey">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.</p>
</div>
</div>
<div class="card-3 bg-[url('./img/book.png')]" >
<div class=" lg:p-6 p-2">
<h3 class="heading h6">WATCH AND LISTEN TO OUR sppeech</h3>
</div>
</div>
<div class="card-3 bg-[url('./img/cura.png')]" >
<div class="lg:p-6 p-2">
<h3 class="heading h6">WATCH AND LISTEN TO OUR sppeech</h3>
</div>
</div>
<div class="card-3 bg-[url('./img/img-2-1.png')]" >
<div class=" lg:p-6 p-2">
<h3 class="heading h6">WATCH AND LISTEN TO OUR sppeech</h3>
</div>
</div>
</section>
</div>
<!-- CONTAINER 3-->
<div class="container ">
<!-- SECTION 5 -->
<section class="margin-resp sections section-1 md:gap-x-0 gap-y-0 md:grid-rows-card-4 grid-cols-card-2 justify-items-stretch items-stretch mb-sect-m">
<div class="col-span-3 flex flex-col items-center mb-vgap">
<h4 class="sub-headline">Upcoming SERMONS</h4>
<h4 class="section-title">join us and become part of something great</h4>
</div>
<div class="card-4 lg:col-span-1 col-span-3">
<div class="date absolute top-[30px] right-[30px] text-center leading-[0.4rem]"><span class="font-bold text-2xl block">20</span>
<span class="uppercase text-sm leading-[0.4rem]">july</span> </div>
<p class="orange-title">Upcoming events</p>
<h5 class="card-title2">WATCH AND LISTEN TO OUR SERMONS</h5>
<p class="mb-6">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>
<div class="flex items-start justify-start mb-6">
<span class="fa-regular fa-clock mr-2 mt-1"></span>
<p>Friday 23:39 IST<br />Saturday 11:20 ISD</p>
</div>
<div class="flex items-start justify-start mb-6">
<span class="fa-solid fa-location-dot mr-2 mt-1"></span>
<p>No 233 Main St. New York, <br />United States</p>
</div>
<button class="btn btn-secondary" title="Register">
register
</button>
</div>
<div class="lg:col-span-2 col-span-3 bg-secondary h-full">
<img src="./img/Image.png" alt="pareja en la azotea" class="card-img bg-secondary" />
</div>
<div class=" mt-vgap block justify-end relative col-span-3 text-right"><a class="read-more" href="#" title="View all Sermons">View all Sermons <span class="fa-solid fa-arrow-right-long pt-1 pl-1"></span></a></div>
</section>
</div>
<!-- CONTAINER 4 -->
<div class="container max-w-full text-black bg-no-repeat bg-center bg-cover bg-[url('./img/background.png')]">
<!-- SECTION 6 -->
<section class="sections margin-resp section-6 ">
<div class="card-5 card-border">
<div class="md:w-[60%]">
<h4 class="section-title text-left">
We want to serve the world around us
</h4>
<p class="mb-vmar">
Lorem ipsum dolor sit amet, consectetur.
Lorem ipsum dolor sit amet, consectetur.
</p>
<button class="btn btn-primary" title="Visit">Visit</button>
</div>
</div>
</section>
</div>
<!-- CONTAINER 5 -->
<div class="container ">
<!-- SECTION 7 -->
<section class="margin-resp md:mt-sect-m mt:sect-m-s sections section-4">
<div class="col-span-4 flex flex-col items-center ">
<h3 class="sub-headline">Read our Blog</h3>
<h4 class="section-title">SHARE, INSPIRE, INNOVATE</h4>
</div>
<div class="card-4 card-border md:col-auto sm:col-span-2 col-span-4">
<p class="orange-title">Relationship</p>
<h5 class="card-title2">WATCH AND LISTEN TO OUR SERMONS</h5>
<p class="mb-6">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>
<p class="justify-self-end-end">By Mathew Johnson <br />
Tuesday 13 May, 2021</p>
</div>
<div class="card-4 md:col-auto sm:col-span-2 col-span-4">
<p class="orange-title">Relationship</p>
<h5 class="card-title2">WATCH AND LISTEN TO OUR SERMONS</h5>
<p class="mb-6">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>
<p class="justify-self-end-end">By Mathew Johnson <br />
Tuesday 13 May, 2021</p>
</div>
<div class="card-4 md:col-auto sm:col-span-2 col-span-4">
<p class="orange-title">Relationship</p>
<h5 class="card-title2">WATCH AND LISTEN TO OUR SERMONS</h5>
<p class="mb-6">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>
<p class="justify-self-end-end">By Mathew Johnson <br />
Tuesday 13 May, 2021</p>
</div>
<div class="card-4 md:col-auto sm:col-span-2 col-span-4">
<p class="orange-title">Relationship</p>
<h5 class="card-title2">WATCH AND LISTEN TO OUR SERMONS</h5>
<p class="mb-6">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>
<p class="justify-self-end-end">By Mathew Johnson <br />
Tuesday 13 May, 2021</p>
</div>
</section>
</div>
</main>
<!-- FOOTER -->
<footer class="bg-black text-white">
<div class="container md:p-12 p-8 grid-cols-1 md:grid-cols-footer-1 gap-5">
<div class="flex flex-col ">
<a href="#" class="footer-text" title="Finsweet Homepage"><span class="sr-only">Finsweet Homepage</span><img src="./img/logo-orange.png" alt="Finsweet Homepage" /></a>
<p class="footer-text leading-2 mb-5">© Copyright Finsweet 2022</p>
<p class="footer-text">(480) 555-0103</p>
<p class="footer-text">4517 Washington Ave. </p>
<a href="mailto:" class="footer-text">[email protected]</a>
</div>
<div class="flex flex-col ">
<p class="text-white mb-2 text-[16px]">Quicklinks</p>
<a href="#" class="footer-text mb-2" title="About us">About us</a>
<a href="#" class="footer-text mb-2" title="Sermons">Sermons</a>
<a href="#" class="footer-text mb-2" title="Events">Events</a>
<a href="#" class="footer-text" title="Blog">Blog</a>
</div>
<div class="flex flex-col ">
<p class="text-white mb-2 text-[16px]">Connect</p>
<div class="flex nowrap gap-5">
<a href="#" title="Facebook"><span class="sr-only">Facebook</span><span class="fa-brands fa-facebook text-primary-h"></span></a>
<a href="#" title="Twitter"><span class="sr-only">Twitter</span><span class="fa-brands fa-twitter text-primary-h"></span></a>
<a href="#" title="Linkedin"><span class="sr-only">Linkedin</span><span class="fa-brands fa-linkedin text-primary-h"></span></a>
</div>
</div>
<div class="flex flex-col ">
<p class="heading h5 mb-8">Subscribe to get Latest Updates and News</p>
<form class="relative whitespace-nowrap">
<label for="email" aria-hidden=“true” class="sr-only">E-mail</label>
<input type="email" placeholder="[email protected]" class="bg-black text-border-grey rounded-lg md:py-4 py-4 border border-border-grey pl-4 pr-16 focus:outline-none" id="email"/>
<label for="subscribe" aria-hidden=“true” class="sr-only">Subscribe</label>
<input type="submit" class="btn btn-primary relative left-[-18px] w-auto" value="subscribe" id="subscribe" title="Subscribe">
</form>
</div>
</div>
</footer>
</body>
</html>