-
Notifications
You must be signed in to change notification settings - Fork 11
/
about.php
165 lines (151 loc) · 6.49 KB
/
about.php
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!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">
<title>about hephaestus team member</title>
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<style>
body {
font-family: 'Roboto';font-size: 16px;
}
.aboutus-section {
padding: 90px 0;
}
.aboutus-title {
font-size: 30px;
letter-spacing: 0;
line-height: 32px;
margin: 0 0 39px;
padding: 0 0 11px;
position: relative;
text-transform: uppercase;
color: #000;
}
.aboutus-title::after {
background: #fdb801 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 54px;
}
.aboutus-text {
color: #606060;
font-size: 13px;
line-height: 22px;
margin: 0 0 35px;
}
a:hover, a:active {
color: #ffb901;
text-decoration: non
}
.wrapper {
text-align: center;
background: rgb(65, 145, 101);
color: blue;
}
h2 {
font-family: sans-serif;
color:black;
}
h4 {
color: white;
}
h5 {
color: red;
}
</style>
</head>
<body>
<?php include("partials/navigation.php"); ?>
<div class="aboutus-section">
<div class="container">
<!-- <div class="row">
<div class="col-md-3 col-sm-6 col-xs-12"> -->
<div class="aboutus">
<h2 class="aboutus-title">About Us</h2>
<h3>Meet Hephaestus Team Members</h3>
<p class="aboutus-text"> Hephaestus is a team consisting of great minds (DEVLOPERS) coming together <br> for the main
purpose of bridging the gaps beetween innovative and new digital <br> product with unfamiliar
audiences, just as this <em>BUDGET WEB APP</em> built. <br>
This app was basically developed by difference types of folks in different tracks. <br>
Just to meet the basic budget need of individuals out there.</p>
<p class="aboutus-text">We bring together all of your accounts, bills and more,
so you can conveniently manage your finances from
one dashboard. <ul>
<li> See all of your bills and money at a glance </li>
<li> Create budgets easily with tips tailored to you </li>
<li> Enjoy access to unlimited free credit scores, without harming your credit </li>
</ul>
</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="aboutus-banner">
<img src="mint-XL.jpg" alt="">
</div>
</div>
<div class="col-md-5 col-sm-6 col-xs-12">
<div class="feature">
<div class="feature-box">
<div class="clearfix">
<div class="iconset">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
<div class="feature-content">
<h4>Work with heart</h4>
<p>Team are always availiable to meet all your needs <br> You can wis us through our Contact Us botton.</p>
</div>
</div>
</div>
<div class="feature-box">
<div class="clearfix">
<div class="iconset">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
<div class="feature-content">
<h4>Reliable services</h4>
<p>Always at your service at anytime.</p>
</div>
</div>
</div>
<div class="feature-box">
<div class="clearfix">
<div class="iconset">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
<div class="feature-content">
<h4>Great support</h4>
<p>Team Hephaestus has been able to make it easier for you to access this budget app at anytime <br>to meet your daily or monthly budget needs.</p>
<div class="wrapper">
<h2>Meet the App project team leads:</h2>
<h3>Kehinde Samuel O.</h3>
<h4>Project Team Lead</h4>
<h5><em>Frontend Developer</em></h5>
<h3>Michelle Takuro</h3>
<h4>Asistant Project Team Lead</h4>
<h5><em>Mobile Developer, UI&UX Design</em></h5>
</div>
</div>
</div>
</div>
</div>
<!-- </div>
</div> -->
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
</body>
</html>