-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
96 lines (88 loc) · 3.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="Description"
Content="Team Hera is committed to improving your planning culture. You are welcome to meet our team."
/>
<meta name="author" content="Team_Hera" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Welcome To Hera</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" >
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"></script>
<link
rel="icon"
href="img/logo (2).png"
type="image/gif"
sizes="16x16"
/>
<!--<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Raleway" />-->
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/main.css" type="text/css">
</head>
<body>
<div class="container-fluid">
<header class="row">
<!-- begining of nav bar PLEASE DON'T EDIT -->
<nav class = "col-10 mx-auto">
<ul class="menu">
<li class="logo">
<a href="index.html"
><img
class="logo-image"
src="https://res.cloudinary.com/cramwordplay/image/upload/v1569362293/logo_normal_iwm3jk.png"
class="img-fluid"
/></a>
</li>
<li class="item"><a href="index.html" style = "font-weight: 600"> Home</a></li>
<li class="item"><a href="How To.html"> How It Works</a></li>
<li class="item"><a href="dashboard.php"> Dashboard</a></li>
<li class="item"><a href="team.html"> Meet The Team</a></li>
<li class="item"><a href="contact.html"> Contact Us</a></li>
<li class="item"><a href="reviews.html"> Reviews</a></li>
<li class="item"><a href="faq.html"> FAQs</a></li>
<li class="item button"><a href="signin.php"> Login</a></li>
<li class="item button secondary">
<a href="signup.php"> Sign Up</a>
</li>
<li class="toggle"><span class="bars"></span></li>
</ul>
</nav>
<!-- end of NAV BAR DONT EDIT -->
</header>
<main class = "row">
<div class="d-sm-none mb-4 col-12 col-sm-5 p-0 text-center TextColumn">
<hgroup class = "">
<h1 id = "hera">HERA BUDGET</h1>
</hgroup>
<div class="subtext mt-4 mb-5 mb-sm-0 text-center text-sm-right text-xl-left">
<p>Choose Hera<br>Choose Financial Responsibility</p>
</div>
<div class="mt-5 mb-4">
<a href="signin.php" id = "get-started">SIGN UP</a>
</div>
</div>
<div class="col-sm-7 pl-sm-5 vector-container pr-0">
<img class = "mx-auto w-lg-25 img-fluid" src="img/calculator.png" alt="" >
</div>
<div class="col-12 col-sm-5 pl-sm-0 TextColumn pr-sm-4 pr-md-5">
<hgroup class = "d-none d-sm-block text-right text-xl-left">
<h1 id = "hera">HERA</h1>
<h1 id = "budget">BUDGET</h1>
</hgroup>
<div class="subtext d-none d-sm-block mt-4 mb-5 mb-sm-0 text-center text-sm-right text-xl-left">
<p>Choose Hera<br>Choose Financial Responsibility</p>
</div>
<div class="mt-2 mt-sm-5 mb-5 mb-sm-0 text-center float-sm-right float-xl-left">
<a href="signin.php" id = "get-started">GET STARTED</a>
</div>
</div>
</main>
</div>
<script src="js/main.js"></script>
</body>
</html>