-
Notifications
You must be signed in to change notification settings - Fork 0
/
maintainance.html
91 lines (88 loc) · 4.82 KB
/
maintainance.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>TekPeek - Maintainance Work Going on . .</title>
<link rel="icon" type="image/x-icon" href="dist/assets/tpw.svg" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="dist/css/template-styles.css" rel="stylesheet" />
</head>
<body>
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand">TekPeek</a>
</div>
</nav>
<header class="masthead" style="background-image: url('469536.jpg')">
<div class="container position-relative px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="post-heading">
<br>
<br>
<br><br>
<h1>Site Under Maintainance</h1>
<h2 class="subheading">Sorry, the site is currently under maintainance and updation work. <br><br> We'll be back soon . .</h2>
<br>
<a href="#" class="btn btn-primary btn-lg active back-button" role="button" aria-pressed="true">Go Back</a>
</span>
</div>
</div>
</div>
</div>
</header>
<footer class="border-top text-center">
<div class="above-footer">
<br><br>
<div class="about-head" id="about">What is TekPeek ?</div>
<div class="about">
An Initiative by a final-year engineering student to get to know about the tech world. Discover blogs that discuss the latest technology stuff.
<br><br>
Interested in submitting your articles to tekpeek ? Reach me out <a href="../#contact" class="text-decoration-none text-muted"><b>here</b></a>
</div>
</div>
<hr class="my-5" style="width:90%; margin:auto; height: 2px; color: #000000">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="https://www.instagram.com/kingaiva">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-instagram fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/avinash-s-07551a1a0/">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin-in fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/AvinashSubhash">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<div class="small text-center text-white fst-italic">© Copyright-free, take it if you like it ;-) - 20222</div>
</div>
</div>
</div>
</footer>
</body>