-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
66 lines (61 loc) · 2.29 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contavct us</title>
<link rel="stylesheet" href="contact.css">
</head>
<body>
<div class="container">
<h1 class="hed" style="align-items: center;">Contact us</h1>
<H2 class="hed">fill in th black space to <span>councat</span> you </H2>
<div class="contact-box">
<div class="contact-left">
<h3>DEY DALABKA MACAmIIL</h3>
<form action="home.html">
<div class="input-row">
<div class="input-group">
<label>Name:</label>
<input type="text" placeholder="eg: fitaah " required>
</div>
<div class="input-group">
<label>Phone:</label>
<input type="tel" placeholder="eg:613083622" required>
<label>products:</label>
<input type="text" placeholder="eg:html & css coures" required>
</div>
</div>
<div class="input-row">
<div class="input-group">
<label>Email:</label>
<input type="email" placeholder="eg:hassaAli@gmail.com" required>
</div>
</div>
<label>message</label>
<textarea rows="5" placeholder="Your message" required></textarea>
<button id="box" type="submit">Send</button>
</form>
</div>
<div class="contact-right">
<h3>Reach us</h3>
<table>
<tr>
<!-- waxaan ku xeri babaa linkaga fnndcdkleieee -->
<td>Email:</td>
<td><a href="index.html" style="text-decoration: none; color: white;">portafolio&devloper.edu</a></td>
</tr>
<tr>
<td>Tell:</td>
<td>+252 61 5219841</td>
</tr>
<tr>
<td>Address:</td>
<td>portafolio&devloper.edu</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>