-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAboutUs.html
37 lines (35 loc) · 1.41 KB
/
AboutUs.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
<!DOCTYPE html>
<html>
<head>
<title>
Connect With Us!
</title>
<link rel="stylesheet" href="AboutUsStyle.css">
</head>
<body>
<div id="divTag">
<a href="index.html" id="navHome"><img src="images/finLogo.png.png" id="logoPic" >
<button id="buttonLogo">TripBuilder</button>
</a>
<span>
<a href="signUp.html">
<button class="buttonsfirst" style="float:right">Sign Up</button>
</a>
</span>
<span >
<button class="buttonsfirst" id="login" style="float:right" onclick="document.getElementById('id01').style.display='block'">Login</button>
</span>
</div>
<div id="content">
<h1 style="color: white; font-weight: 400;">About Us</h1>
<p style="color: white; font-weight: 400;">Packed with features that give you a leg up on changes and help you make the most of all your trips,
TripBuilder Pro is where the magic happens. We aim at helping our users in planning their vacations efficiently.</p>
<h1 style="color: white; font-weight: 400;">Contact Us</h1>
<p style="color: white;font-weight: 400;">Write to us at:tripbuilder@gmail.com<br>Follow us on Instagram: @tripbuilder</p>
</div>
<div id="particles-js">
</div>
<script src="particles.js"></script>
<script src="app.js"></script>
</body>
</html>