-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlanding.html
More file actions
40 lines (36 loc) · 1.63 KB
/
landing.html
File metadata and controls
40 lines (36 loc) · 1.63 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/src/css/landingstyle.css">
<title>Creddit Landing Page</title>
<body style="background-color: #293225;">
<div>
<nav>
<div class="logo">
<img src="/src/img/image.png" width="350px">
</div>
<ul>
<li class="butt"><a href="login.html">Log In</a></li>
<li class="butt" style="margin-right: 3rem;"><a href="signup.html">Sign up</a></li>
</ul>
</nav>
</div>
<div class="container">
<div class="mainText">
<p class="under">Bank safe, don't sweat it!</p><br>
<p class="desc">Creddit is a banking company that prioritizes secure transactions, safe banking and
<br> data privacy, our motto is: Bank safe, don’t sweat it! On the website the customer
<br> can interact with their transaction history, transfer funds, view their balance,
<br> and more. All information undergoes advanced security measures, and the website
<br> is constantly optimized and maintained. With a wide variety of industry standard
<br> languages and implementation, we provide the highest quality of banking services.
</p>
</div>
<div class="clipArt">
<img src="/src/img/teo clip art.png" width="700px">
</div>
</div>
</body>
</head>
</html>