-
Notifications
You must be signed in to change notification settings - Fork 2
/
Contact-me.html
75 lines (72 loc) · 3.83 KB
/
Contact-me.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T9QDCNTY1F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-T9QDCNTY1F');
</script>
<link rel="icon" href="logo_fix.png" height=250px>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact Me If You Have Some Question</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Federant&family=Oxanium:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
</head>
<link rel="stylesheet" href="Contact-me.css" title="" type="text/css" />
<body>
<div class="fikrinotes">Fikri Notes</div>
<div class='kartu'>
<div class="contact"><h1>Contact:</h1></div>
<hr />
<form action="https://formspree.io/xwkrjkdj" method="POST">
<div class="form-group">
<label for="exampleInputEmail1">Email Address:</label>
<input required type="email" name="replyto" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1"> Your Message:</label>
<textarea required class="form-control" id="exampleFormControlTextarea1" name="message" rows="5"></textarea>
</div>
<!-- your other form fields go here -->
<button type="submit" type="button" class="btn btn-outline-success">Send</button>
</form> <br />
<div class="sosmed">Social Media:</div>
<div class="logososmed">
<div class="item"><a href="https://instagram.com/fikrimulyana_s"><img src="https://img.icons8.com/color/48/000000/instagram-new.png"/></a></div>
<div class="item"><a href="https://wa.me/+6282392067708"><img src="https://img.icons8.com/color/48/000000/whatsapp.png"/></a></div>
<div class="item"><a href="http://line.me/ti/p/~fikrimulyana_s"><img src="https://img.icons8.com/color/48/000000/line-me.png"/></a></div>
<div class="item"><a href="mailto: fikrimulyanasetiawan@gmail.com"><img src="https://img.icons8.com/color/48/000000/gmail--v1.png"/></a></div>
</div>
</div>
<div class="footer">
<div class="tabel">
<table border="0">
<tr>
<td class="link"><a class="text-decoration-none text-reset" href="../../index.html">Homepage</a></td>
<td class="link"><a class="text-decoration-none text-reset" href="../../Contact-me.html">Contact</a></td>
</tr>
<tr>
<td class="link"><a class="text-decoration-none text-reset" href="../index.html">Javascript Project</a></td>
<td class="link"><a class="text-decoration-none text-reset" href="../../TermOfUse.html">Terms Of Use</a></td>
</tr>
<tr>
<td class="link"><a class="text-decoration-none text-reset" href="../../Physics_menu.html">Physics Blog</a></td>
<td class="link"><a class="text-decoration-none text-reset" href="../../Math-menu.html">Mathematics Blog</a></td>
</tr>
<tr>
<td class="link"><a class="text-decoration-none text-reset" href="../../computerscience.html">Computer Science Blog</a></td>
</tr>
</table>
</div>
<div class="copyright">
<div><a href="//www.dmca.com/Protection/Status.aspx?ID=f475e6cd-4ea7-41fb-8d13-b438de7639db" title="DMCA.com Protection Status" class="dmca-badge"> <img src="https://images.dmca.com/Badges/dmca-badge-w150-5x1-10.png?ID=f475e6cd-4ea7-41fb-8d13-b438de7639db" alt="DMCA.com Protection Status" /></a></div>
<div>copyright © Fikri Mulyana Setiawan</div>
</div>
</div>
</body>
</html>