Select Git revision
Homepage.html 1.69 KiB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style/main.css">
<title>Travel Elect</title>
</head>
<body>
<header>
<h1><img class= "logo" src="logo.png" alt="company logo"/>Travel Elect</h1>
</header>
<button class="btn" onclick="document.location='Login.html'">Login</button>
<button class="btn1" onclick="document.location='Register.html'">Register</button>
<p1 class="about">
Travel Elect is a software designed to help companies lower their carbon
footprint and save money. You are able to plan business trips efficiently
and save your company money by only taking trips that are necessary.
You will recieve alternative trip options when planning your trips.
Some of the reasons for these business trips can be done using technology
developed to help companies for these reasons such as conducting a conferencing over
video conferencing rather than traveling abroad.
</p1>
<p2 class="about1">
Travel Elect can help these companies decide which trips are necessary
and which ones are not and help the company to keep
track of their carbon footprint and remain on budget.
Help your company go carbon neutral and save our planet. Our software helps
your company go carbon nuetral by stopping unnecessary travels. And displays your
companies carbon footprint overall.
</p2>
<button class="btn2" onclick="document.location='Register.html'">Start Planning</button>
</body>
</html>