forked from jaysomani/firstspot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
57 lines (43 loc) · 2.19 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About TourEzze</title>
<link rel="stylesheet" href="css/about.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comforter&family=Glass+Antiqua&family=Tangerine&family=Yuji+Mai&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="./images/firstspotLogo100x100.png" type="image/x-icon">
</head>
<body class="aboutBody">
<div class="header">
<h1 class="appTitle">FirstSpot</h1>
<p class="tagline">-- EXPLORING NEW HORIZONS</p>
</div>
<div class="aboutus">
<h2>About Us</h2>
<div class="about_compartment">
<p>
We are a group of two students of 2024 batch currently pursuing B.Tech CSE degree from VIT Bhopal India. We are intrested in learning and building sustainable solutions to
real world problems. This project is a part of the <b>#1AHACK4SUSTAINABILITY</b> hackathon
where we tackeled the solution to sustainable development challenge provided by amadeus.
</p>
</div>
</div>
<div class="waveNFoot">
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(150,200,235,0.7" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(150,200,235,0.5)" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(150,200,235,0.3)" />
<use xlink:href="#gentle-wave" x="48" y="7" fill="#B1D4E0" />
</g>
</svg>
</body>
</html>