Skip to content

Commit

Permalink
update blog pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Monigaur8 committed Dec 12, 2023
0 parents commit a3c102b
Show file tree
Hide file tree
Showing 57 changed files with 5,294 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# blog
161 changes: 161 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
<!DOCTYPE html>

<html lang="zxx">

<head>
<meta charset="utf-8">
<title>Gaurav Kansal Blog</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<!-- ** Plugins Needed for the Project ** -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- slick slider -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- themefy-icon -->
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="images/favicon.jpg">
</head>


<body>
<!-- preloader -->
<div class="preloader">
<div class="loader">
<span class="dot"></span>
<div class="dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<!-- /preloader -->

<header class="navigation">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html"><img class="img-fluid" src="images/logo.png" alt="parsa"
style="width: 130px;"></a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navogation"
aria-controls="navogation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navogation">
<ul class="navbar-nav ms-auto">
<li class="nav-item dropdown">
<a class="nav-link text-uppercase text-dark" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-uppercase text-dark" href="blog-single.html">About</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link text-uppercase text-dark" href="category.html">Categories</a>
</li> -->
<li class="nav-item">
<a class="nav-link text-uppercase text-dark" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</header>

<!-- page-title -->
<section class="section bg-secondary">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h4>As a Designer, I Refuse to Call People ‘Users’</h4>
</div>
</div>
</div>
</section>
<!-- /page-title -->

<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="mb-4">About Me</h2>
<img src="images/author.jpg" alt="author" class="img-fluid w-100 mb-4">
<h3 class="font-weight-light">Hello, I’m <span class="font-weight-bold">Gaurav Kansal</span></h3>
<p>
Gaurav Kansal is a Joint Director (IT) at the <a href="https: www.nic.in=" target="_blank">National Informatics Centre</a>, a position he has held
since 2010. During his tenure at NIC, he has worked on multiple technologies and
handled important projects including National Knowledge Network (NKN), IPv6 implementation across NICNET, Setting
up ANYCAST DNS Services, and wireless services across the NICNET. Currently, he is the
technical lead of the Public DNS Project for the Indian IP Space, with an aim of improving the cyber posture of the country.
</p>
</div>
</div>
</div>
</section>


<!-- instagram -->
<section>
<div class="container-fluid px-0">
<div class="row no-gutters instagram-slider" id="instafeed" data-userId="4044026246"
data-accessToken="4044026246.1677ed0.8896752506ed4402a0519d23b8f50a17"></div>
</div>
</section>
<!-- /instagram -->

<footer class="bg-secondary">
<div class="footer-section">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 mb-4 mb-md-0 d-flex justify-content-center">
<a href="index.html"><img src="images/logo.png" alt="persa" class="img-fluid" style="width: 160px;"></a>
</div>

<div class="col-md-4 col-sm-6 mb-4 mb-md-0 ">
<h6>Contact Info</h6>
<ul class="list-unstyled">
<li class="font-secondary text-dark">Address: New Delhi, IN</li>
<li class="font-secondary text-dark">Mail: [email protected]</li>
</ul>
</div>
<div class="col-md-4 col-sm-6 mb-4 mb-md-0">
<h6>Follow</h6>
<ul class="list-inline d-inline-block">
<li class="list-inline-item"><a href="#" class="text-dark"><i class="ti-twitter-alt"></i></a></li>
<li class="list-inline-item"><a href="#" class="text-dark"><i class="ti-linkedin"></i></a></li>
<li class="list-inline-item"><a href="#" class="text-dark"><i class="ti-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="text-center pb-3">
<p class="mb-0">2019-2023 Gaurav Kansal. All rights</p>
</div>
</footer>

<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- masonry -->
<script src="plugins/masonry/masonry.js"></script>
<!-- instafeed -->
<script src="plugins/instafeed/instafeed.min.js"></script>
<!-- smooth scroll -->
<script src="plugins/smooth-scroll/smooth-scroll.js"></script>
<!-- headroom -->
<script src="plugins/headroom/headroom.js"></script>
<!-- reading time -->
<script src="plugins/reading-time/readingTime.min.js"></script>

<!-- Main Script -->
<script src="js/script.js"></script>

</body>
</html>
Loading

0 comments on commit a3c102b

Please sign in to comment.