This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathindex.html
138 lines (129 loc) · 6.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hacktober Fest</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body id="page-top">
<!-- NavBar -->
<nav class="navbar bg-primary navbar-expand-lg fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand text-white js-scroll-trigger" href="/">LOGO</a>
<button class="navbar-toggler navbar-toggler-right font-weight-bold text-white rounded" type="button"
data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse text-white" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger text-white" href="/">HOME</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded text-white js-scroll-trigger" href="game.html">GAME</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded text-white js-scroll-trigger" href="loginpage.html">LOGIN</a>
</li>
<!-- <li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded text-white js-scroll-trigger" href="Seach_box.html">Search
Box</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded text-white js-scroll-trigger" href="signup.html">Signup</a>
</li> -->
</ul>
</div>
</div>
</nav>
<section class="Section__container">
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Contribute here for the hacktober fest</h1>
<h3 style="text-align: center;">If anyone is adding new feature, please update in the readme file also</h3>
<div class="d-flex justify-content-center">
<button type="button" class="btn btn-primary" onclick="alert('Welcome to My Page')">
Click ME
</button>
</div>
</div>
</div>
</section>
<section id="about" class="content-section text-center">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>About TSE GAMING</h2>
<p class="text-white">TSE GAMING is a free Bootstrap theme. It can be yours right now, simply download the
template
on <a href="#">the preview page</a>. The theme is open source, and you can use it for any
purpose, personal or commercial.</p>
<p class="text-white">This theme features stock photos by <a href="#">Gratisography</a> along with a
custom
Google Maps skin courtesy of <a href="#">Snazzy Maps</a>.</p>
<p class="text-white">TSE GAMING includes full HTML, CSS, and custom JavaScript files along with SASS and LESS
files
for
easy customization!</p>
</div>
</div>
</div>
</section>
<section id="download" class="download-section content-section text-center"
style="background-image:url('assets/img/downloads-bg.jpg');">
<div class="container">
<div class="col-lg-8 mx-auto">
<h1 class="text-primary">Download TSE GAMING</h1>
<p>You can download TSE GAMING for free on the preview page.</p><button
class="btn btn-primary btn-lg btn-default" type="button">visit download page</button>
</div>
</div>
</section>
<section id="contact" class="content-section text-center">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>Contact us</h2>
<p>Feel free to leave us a comment on the<a href="#"> TSE GAMING template overview
page</a> to give some feedback about this theme!</p>
<ul class="list-inline banner-social-buttons">
<li class="list-inline-item"> <button class="btn btn-primary btn-lg btn-default" type="button"><i
class="fa fa-google-plus fa-fw"></i><span class="network-name">
Google+</span></button></li>
<li class="list-inline-item"> <button class="btn btn-primary btn-lg btn-default" type="button"><i
class="fa fa-twitter fa-fw"></i><span class="network-name"> Twitter</span></button></li>
<li class="list-inline-item"> <button class="btn btn-primary btn-lg btn-default" type="button"><i
class="fa fa-github fa-fw"></i><span class="network-name"> github</span></button></li>
</ul>
</div>
</div>
</div>
</section>
<div class="map-clean"><iframe allowfullscreen="" frameborder="0"
src="https://cdn.bootstrapstudio.io/placeholders/map.html" width="100%" height="450"></iframe></div>
<footer>
<div class="container text-center">
<p>Copyright © TSE GAMING 2020</p>
</div>
</footer>
<!-- Footer-->
<footer class="footer bg-primary fixed-bottom text-center">
<div class="container">
<div class="row">
<!-- Footer About Text-->
<div class="col-lg-12">
<h4 class="text-uppercase mb-4">Made for the purpose of contribution</h4>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>