This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex3.html
46 lines (46 loc) · 1.56 KB
/
index3.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact Me | Harja</title>
<link rel="stylesheet" type="text/css" href="css/style3.css">
<script src="https://kit.fontawesome.com/70d817bde9.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="header">
<h1>HARJA</h1>
<p>Contact Me</p>
</div>
<div class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index1.html">About Me</a></li>
<li><a href="index2.html">Projects</a></li>
<li><a href="#" style="background: maroon;">Contact Me</a></li>
</ul>
</div>
</div>
<div class="main">
<h3>Contact Me</h3>
<form action="https://formsubmit.co/el/kuxoge" method="POST">
<label>Nama : </label>
<input type="text" placeholder="Masukkan Nama Anda..."></input>
<label>Email : </label>
<input type="text" placeholder="Masukkan Email Anda..."></input>
<label>Pesan : </label>
<textarea type="text" rows="4" cols="40" placeholder="Masukkan pesan anda..."></textarea>
<label> </label>
<input class="submit" type="submit" value="Send"></input>
</form>
<h6>My Sosmed</h6>
<a href="https://instagram.com/harjakrepp_"><i class="fa-brands fa-instagram"></i></a>
<a href="https://facebook.com/harjakrepp"><i class="fa-brands fa-facebook"></i></a>
<a href="https://twitter.com/harjakrepp"><i class="fa-brands fa-twitter"></i></a>
</div>
<div class="footer">
<p>Copyright ©2022 Rachmad Suharja</p>
</div>
</div>
</body>
</html>