forked from technojam/spaceapps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (103 loc) · 5.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="./css/style.css">
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css?family=East+Sea+Dokdo|Knewave|Quicksand|Roboto&display=swap" rel="stylesheet">
<title>NASA International Space Apps Challenge | Galgotias University</title>
</head>
<body>
<!-- HOME SECTION -->
<div class="home">
<div class="container">
<div class="navContainer">
<nav class="z-depth-4">
<div class="nav-wrapper">
<a href="#" class="right registerBtn">Register</a>
<ul id="nav-mobile" class="left hide-on-med-and-down">
<li><a href="#overview">Overview</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
</div>
<div class="center homeImage">
<img src="./media/img/spaceapps.png"/>
</div>
<div class="homeText">
<span class="right">15th & 16th September</span>
</div>
</div>
</div>
<!-- OVERVIEW SECTION -->
<div id="overview" class="overview">
<div class="container">
<div class="overviewContainer">
<div class="overviewTitleContainer">
<span class="overviewTitle">Global Event Overview</span>
</div>
<div class="overviewContent">
<span>
NASA Space Apps Challenge is a global collaboration challenge conducted by NASA in <b>75+ countries</b> and with <b>18,000+ participants</b>. The Space Apps challenge brings together ideas from students, designers, startups, working professionals, research scholars and domain experts on one common platform.
<br /> <br />
Organised by <b>NASA's Office of the Chief Information Officer</b>, <b class="underline--magical">#spaceapps</b> has made it to the list of World's Largest Hackathon with solution built on top of Open Data provided by NASA.
</span>
</div>
</div>
</div>
</div>
<!-- Sponsors Section -->
<div id="sponsors" class="sponsors">
<div class="container centerFlexParent">
<div class="sponsorContainer">
<h1>Our Sponsors</h1>
<p class="contentText">Interest in sponsoring the NASA Space Apps Challenge Galgotias University? Fill the form <b class="underline--magical">here</b>. Or shoot a mail to <b >[email protected]</b></p>
<div class="row">
<div class="col s6 m4 l3 offset-l1 offset-s1 roundedBorder">
<div class="typeOfSpon"><b class="underline--magical">Venue Partner</b></div>
<a href="https://www.galgotiasuniversity.edu.in/" target="_blank"><img class="sponImage" src="media/img/galgotias.png" /></a>
</div>
<div class="col s6 m4 l3 offset-l1 offset-s1">
<a href="https://wolfram.com/" target="_blank"><img class="sponImage" src="media/img/wolfram.png" /></a>
</div>
</div>
</div>
</div>
</div>
<!-- CONTACT SECTION -->
<div id="contact" class="contact">
<div class="container centerFlexParent">
<div class="contactContainer">
<span class="contactUsTitle">Contact Us</span>
<p>Email Address</p>
<span>[email protected]</span>
<span>[email protected]</span>
<span>[email protected]</span>
<p>Phone Number</p>
<span>Earthson Xavier (+91) 80921 05492</span>
<span>Darshan Baid (+91) 80940 69970 </span>
<span>Abhishek Anand (+91) 88002 85169</span>
<span>Swetank (+91) 70424 35242 </span>
</div>
</div>
</div>
<!-- FOOTER SECTION -->
<div class="footer">
<div class="footerContent">
Made with
<svg class="heart" viewBox="0 0 32 29.6">
<path d="M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2 c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z"/>
</svg>
by <a href="https://lazycipher.js.org" target="_blank">lazycipher</a> ( <a href="https://technojam.tech" target="_blank" >Technojam</a> )
</div>
</div>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</body>
</html>