-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
83 lines (81 loc) · 2.78 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="icons/murphicon.jpg" />
<link rel="stylesheet" href="style.css" />
<title>Morpheus</title>
</head>
<body>
<div class="nav">
<button
class="burga"
aria-controls="primary-navigation"
aria-expanded="false">
<svg fill="white" class="hamburger" viewbox="0 0 10 10" width="40px">
<rect class="top" width="8" height="0.5" x="1" y="2"></rect>
<rect class="middle" width="8" height="0.5" x="1" y="4"></rect>
<rect class="bottom" width="8" height="0.5" x="1" y="6"></rect>
</svg>
</button>
<nav class="sidebar" aria-expanded="false">
<div class="isco">
<img src="icons/home.png" class="iscoimg" alt="">
<a href="index.html" class="pg-links"> Home </a>
</div>
<div class="isco">
<img src="icons/pencil.png" class="iscoimg" alt="">
<a href="skillz.html" class="pg-links"> Projects </a>
</div>
<div class="isco">
<img src="icons/contact-mail.png" class="iscoimg" alt="">
<a href="contact.html" class="pg-links"> Contact </a>
</div>
</nav>
</div>
<section class="contact">
<div class="cinfo">
<div class="items">
<div class="title">
<img src="icons/phone-call.png" alt="" class="cicons" />
<p>Call me</p>
</div>
<p class="asz">+62811-3900-1106</p>
</div>
<div class="items">
<div class="title">
<img src="icons/email.png" alt="" class="cicons" />
<p>Email</p>
</div>
<p class="asz">[email protected]</p>
</div>
<div class="items">
<div class="title">
<img src="icons/pin.png" alt="" class="cicons" />
<p>Location</p>
</div>
<p class="asz">Pabuaran, Cibinong, Bogor</p>
</div>
</div>
</div>
</section>
<form action="" class="wow">
<div class="hp for">
<label for="nohp">Phone Number</label>
<input type="text" name="nohp" class="mask ifs" placeholder="Phone Number">
</div>
<div class="Email for">
<label for="email">Email</label>
<input type="email" name="email" class="mask ifs" placeholder="E-mail">
</div>
<div class="message for">
<label for="message">Message</label>
<textarea name="message" class="mask" id="message" cols="30" rows="10"></textarea>
</div>
<input type="submit" value="Submit" class="sub">
</form>
<script src="amogus.js"></script>
<script defer src="aosthing.js"></script>
</body>
</html>