-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
208 lines (160 loc) · 6.88 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="TassBee">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="TasBee Adalah website event terbesar di Indonesia. Dapatkan Info Lomba, Magang, Beasiswa, dan Seminar terlengkap.">
<meta property="og:type" content="website" />
<meta property="og:site_name" content="TasBee" />
<meta property="og:image" content="img/favicon.svg" />
<meta property="og:url" content="https://tasbee.com/" />
<meta property="og:title" content="Hubungi Kami untuk Informasi Lebih Lanjut | TasBee" />
<meta property="og:description"
content="TasBee Adalah website penyedia dan pengelola event terbesar di Indonesia. Dapatkan Info Lomba, Magang, Beasiswa, dan Seminar terlengkap." />
<title>Membangun Form & Melakukan Integration Testing dengan JavaScript & ReactJS | TasBee</title>
<link rel="stylesheet" href="css/Reset.css">
<link rel="stylesheet" href="css/Contact.css">
<link rel="stylesheet" href="css/Responsive.css">
<link rel="apple-touch-icon" href="img/favicon.svg" />
<link rel="shortcut icon" href="img/favicon.svg" type="image/x-icon">
</head>
<body>
<!-- header start -->
<header>
<div class="container">
<a href="Index.html"><img src="img/logo.svg" alt="Logo" class="logo"></a>
<nav>
<ul>
<li><a href="Index.html">Home</a></li>
<li><a href="Event.html">Event</a></li>
<li><a href="MediaPartner.html">Media Partner</a></li>
<li><a href="Artikel.html">Artikel</a></li>
<li><a href="Login.html">Login</a></li>
</ul>
</nav>
</div>
</header>
<!-- header end -->
<!-- navbar mobile start -->
<div class="navbarMobile">
<a href="Index.html" class="perNavbarMobile">
<div class="icon">
<img src="./img/Icon/home-solid.svg" alt="Home Icon">
</div>
<h3>Home</h3>
</a>
<a href="Event.html" class="perNavbarMobile">
<div class="icon">
<img src="./img/Icon/medal-solid.svg" alt="Event Icon">
</div>
<h3>Event</h3>
</a>
<a href="Artikel.html" class="perNavbarMobile">
<div class="icon">
<img src="./img/Icon/book-open-solid.svg" alt="Artikel Icon">
</div>
<h3>Artikel</h3>
</a>
<a href="Login.html" class="perNavbarMobile">
<div class="icon">
<img src="./img/Icon/user-circle-solid.svg" alt="Profil User Icon">
</div>
<h3>Login</h3>
</a>
</div>
<!-- navbar mobile end -->
<main>
<section class="kontak pb-100">
<div class="container">
<img src="img/Contact/CONTACT_IMAGE.svg" alt="img kontak">
<div class="caption">
<h1>Hubungi Kami</h1>
<form action="">
<div class="form-group">
<label for="email">Email</label>
<input autocomplete="off" type="email" id="email" placeholder="Masukkan email anda...">
</div>
<div class="form-group">
<label for="judul">Judul</label>
<input autocomplete="off" type="text" id="judul" placeholder="Masukkan judul...">
</div>
<div class="form-group">
<label for="pesan">Pesan</label>
<textarea autocomplete="off" name="pesan" id="pesan" cols="30" rows="5"
placeholder="Masukkan pesan anda..."></textarea>
</div>
<button type="submit" class="btn btn-primary">Kirim</button>
</form>
</div>
</div>
</section>
</main>
<!-- footer start -->
<section class="footer" id="footer">
<div class="container">
<div class="box">
<h2>About Us</h2>
<p>
<span>
Jl. Raya Desa Dagan RT 03 RW 09
</span>
<span>
Telepon : (+62) 882-3238-3244
</span>
<span>
Email : hello@tasbee.com
</span>
</p>
<div class="sosmed">
<a href="https://www.instagram.com/george_ikki/" class="perSosmed" target="_blank" rel=”noreferrer
noopener”>
<img src="./img/Icon/instagram.svg" alt="Logo Instagram">
</a>
<a href="https://youtube.com/" class="perSosmed" target="_blank" rel=”noreferrer noopener”>
<img src="./img/Icon/youtube.svg" alt="Logo Youtube">
</a>
<a href="https://www.linkedin.com/in/rifki-romadhan-purbalingga/" class="perSosmed" target="_blank"
rel=”noreferrer noopener”>
<img src="./img/Icon/linkedin-in.svg" alt="Logo Linkedin-in">
</a>
<a href="https://github.com" class="perSosmed" target="_blank" rel=”noreferrer noopener”>
<img src="./img/Icon/github.svg" alt="Logo Github">
</a>
</div>
</div>
<div class="box">
<h2>Event</h2>
<a href="Event.html">Lomba</a>
<a href="Event.html">Webinar</a>
<a href="Event.html">Beasiswa</a>
<a href="Event.html">Volunteer</a>
<a href="Event.html">Exchange</a>
<a href="Event.html">Conference</a>
</div>
<div class="box">
<h2>Quick Link</h2>
<a href="Index.html">Home</a>
<a href="Event.html">Event</a>
<a href="Artikel.html">Artikel</a>
<a href="Contact.html">Contact</a>
<a href="MediaPartner.html">Media Partner</a>
</div>
</div>
</section>
<!-- footer end -->
<footer>
<div class="container">
TasBee © 2023 | Website Penyedia & Pengelola Event.
</div>
</footer>
<div id="scroll-top">
<img src="img/scroll-img.png" alt="scroll" />
</div>
<script src="js/script.js"></script>
</body>
</html>