-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
184 lines (172 loc) · 7.69 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
<!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" />
<link rel="icon" href="images/Favicon.png" />
<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=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="CSS/general.css" />
<link rel="stylesheet" href="CSS/style.css" />
<link rel="stylesheet" href="CSS/media.css">
<title>Kwikcalling-Connect Effortlessly</title>
</head>
<body>
<main class="main">
<section class="section-hero">
<header class="header">
<a href="#" class="brand-logo">
<img src="Images/Kwikcalling.svg" alt="Brand Logo" class="logo" />
</a>
<nav class="navbar">
<ul class="main-nav">
<li><a href="#" class="main-nav-link">Products</a></li>
<li><a href="#" class="main-nav-link">Resouces</a></li>
<li><a href="#" class="main-nav-link">Get a Demo</a></li>
<li><a href="#" class="main-nav-link">Contact</a></li>
<li><a href="#" class="main-nav-link">Log In</a></li>
<li><a href="#" class="main-nav-link btn btn-fill">Try for free</a></li>
</nav>
<button class="btn-mobile-nav">
<ion-icon name="menu-outline" class="icon-mobile-nav"></ion-icon>
<ion-icon name="close-outline" class="icon-mobile-nav"></ion-icon>
</button>
</header>
<div class="hero-container">
<div class="hero-text">
<h1 class="heading-primary">Have Your Best Call</h1>
<p class="hero-para small-texts">
Fast, easy & unlimited conference call services
</p>
<div class="btn-container">
<button type="submit" class="btn-fill btn small-texts">
Try for free
</button>
<button type="submit" class="btn-outline btn small-texts">
Get a Demo
</button>
<div class="line line-1"></div>
</div>
</div>
<div class="hero-img">
<img src="images/hero-img-min.png" alt="Hero-image" />
</div>
</div>
<div class="hero-bottom">
<div class="circle">
<div class="small-circle sm-1"></div>
<div class="small-circle sm-2"></div>
<div class="small-circle sm-3"></div>
</div>
<p class="bottom-text small-texts">
Read how we helped Lottie with her remote meetings!
</p>
<div class="arrow-sign"><span>→</span></div>
</div>
</section>
<section class="section-chat">
<div class="chat-container">
<h2 class="heading-secondary">Instant team chats</h2>
<p class="chat-description small-texts">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. </p>
<div class="chat-img-container">
<img src="images/Group 7-min.jpg" alt="Chat app Interface" class="chat-img">
</div>
</div>
</section>
<section class="section-cta">
<div class="cta-container">
<div class="cta-img-container">
<img src="images/Group 8-min.png" alt="Co-working space Image" class="cta-img">
</div>
<div class="cta-text-container">
<h3 class="heading-tertiary">Perfect solution for Small Businesses</h3>
<p class="cta-description small-texts">Pricing plan that fit like a glove.</p>
<div class="btn-container cta-btn">
<button type="submit" class="btn-fill btn small-texts">
Try for free
</button>
<button type="submit" class="btn-outline btn small-texts cta-btn-outline">
Get a Demo
</button>
</div>
<div class="line line-2"></div>
<div class="rating-container">
<img src="images/Group 9.svg" alt="Star collection" class="rating-img">
<p class="rating-text small-texts">5,000+ <strong>Businesses</strong> use Kwikcalling and they rate it as <strong>5 stars</strong></p>
</div>
</div>
</div>
</section>
</main>
<footer class="section-footer">
<div class="footer-container">
<div class="footer-logo-container">
<img src="images/Kwikcalling-footer.svg" alt="Footer brand logo" class="logo">
<p class="footer-brand-text small-texts">The last team chat app you will ever need.</p>
</div>
<div class="footer-links">
<h4 class="footer-links-heading">More on Products</h4>
<div class="links-list">
<a href="#" class="footer-link">Reservationless Conference calls</a>
<a href="#" class="footer-link">Web Conferencing</a>
<a href="#" class="footer-link">Operator-Moderated Events</a>
<a href="#" class="footer-link">Webinar Platform</a>
</div>
</div>
<div class="footer-links">
<h4 class="footer-links-heading">Features</h4>
<div class="links-list">
<a href="#" class="footer-link">iOS & Android apps</a>
<a href="#" class="footer-link">Screen sharing</a>
<a href="#" class="footer-link">Global Web Audio</a>
<a href="#" class="footer-link">Brand greeting</a>
<a href="#" class="footer-link">Toll free call</a>
<a href="#" class="footer-link">International call</a>
</div>
</div>
<div class="footer-links">
<h4 class="footer-links-heading">Company</h4>
<div class="links-list">
<a href="#" class="footer-link">About Us</a>
<a href="#" class="footer-link">Careers</a>
<a href="#" class="footer-link">Video Tours</a>
</div>
</div>
<div class="footer-links">
<h4 class="footer-links-heading">Contact Us</h4>
<div class="links-list">
<a href="#" class="footer-link">service@kwikcalling.com</a>
<a href="#" class="footer-link">1-888-999-7675</a>
<a href="#" class="footer-link">202/204, 599, Kapadia Chambers, J S S Rd, Chira Bazar Mumbai 400002</a>
</div>
</div>
</div>
<div class="copyright-container">
<p class="copyright-text small-texts">© Copyright Vast Conference LTD
All rights reserved</p>
<div class="policy">
<p class="text-1">Terms of service</p>
<p class="text-2">Privacy policy</p>
</div>
<div class="icons">
<ion-icon name="logo-facebook" class="footer-icon"></ion-icon>
<ion-icon name="logo-twitter" class="footer-icon"></ion-icon>
<ion-icon name="logo-linkedin" class="footer-icon"></ion-icon>
</div>
</div>
</footer>
<script src="JS/script.js"></script>
<!-- IONICONS PACK -->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>