-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
40 lines (31 loc) · 1.4 KB
/
Contact.html
File metadata and controls
40 lines (31 loc) · 1.4 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 charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Contact Page</title>
<link rel="stylesheet" type="text/css" href="Contact.css">
<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=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
</head>
<body>
<section class="contact">
<div class="contact-form">
<h1>Contact<span> ME</span></h1>
<p>I am available for freelance work. connect with me via: +2348030559080 or Email: Ibesamuelc1994@gmail.com, Ibesamuelc@gmail.com i can be reached on either of them</p>
<form action = "">
<input type="" placeholder="Your Name" required>
<input type="email" name="email" id="" placeholder="E-mail" required>
<input type="" placeholder="Write a Subject" required>
<textarea name="id=" Cols="30" rows="10" placeholder="Enter your Message" required>
</textarea>
<input type="submit" name="" value="submit" Class="btn">
</form>
<div class="IMAGE">
<img src="SAMIBE.jpg">
</div>
</div>
</section>
</body>
</html>