forked from KwickerHub/WebCraftifyAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
237 lines (230 loc) · 12.4 KB
/
index.html
File metadata and controls
237 lines (230 loc) · 12.4 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
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
<!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>Homepage| ACES opensource | Easily build your Webpages</title>
<link rel="stylesheet" href="assets/css/home.css">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel='shortcut icon' type='image/x-icon' href='assets/img/brand_kwickerhub/g83.png' />
<!-- fontawesome cdn -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<!-- slider -->
<link
rel="stylesheet"
href="https://unpkg.com/swiper@7/swiper-bundle.min.css"
/>
</head>
<body>
<div class="row">
<div class="col-md-12">
<!-- <div class="container"> -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark p-md-3 ">
<div class="container">
<a class="navbar-brand logo" href="kwickerhub.com"><img src="assets/img/brand_kwickerhub/kwickerhub.png"/></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- making this section no longer visible -->
<ul style="visibility: hidden;" class="navbar-nav mx-auto mb-2 mb-lg-0">
<li class="nav-item dropdown me-3 active" aria-current="page" >
<a class="nav-link dropdown-toggle text-white" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Templates
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item me-3">
<a class="nav-link text-white" href="#">Pricing</a>
</li>
<li class="nav-item me-3">
<a class="nav-link text-white" href="#">Enterprises</a>
</li>
<li class="nav-item me-3">
<a class="nav-link text-white" href="#">Jobs</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link text-white dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
More
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
</ul>
<div class="d-flex">
<a href="pages/login.html"><button class="btn me-2" id="white-btn">Log in</button></a>
<a href="pages/signup.html"><button class="btn" id="blue-btn">Sign up</button></a>
</div>
</div>
</div>
</nav>
<!-- </div> -->
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="banner w-100 vh-100">
<div class="container ">
<div class="text-white text-content d-flex flex-column align-items-start align-self-center justify-content-start">
<h1 class="bannar-heading text-start" >DESIGN. DEVELOP.</h1>
<p class="banner-p text-start"> We can help make your idea come alive. You can design complex UI/UX designs with little or no knowledge. You can also build/develope Sites, Web Apps, Mobile Apps with little technical skills. Come build 'Kwicker' </p>
<div>
<a href="pages/dashboard.html">
<button class="banner-btn">Explore<span class="ms-3 mt-5"><i class="fa fa-sign-in-alt"></i></span></button>
</a>
</div>
<br/>
<br/>
</div>
</div>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div class="row">
<div class="col-md-12">
<div class="container">
<div class="section-one">
<div class="text-center">
<p class="p-1">Design and Develop</p>
<p class="p-2">We are bridging the gap between Frontend developers and designers. You can easily convert your idea into lines of code.</p>
</div>
</div>
<div>
<img class="img-fluid w-100 vh-30" src="assets/img/hubpeople.png" alt="People in KwickerHub">
</div>
</div>
</div>
</div>
<div class="section-two">
<div class="container">
<div class="text-center">
<p class="p-1">Over 250,000 people & companies will make millions of apps with Kwicker</p>
</div>
<div class="text-center mt-5">
<div class="row">
<div class="col-md-3">
<p class="p-2 text-center">GitHub</p>
</div>
<div class="col-md-2">
<p class="p-2 text-center">A1in1</p>
</div>
<div class="col-md-2">
<p class="p-2 text-center">RootHub</p>
</div>
<div class="col-md-2">
<p class="p-2 text-center">ZOOM</p>
</div>
<div class="col-md-3">
<p class="p-2 text-center">Public</p>
</div>
</div>
</div>
</div>
</div>
<div class="section-three">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="image-one ">
<img class=" img-fluid" style="background-color: #fff;" src="assets/img/kwickerhub_collaborate.jpg" alt="image">
</div>
</div>
<div class="col-md-6">
<div class="testimony">
<p class="testimony-text">“<span class="testimony-coloured-1">Kwicker makes you faster in devlopment</span><br> it is easy to use and in very few minutes, people can easily create amazing web-Applications.”</p>
<div class="d-flex">
<img height="40px" width="55px" class="img-fluid rounded-circle" src="assets/img/profile_icon2.png" alt="woman image">
<p class="testimony-person">Ntem, Kenyor, A1in1 Companies</p>
</div>
</div>
<div class="testimony">
<p class="testimony-text">“<span class="testimony-coloured-2">We were amazed at how easy it was to make our app</span><br> in a few hours without knowing how to code, this App has increased our workflow..”</p>
<div class="d-flex">
<img height="40px" width="55px" class="img-fluid rounded-circle" src="assets/img/Ellipse (7).png" alt="woman image">
<p class="testimony-person">Kelly Consuegra, Marves Industries</p>
</div>
</div>
<div class="testimony">
<p class="testimony-text">“<span class="testimony-coloured-3"> It is a tool worth relating with </span><br> It just helps me increase my efficiency.”</p>
<div class="d-flex">
<img height="40px" width="55px" class="img-fluid rounded-circle" src="assets/img/Ellipse (6).png" alt="woman image">
<p class="testimony-person">Icogrowser, Roynek-T Industries</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-four">
<div class="container">
<div class="box">
<div class="m-5 box-sub">
<div class="row">
<div class="col-md-6">
<p class="testimony-coloured-1 box-p">Faster Build</p>
<h2 class="box-p2">Building is now faster</h2>
<p class="box-p3"> You can convert your idea into computer programs and lines of code. </p>
</div>
<div class="col-md-6">
<!-- <img class="img-fluid" src="assets/img/kwickerhub_maintain.png" alt=""> -->
<img class="img-fluid" src="assets/img/kwickerhub_maintain.png" alt="">
</div>
</div>
</div>
<div class="m-5 box-sub">
<div class="row">
<div class="col-md-6">
<img class="img-fluid" src="assets/img/163-1631766_unique-and-responsive-designs-responsive-web-design-mockup 1.png" alt="">
</div>
<div class="col-md-6">
<p class="testimony-coloured-2 box-p">Build with ease</p>
<h2 class="box-p2">Different Screen-Sizes</h2>
<p class="box-p3"> Manage different screen resolutions with Kwicker and make your design work more interesting </p>
</div>
</div>
</div>
<div class="m-5 box-sub">
<div class="row">
<div class="col-md-6">
<p class="testimony-coloured-3 box-p">Stay connected</p>
<h2 class="box-p2">Communicate and Connect</h2>
<p class="box-p3"> You can make co-workers and collaborate with another person on your project. Your work is private and secured other wise you chooze to share your product link. </p>
</div>
<div class="col-md-6">
<img class="img-fluid" src="assets/img/windows-FUGfBZDQOwI-unsplash 1.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Option 1: Bootstrap Bundle with Popper a -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<script>
var nav = document.querySelector('nav');
window.addEventListener('scroll', function(){
if(window.pageYOffset > 100){
nav.classList.add('bg-dark', 'shadow')
} else{
nav.classList.remove('bg-dark', 'shadow');
}
})
</script>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
</body>
</html>