-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
199 lines (184 loc) · 8.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TnTSplash.net</title>
<meta name="description" content="W.I.P.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/fontAwesome.css">
<link rel="stylesheet" href="css/hero-slider.css">
<link rel="stylesheet" href="css/owl-carousel.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<link rel="stylesheet" href="css/lightbox.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<div class="header">
<div class="container">
<nav class="navbar navbar-inverse" role="navigation">
<div class="navbar-header">
<button type="button" id="nav-toggle" class="navbar-toggle" data-toggle="collapse" data-target="#main-nav">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand scroll-top"><em>TNT</em>splash</a>
</div>
<!--/.navbar-header-->
<div id="main-nav" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="#" class="scroll-top">Home</a></li>
<li><a href="about" class="scroll-link" data-id="about">View Projects</a></li>
<li><a href="https://discord.gg/5TsEZQW" class="scroll-link" data-id="">Discord</a></li>
</ul>
</div>
<!--/.navbar-collapse-->
</nav>
<!--/.navbar-->
</div>
<!--/.container-->
</div>
<!--/.header-->
<div class="parallax-content baner-content" id="home">
<div class="container">
<div class="text-content">
<h2><em>TNTSPLASH</em> <span></span> NET</h2>
<p>A new project beginning soon.</p>
<div class="primary-blue-button">
<a href="#" class="scroll-link" data-id="about">Check out our projects.</a>
</div>
</div>
</div>
</div>
<section id="about" class="page-section">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="service-item">
<div class="icon">
<img src="img/service_icon_01.png" alt="">
</div>
<h4>PyCloud</h4>
<div class="line-dec"></div>
<p>Dedicated Servers for Cheap Prices</p>
<div class="primary-blue-button">
<a href="about:blank">Join PyCloud</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="service-item">
<div class="icon">
<img src="img/service_icon_02.png" alt="">
</div>
<h4>Development Community Support</h4>
<div class="line-dec"></div>
<p>The best Developer hangout.</p>
<div class="primary-blue-button">
<a href="https://discord.gg/vVUExDP">Join DCS</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="service-item">
<div class="icon">
<img src="img/service_icon_03.png" alt="">
</div>
<h4>Empty Slot</h4>
<div class="line-dec"></div>
<p>There is no project to display here.</p>
<div class="primary-blue-button">
<a href="https://discord.gg/5TsEZQW">Join Srayze</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="service-item">
<div class="icon">
<img src="img/service_icon_04.png" alt="">
</div>
<h4>Empty Slot</h4>
<div class="line-dec"></div>
<p>There is no project to display here.</p>
<div class="primary-blue-button">
<a href="https://discord.gg/5TsEZQW">Join Srayze</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12">
<div class="logo">
<a class="logo-ft scroll-top" href="#"><em>TNT</em>splash</a>
<p>Copyright © 2020 TNTSPLASH
<br>Designed by Brody</p>
</div>
</div>
<div class="col-md-2 col-sm-12">
<div class="connect-us">
<h4>My Socials.</h4>
<ul>
<li><a href="https://twitter.com/kieradev"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/BatDev0"><i class="fa fa-github"></i></a></li>
<li><a href="https://discord.gg/5TsEZQW"><i class="fa fa-discord"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
// navigation click actions
$('.scroll-link').on('click', function(event){
event.preventDefault();
var sectionID = $(this).attr("data-id");
scrollToID('#' + sectionID, 750);
});
// scroll to top action
$('.scroll-top').on('click', function(event) {
event.preventDefault();
$('html, body').animate({scrollTop:0}, 'slow');
});
// mobile nav toggle
$('#nav-toggle').on('click', function (event) {
event.preventDefault();
$('#main-nav').toggleClass("open");
});
});
// scroll function
function scrollToID(id, speed){
var offSet = 50;
var targetOffset = $(id).offset().top - offSet;
var mainNav = $('#main-nav');
$('html,body').animate({scrollTop:targetOffset}, speed);
if (mainNav.hasClass("open")) {
mainNav.css("height", "1px").removeClass("in").addClass("collapse");
mainNav.removeClass("open");
}
}
if (typeof console === "undefined") {
console = {
log: function() { }
};
}
</script>
</body>
</html>