forked from namish25/web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
282 lines (240 loc) · 13.1 KB
/
index.html
File metadata and controls
282 lines (240 loc) · 13.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<script data-ad-client="ca-pub-4417247577413599" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Websense</title>
<meta content="Websense We make IT happens ," name="descriptison">
<meta content="websense,web sense,tech,letskhabar,tech news,web news,trending tech news,tech news sites,technology news articles,computer technology news,information technology news,tech news uk,future technology news, tech news india" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/favicon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Vesperr - v2.0.0
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center">
<div class="logo mr-auto">
<h1 class="text-light"><a href="https://websense.tech"><span>Websense</span></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="#header">Home</a></li>
<li><a href="#contact">About</a></li>
<li><a href="#post">Post</a></li>
<li class="drop-down"><a href="">Post List</a>
<ul>
<li><a href="#">Post 1</a></li>
<li class="drop-down"><a href="#">Post 2</a>
<ul>
<li><a href="#">Deep Post 1</a></li>
<li><a href="#">Deep Post 2</a></li>
<li><a href="#">Deep Post 3</a></li>
<li><a href="#">Deep Post 4</a></li>
<li><a href="#">Deep Post 5</a></li>
</ul>
</li>
<li><a href="#">Post 3</a></li>
<li><a href="#">Post 4</a></li>
<li><a href="#">Post 5</a></li>
</ul>
</li>
<li><a href="#contact">Contact</a></li>
<li class="get-started"><a href="#post">Get Started</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up">Grow your knowledge with Websense</h1>
<h2 data-aos="fade-up" data-aos-delay="400">We make IT happens</h2>
<div data-aos="fade-up" data-aos-delay="800">
<a href="#post" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="fade-left" data-aos-delay="200">
<img src="assets/img/hero-img.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= More Services Section ======= -->
<section id="post" class="more-services">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Post</h2>
</div>
<div class="row">
<div class="col-md-6 d-flex align-items-stretch">
<div class="card" style='background-image: url("assets/img/portfolio/portfolio-2.jpg");' data-aos="fade-up" data-aos-delay="100">
<div class="card-body">
<h5 class="card-title"><a href="./post/github-cli.html">Github cli Command</a></h5>
<p class="card-text"><code>gh</code> is GitHub on the command line, and it's now available in beta. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.</p>
<div class="read-more"><a href="./post/github-cli.html"><i class="icofont-arrow-right"></i><h3 style="color: rgb(240, 17, 17);"> Read More ...</h3></a></div>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="card" style='background-image: url("assets/img/GIT-Commands-1.jpg");' data-aos="fade-up" data-aos-delay="200">
<div class="card-body">
<h5 class="card-title"><a href="./post/git-cli.html">List of all git cli</a></h5>
<p class="card-text">If you’re one of those developers who still don’t use any version control system, I don’t know how you’re still managing to get work done. In this post, I’m focusing on important git commands that gets all (almost) your work done. </p>
<div class="read-more"><a href="./post/git-cli.html"><i class="icofont-arrow-right"></i><h3 style="color: rgb(240, 17, 17);"> Read More ...</h3></a></div>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch mt-4">
<div class="card" style='background-image: url("assets/img/github-pr.jpeg");' data-aos="fade-up" data-aos-delay="100">
<div class="card-body">
<h5 class="card-title"><a href="./post/github-profile.html">Design github profile with README.MD</a></h5>
<p class="card-text">You can Design your Github profile using .github/README.md, this amazing update in under development.</p>
<div class="read-more"><a href="./post/github-profile.html"><i class="icofont-arrow-right"></i><h3 style="color: rgb(240, 17, 17);"> Read More ...</h3></a></div>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch mt-4">
<div class="card" style='background-image: url("assets/img/npm-bear.png");' data-aos="fade-up" data-aos-delay="200">
<div class="card-body">
<h5 class="card-title"><a href="./post/Npm-package.html">Publish Node package on NPM</a></h5>
<p class="card-text">NPM is the world's largest Software Registry. The registry contains over 1,300,000 code packages. Open-source developers use npm to share software.</p>
<div class="read-more"><a href="./post/Npm-package.html"><i class="icofont-arrow-right"></i><h3 style="color: rgb(240, 17, 17);"> Read More ...</h3></a></div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End More Services Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Contact Us</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="contact-about">
<h3>Websense</h3>
<p>We make IT happens.</p>
<div class="social-links">
<a href="#" class="twitter"><i class="icofont-twitter"></i></a>
<a href="#" class="facebook"><i class="icofont-facebook"></i></a>
<a href="#" class="instagram"><i class="icofont-instagram"></i></a>
<a href="#" class="linkedin"><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-4 mt-md-0" data-aos="fade-up" data-aos-delay="200">
<div class="info">
<div>
<i class="ri-map-pin-line"></i>
<p>Delhi<br>INDIA</p>
</div>
<div>
<i class="ri-mail-send-line"></i>
<a href="mailto:info@websense.tech"><p>info@websense.tech</p></a>
</div>
<!-- <div>
<i class="ri-phone-line"></i>
<p>+91 ___________</p>
</div> -->
</div>
</div>
<div class="col-lg-5 col-md-12" data-aos="fade-up" data-aos-delay="300">
<form netlify>
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validate"></div>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validate"></div>
</div>
<!-- <div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div> -->
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-6 text-lg-left text-center">
<div class="copyright">
© Copyright <strong>Websense</strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/vesperr-free-bootstrap-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
<div class="col-lg-6">
<nav class="footer-links text-lg-right text-center pt-2 pt-lg-0">
<a href="#header" class="scrollto">Home</a>
<a href="#contact" class="scrollto">About</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms of Use</a>
</nav>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>