-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactsuccessform.html
36 lines (32 loc) · 1.04 KB
/
contactsuccessform.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
<!DOCTYPE html>
<html>
<head>
<title>Contact form</title>
<link rel="stylesheet" href="css/contactsuccessform.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter">
</head>
<body>
<div class="banner">
<header>
<div class="wrapper">
<div class="logo">
<img src="Images/Helping Hands Logo.png" alt="Helping Hands Logo" style=" position: relative; transform:translate(0px, 16px)" class="img">
<a> HELPING <span class="multicolorbanner">HANDS</span></a>
</div>
<nav>
<a href="signup.html">Login</a>
<a href="aboutpage.html">About</a>
</nav>
</div>
</header>
</div>
<div class="banner-area">
<h2>Fixed Banner</h2>
</div>
<div class="banner-area centered-content">
<h1>Thank you for contacting us. <a href="signin.html">Click here</a> to login.</h1>
</div>
<body>
</body>
</body>
</html>