-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.html
103 lines (63 loc) · 3 KB
/
contactus.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
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- css and bootsrap links -->
<!-- <link rel="stylesheet" href="css/bootstrap.css"> -->
<link rel="stylesheet" href="css/style.css">
<!-- goofle font links -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cantora+One&family=Poppins:wght@200&display=swap" rel="stylesheet">
<title>AKAN NAME GENERATOR</title>
</head>
<body >
<!-- navigation bar -->
<section id="header">
<nav >
<div class="navbar" style="position: absolute; display: inline-block; width: 50em; top: 3em; right: 1em;">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="generate.html">GENERATE</a></li>
<li><a href="contactus.html">CONTACT US</a></li>
</ul>
</div>
</nav>
<div class="logo"><p><span>A</span>NG</p></div>
</section>
<!-- feedback form -->
<div class="feedbackform">
<div class="feedform">
<form style="border:none">
<div class="container2">
<div class="talk">Talk to Us</p></div>
<br>
<br>
<br>
<p style="color: #fbc951;">We'd love to hear from you ..</p>
<!-- <br> -->
<label for="psw"></label>
<input type="text" placeholder="Enter name" name="psw" required>
<label for="email"><b></b></label>
<input type="text" placeholder="Enter Email" name="email" required>
<label for="psw-repeat"><b></b></label>
<input type="text" placeholder="type message.." name="psw-repeat" required style="height: 5em;">
<div class="clearfix">
<button type="submit" class="signupbtn">send</button>
</div>
</div>
</form>
</div>
</div>
<!-- hero image -->
<div class="hero2">
<img src="images/contact-removebg-preview.png" alt="">
</div>
<!-- footer -->
<div class="footer">
<div class="ftext"><p>made with love by Venesa Okuna (c) 2021 COPYRIGHT all rights reserved</p></div>
</div>
</body>
</html>