-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
265 lines (251 loc) · 13.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>weCARE Aid Foundation</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-colors-highway.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<!-- <p>navigation</p> -->
<section class="navigation w3-metro-light-blue w3-container" id="home">
<button onclick="goToTop()" id="back-to-top" title="Go to top"><i class="fa fa-toggle-up"></i></button>
<nav class="nav-container">
<!-- <p>weCARE logo</p> -->
<div class="logo w3-padding-large">
<img src="./img/trans.png" width="170"alt="logo">
</div>
<!--Desktop Navigation-->
<div class="mobile-button">
<span style="float: right;" onclick="toggleMobileNavigation()">☰</span>
</div>
<div class="links">
<a href="#home" >HOME</a>-
<a href="#about" >ABOUT US</a>-
<a href="#portfolio" >PORTFOLIO</a>-
<a href="#contact" >CONTACT</a>
</div>
<!--Mobile Navigation-->
<div id="mobile-sidenav" class="mobile-links w3-sand">
<a href="javascript:void(0)" class="closebtn w3-round" onclick="toggleMobileNavigation()">×</a>
<a href="#" onclick="toggleMobileNavigation()">HOME</a>
<a href="#about" onclick="toggleMobileNavigation()">ABOUT</a>
<a href="#portfolio" onclick="toggleMobileNavigation()">PORTFOLIO</a>
<a href="#contact" onclick="toggleMobileNavigation()">CONTACT</a>
</div>
</nav>
</section>
<!-- <p>Hero</p> -->
<section class="hero w3-padding-large w3-container" >
<h1 style="display: inline;"><span><i class="fa fa-check-square-o"></i></span>weCARE</h1>
<p>HOPE-EFFORTS-PROGRESS</p>
<a href="#contact" class="w3-padding-large w3-round">Schedule An Appointment</a>
</section>
<!-- <p>About</p> -->
<section class="about w3-padding-large w3-container" id="about">
<div class="content container w3-round-large">
<h2 style="text-align: center;">- Our Mission -</h2>
<p style="text-align: center;">Mission goes here.</p>
<h3 style="text-align: center;">- About Us -</h3>
<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.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."</p>
<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.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
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.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="leadership content container w3-margin-top w3-round-large">
<h3 style="text-align: center;">- Leadership -</h3>
<p style="text-align: center;"><em>"Leadership is about being a servant first."</em> <strong>- Allen West</strong></p>
<div class="l-cards">
<div class="l-card">
<div class="circular-portrait">
<img src="./img/20220613_142048.jpg" alt="a person"/>
</div>
<h4><strong>Name of leader</strong></h4>
<p style="margin-top: 0 !important;">CO-FOUNDER & CEO</p>
<div class="icons">
<a href="" target="_blank"><span><i class="fa fa-facebook-square"></i></a>
<a href="" target="_blank"><span><i class="fa fa-linkedin-square"></i></a>
<a href="" target="_blank"><span><i class="fa fa-address-card"></i></a>
</div>
<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 class="l-card">
<div class="circular-portrait">
<img src="./img/weCARE branding 1.png" alt="a person"/>
</div>
<h4><strong>Name</strong></h4>
<p style="margin-top: 0 !important;">CO-FOUNDER & CEO</p>
<div class="icons">
<a href="" target="_blank"><span><i class="fa fa-facebook-square"></i></a>
<a href="" target="_blank"><span><i class="fa fa-linkedin-square"></i></a>
<a href="" target="_blank"><span><i class="fa fa-address-card"></i></a>
</div>
<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>
</section>
<!-- <p>testimonials</p> -->
<section class="testimonials w3-container w3-panel" style="padding: 50px;">
<h2 style="text-align: center;">- Some Of Our Stories -</h2>
<div class="slideshow-container">
<div class="mySlides">
<p><q><em>The team at CONSULTCORP boosted my business by 500% in only 6 months! Their expertise helped me and my business to grow beyond what I thought it is possible.</em></q></p>
<p class="author"><strong>- John Keats, Founder of COMPANY-X</strong></p>
</div>
<div class="mySlides">
<p><q><em>CONSULTCORP helped me launch my idea in only 3 months! If there was not for CONSULTCORP team, I would probably not succeed.</em></q></p>
<p class="author"><strong>- Anne Johnson, Founder of COMPANY-Y</strong></p>
</div>
<div class="mySlides">
<p><q><em>The team at CONSULTCORP will help you steer your idea in the right direction, reducing all the risks you might encounter on your own! They surely did mine.</em></q></p>
<p class="author"><strong>- Dean Doe, Founder of COMPANY-Z</strong></p>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<div class="dot-container">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</section>
<!-- <p>portfolio</p> -->
<section id="portfolio" class="w3-container container portfolio content">
<h2 style="text-align: center;">- What we do -</h2>
<div class="c-card w3-margin-top">
<p>We offer advices on how to successfully develop and adapt your business ideas</p>
</div>
<div class="c-card c-card-right w3-margin-top">
<p>We implement strategies to identify business risks</p>
</div>
<div class="c-card w3-margin-top">
<p>We recommend necessary steps to lower, or even completely remove business risks</p>
</div>
<div class="c-card c-card-right w3-margin-top">
<p>We bring out-of-the-box ideas to refresh a business</p>
</div>
<div class="c-card w3-margin-top">
<p>We conduct analysis to reduce your financial costs</p>
</div>
<div class="c-card c-card-right w3-margin-top">
<p>We provide you with a roadmap after we conduct business </p>
</div>
</section>
<!-- <p>Why choose us</p> -->
<section class="w3-panel w3-container content why-us" style="padding: 50px;">
<h2 style="text-align: center;">- Why choose us? -</h2>
<div class="container boxes">
<div class="box w3-round-large">
More than 15 years of experience
</div>
<div class="box w3-round-large">
Over 20000 of consultations
</div>
<div class="box w3-round-large">
Over 3500 happy clients
</div>
<div class="box w3-round-large">
100% secure
</div>
<div class="box w3-round-large" style="background-color: rgb(153, 255, 187);">
Won 75 business awards
</div>
</div>
</section>
<!-- <p>contact</p> -->
<section class="contact w3-container contact" id="contact">
<div class="short-contact">
<h2>- Our contact info - </h2>
<div class="w3-large contact-info">
<i class="fa fa-address-card"></i><span style="margin-left:10px;"><a href="google map address" target="_blank">Location</a></span><br>
<i class="fa fa-envelope"></i><span style="margin-left:10px;"><a href="email">email</a></span><br>
<i class="fa fa-phone-square"></i><span style="margin-left:10px;"><a href="phone number">+1 815485321685965741</a></span><br>
</div>
<h3 class="w3-margin-top">- Follow us </h3>
<div class="w3-large contact-info">
<i class="fa fa-linkedin-square"></i><span style="margin-left:10px;"><a href="#" target="_blank" style="text-decoration: none;">- LinkedIn</a></span><br>
<i class="fa fa-facebook-square"></i><span style="margin-left:10px;"><a href="#" target="_blank" style="text-decoration: none;">- Facebook</a></span><br>
<i class="fa fa-twitter-square"></i><span style="margin-left:10px;"><a href="#" target="_blank" style="text-decoration: none;">- Twitter</a></span><br>
</div>
</div>
<!--Contact form-->
<div class="form w3-margin-top">
<div class="container w3-round-xlarge">
<form class="w3-highway-blue w3-padding-large w3-round-large">
<h3 style="text-align: center;"><i class="fa fa-check-square-o" style="font-size: 15px;"></i>Schedule a meeting</h3>
<label for="fname">Your name</label>
<input type="text" id="name" name="name" placeholder="Your name">
<label for="lname">Your email</label>
<input type="text" id="email" name="email" placeholder="Your email">
<label for="lname">Pick a date</label><br>
<input type="date" id="date" name="date" placeholder="Your date"><br><br>
<label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>
<p>By submiting this form, you agree to our <a href="#" target="_blank">privacy policy</a></p><br>
<input class="w3-round-large"type="submit" value="Submit" onclick="alert ('submitted!')" target="_blank">
</form>
</div>
</div>
</section>
<!-- <p>footer</p> -->
<section class="w3-container footer">
<p class="w3-center logo">© 2022 - weCARE aid foundation - All rights reserved</p>
</section>
<!-- <p>JavaScript</p> -->
<script async>
const backToTop = document.getElementById("back-to-top");
function toggleMobileNavigation() {
const mobileNavigation = document.getElementById("mobile-sidenav");
mobileNavigation.classList.toggle('mobile-links-active');
}
function goToTop() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
function scroll() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) backToTop.style.display = "block";
else backToTop.style.display = "none";
}
window.onscroll = function() {scroll()};
</script>
<script async>
let slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
let i;
let slides = document.getElementsByClassName("mySlides");
let dots = document.getElementsByClassName("dot");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
}
</script>
</body>
</html>