-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
229 lines (195 loc) · 10.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== BOXICONS ===============-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
<!-- =============== CSS =============== -->
<link rel="stylesheet" href="assets/css/styles.css">
<title>Endless Navs</title>
<!-- =============== FAVICON =============== -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
</head>
<body>
<!--=============== HEADER ===============-->
<header class="header" id="header">
<div class="progress-container">
<div class="progress-bar" id="myBar"></div>
</div>
<nav class="nav container">
<a href="#" class="nav__logo"> Endless Navs </a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link active-link">Home</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">About Us</a>
</li>
<li class="nav__item">
<a href="navbars.html" class="nav__link">Navbars</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact Us</a>
</li>
<i class='bx bx-toggle-left change-theme' id="theme-button"></i>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-grid-alt'></i>
</div>
<a href="navbars.html" class="button button__header">Try Now!</a>
</nav>
</header>
<main class="main">
<!--=============== HOME ===============-->
<section class="home section" id="home">
<div class="home__container container grid">
<img src="https://svgshare.com/i/aya.svg" alt="">
<div class="home__data">
<h1 class="home__title">Find Navbars <br> Faster & Easier!</h1>
<p class="home__description">Find the right navbars to use for your projects from our collection of navbars.</p>
<a href="navbars.html" class="button">Get Started!</a>
</div>
</div>
</section>
<!--=============== ABOUT ===============-->
<section class="about section container" id="about">
<div class="about__container grid">
<div class="about__data">
<h2 class="section__title-center">Find Out A Little More <br> About Us</h2> <br>
<p class="about__description">Here at our website you can find all the different styles of
navbars you need to get started with your project without the hassle of going somewhere else weather it be
full screen navbars, sliding navbars or all the modern navs out there.
</p>
</div>
<img src="https://svgshare.com/i/avT.svg" alt="">
</div>
</section>
<!--=============== SERVICES ===============-->
<section class="services section container" id="services">
<div class="services__container grid">
<div class="services__data">
<h3 class="services__subtitle">Choose Navbar</h3>
<clipPath id="clip0">
<img src="https://svgshare.com/i/awN.svg" alt="" >
<rect width="121" height="94" fill="white"/>
</clipPath>
<p class="services__description">Choose the navbar from our extensive collection.</p>
<div>
<a href="#" class="button button-link">Learn More</a>
</div>
</div>
<div class="services__data">
<h3 class="services__subtitle">Find your favorites</h3>
<clipPath id="clip0">
<img src="https://svgshare.com/i/awN.svg" alt="" >
<rect width="121" height="94" fill="white"/>
</clipPath>
<p class="services__description">Pickup your favourite navbars which you want.</p>
<div>
<a href="#" class="button button-link">Learn More</a>
</div>
</div>
<div class="services__data">
<h3 class="services__subtitle">See the code</h3>
<clipPath id="clip0">
<img src="https://svgshare.com/i/awN.svg" alt="" >
<rect width="121" height="94" fill="white"/>
</clipPath>
<p class="services__description">Checkout the code and use them.</p>
<div>
<a href="#" class="button button-link">Learn More</a>
</div>
</div>
</div>
</section>
<!--=============== APP ===============-->
<section class="app section container">
<div class="app__container grid">
<img src="https://svgshare.com/i/ayx.svg" alt="" >
<div class="app__data">
<h2 class="section__title-center">Choose anywhere <br> At Any Time</h2> <br>
<p class="app__description">With this website, Now you can find all the navbar designs you need to give your
website a new fresh look and feel along with responsiveness in the navbars. Make sure to drop a star.
</p>
<div class="app__buttons">
<a href="https://github.com/pulkithanda" class="button button-flex">
<i class='bx bxl-github'></i> Support & Follow on Github
</a>
</div>
</div>
</div>
</section>
<!--=============== CONTACT US ===============-->
<section class="contact section container" id="contact">
<div class="contact__container grid">
<div class="contact__content">
<h2 class="section__title-center">Contact Me From <br> Here</h2> <br>
<p class="contact__description">You can contact me from here, incase you are not able to use our
services like navbars in your website, I will gladly assist you.</p>
</div>
<ul class="contact__content grid">
<li class="contact__address">Telephone: <span class="contact__information">999 - 888 - 777</span></li>
<li class="contact__address">Email: <span class="contact__information">anonymous.polka@gmail.com</span></li>
<li class="contact__address">Location: <span class="contact__information">Delhi - India</span></li>
</ul>
<div class="contact__content">
<a href="https://github.com/pulkithanda" class="button">Contact Us</a>
</div>
</div>
</section>
</main>
<!--=============== FOOTER ===============-->
<footer class="footer section">
<div class="footer__container container grid">
<div class="footer__content">
<a href="#" class="footer__logo">Endless Navs</a>
<p class="footer__description">Find Navbars <br> Faster and Easier</p>
</div>
<div class="footer__content">
<h3 class="footer__title">Our Services</h3>
<ul class="footer__links">
<li><a href="https://github.com/pulkithanda" class="footer__link">Support </a></li>
<li><a href="#" class="footer__link">Donate </a></li>
<li><a href="#" class="footer__link">Report a bug</a></li>
<li><a href="#" class="footer__link">Terms of Service</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Our Company</h3>
<ul class="footer__links">
<li><a href="#" class="footer__link">Blog</a></li>
<li><a href="#" class="footer__link">Our mision</a></li>
<li><a href="#" class="footer__link">Get in touch</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Community</h3>
<ul class="footer__links">
<li><a href="#" class="footer__link">Support</a></li>
<li><a href="https://github.com/pulkithanda" class="footer__link">Questions</a></li>
<li><a href="#" class="footer__link">Usage help</a></li>
</ul>
</div>
<div class="footer__social">
<a href="#" class="footer__social-link"><i class='bx bxl-facebook-circle '></i></a>
<a href="https://github.com/pulkithanda" class="footer__social-link"><i class='bx bxl-github'></i></a>
<a href="https://www.instagram.com/itzz_pulkit.05/" class="footer__social-link"><i class='bx bxl-instagram-alt'></i></a>
</div>
</div>
<p class="footer__copy">© Pulkit Handa. All right reserved</p>
</footer>
<!--=============== SCROLL UP ===============-->
<a href="#" class="scrollup" id="scroll-up">
<i class='bx bx-up-arrow-alt scrollup__icon'></i>
</a>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
<script>
</script>
</body>
</html>