-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
241 lines (231 loc) · 8.71 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>www.sputnik.network</title>
<!-- Meta -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicon -->
<link rel="icon" href="" type="">
<!-- bootstrap -->
<link rel="stylesheet" href="bootstrap-4.6.0-dist/css/bootstrap.min.css">
<!--===============================================================================================-->
<!-- Fontawesome -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<!--===============================================================================================-->
<!-- CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/fixed.css">
<!--===============================================================================================-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css">
</head>
<body">
<!--- Header start -->
<header class="header">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="logo">
<a href="#">sputnik foundation</a>
</div>
<input type="checkbox" id="nav-check">
<label for="nav-check" class="nav-toggler">
<span></span>
</label>
<nav class="nav">
<ul>
<li><a href="#about-us">about us</a></li>
<li><a href="#campus">campus <i class="fas fa-sort-down"></i></a></li>
<li><a href="#sponsors">sponsors</a></li>
<li><a href="#contact-us">contact us</a></li>
<li><a href="#"><i class="fas fa-globe"></i> en <i class="fas fa-sort-down"></i></a></li>
<li><a href="#support-changes">support changes</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!--- Header end -->
<!--- Home Section Start -->
<section class="home-section" id="home">
<div class="container">
<div class="row h-100 align-items-center align-content-center">
<div class="home-text">
<h1>High Technology & Opportunities for self Education.</h1>
<h2>Defining the future for those who will bring changes to this world</h2>
<a href="#" class="btn btn-1">support changes</a>
<a href="#" class="btn btn-2">learn more <i class="fas fa-arrow-right"></i></a>
</div>
<div class="home-img">
<div class="home-img-inner">
<img src="images/Home Gif.gif" alt="">
</div>
</div>
</div>
</div>
</section>
<!--- Home Section End -->
<!--- Why Section Start -->
<section class="why-us-section sec-padding" id="why-us">
<div class="container">
<div class="row">
<div class="section-title">
<h2>our <span>futures</span></h2>
<p>We'er bringing high technology & opportunities for self education to <br> thousands who can bring changes to this world.</p>
</div>
</div>
<div class="row">
<div class="why-us-item">
<div class="icon">
<i class="fas fa-solid fa-network-wired"></i>
</div>
<h3>blockchain technology</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<div class="why-us-item">
<div class="icon">
<i class="fas fa-laptop"></i>
</div>
<h3>self education</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<div class="why-us-item">
<div class="icon">
<i class="fas fa-globe"></i>
</div>
<h3>global impact</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</div>
</section>
<!--- Why Section End -->
<!--- About section start -->
<section class="about-us-section sec-padding" id="aboutus">
<div class="container">
<div class="row">
<div class="section-title section-title-1">
<h2><span>about</span> us</h2>
</div>
</div>
<div class="row">
<div class="about-us-img">
<img src="images/1.gif" alt="">
</div>
<div class="about-us-text">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<a href="#" class="btn btn-1">support changes</a>
<a href="#" class="btn btn-2">learn more <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
</section>
<!--- About section End -->
<!--- Sponsor section Start -->
<section class="sponsor-section sec-padding" id="sponsor">
<div class="container">
<div class="row">
<div class="section-title">
<h2><span>sponsors</span></h2>
</div>
</div>
<div class="sponsor-logos">
<div class="slide"><img src="images/Kava.png"></div>
<div class="slide"><img src="images/KI Foundation.png"></div>
<div class="slide"><img src="images/Cosmos.png"></div>
<div class="slide"><img src="images/Mina.png"></div>
<div class="slide"><img src="images/Persistence.png"></div>
<div class="slide"><img src="images/secretnetwork.png"></div>
<div class="slide"><img src="images/Solana.png"></div>
<div class="slide"><img src="images/Starname.png"></div>
<div class="slide"><img src="images/DVS.png"></div>
<div class="slide"><img src="images/Fetch.png"></div>
</div>
</section>
<!--- Sponsor section End -->
<!--- Contact Section Start -->
<section class="contact-section sec-padding" id="contact">
<div class="container">
<div class="row">
<div class="section-title section-title-1">
<h2>contact<span> us</span></h2>
</div>
</div>
<div class="row">
<div class="contact-img">
<img src="images/1.png" alt="">
</div>
<div class="contact-form">
<form>
<div class="input-group">
<input type="text" placeholder="Name" class="form-control">
</div>
<div class="input-group">
<input type="text" placeholder="E-mail" class="form-control">
</div>
<div class="input-group">
<input type="text" placeholder="Phone" class="form-control">
</div>
<div class="input-group">
<textarea placeholder="Message" class="form-control"></textarea>
</div>
<button type="submit" class="btn btn-3">Send</button>
</form>
</div>
</div>
</div>
</section>
<!--- Contact Section End -->
<!--- Footer Start -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-item footer-about">
<h2>about us</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>
<div class="social-links">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-telegram"></i></a>
<a href="#"><i class="fab fa-reddit"></i></a>
<a href="#"><i class="fab fa-discord"></i></a>
</div>
</div>
<div class="footer-item footer-quick-links">
<h2>quick links</h2>
<ul>
<li><a href="#">sputnik exchange</a></li>
<li><a href="#">support changes</a></li>
<li><a href="#">NFT</a></li>
<li><a href="#">contact</a></li>
<li><a href="#">sign up</a></li>
</ul>
</div>
<div class="footer-item footer-contact">
<h2>contact us</h2>
<p><i class="fas fa-map-marker-alt"></i> Xyz Sri Lanka</p>
<p><i class="fas fa-map-marker-alt"></i> Xyz Nigeria</p>
<p><i class="fas fa-phone"></i> +10579401*****</p>
<p><i class="fas fa-envelope"></i> [email protected]</p>
</div>
<div class="footer-item footer-newsletter">
<h2>newsletter</h2>
<form>
<div class="input-group">
<input type="text" placeholder="Your Email" class="form-control">
</div>
<button type="submit" class="btn btn-3">subscribe</button>
</form>
</div>
</div>
</div>
</footer>
<!--- Footer End -->
<!--- Script Source Files -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script src="script.js"></script>
</body>
</html>