-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
222 lines (203 loc) · 8.39 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
</html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
body {
background: linear-gradient(135deg, #1f1f1f, #1f1f1f);
color: #ffffff;
font-family: 'Arial', sans-serif;
}
.contact-header {
background: linear-gradient(135deg, #34495e, #34495e);
color: #ffffff;
padding: 2rem 0;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.contact-header h1 {
margin-bottom: 0;
}
.contact-info,
.contact-form {
background-color: #34495e;
padding: 2rem;
border-radius: 1rem;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.contact-info h3,
.contact-form h3 {
color: white;
}
.contact-info p,
.contact-form label {
color: #bdc3c7;
}
.btn-custom {
background: linear-gradient(135deg, #e74c3c, #e67e22);
border: none;
color: #ffffff;
transition: 0.3s ease;
}
.btn-custom:hover {
background: linear-gradient(135deg, #c0392b, #d35400);
}
.form-control,
.form-control:focus {
background-color: #34495e;
color: #ffffff;
border: 1px solid white;
}
.icon-style {
color: white;
margin-right: 10px;
}
.contact-info a {
color: --primary;
text-decoration: none;
transition: color 0.3s ease;
}
.contact-info a:hover {
color: --info;
}
.footer {
color: whitesmoke;
text-align: center;
padding: 20px 0;
}
.footer a {
color: #ffffff;
}
.placeholder {
color: #ffffff;
}
.footer a:hover {
text-decoration: none;
color: #f8f9fa;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand fw-bolder" href="#"><i class="bi bi-globe2"></i> <strong>W B G L</strong></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html"><i class="bi bi-house"></i> Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<i class="bi bi-calculator-fill"></i> Calculator
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="winrate1.html"><i class="bi bi-calculator"></i> Winrate</a></li>
<li><a class="dropdown-item" href="cvarte.html"><i class="bi bi-calculator"></i> Crit Value</a></li>
<li><a class="dropdown-item" href="damage.html"><i class="bi bi-calculator"></i> Damage</a></li>
<li><a class="dropdown-item" href="kda.html"><i class="bi bi-calculator"></i> Rasio KDA</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="gamepedia.html"><i class="bi bi-controller"></i> GamePedia</a>
</li>
<li class="nav-item">
<a class="nav-link" href="game.html"><i class="bi bi-play-btn"></i> Trailer Video</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><i class="bi bi-person-lines-fill"></i> Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container my-5">
<div class="row">
<div class="col-md-6 mb-4">
<div class="contact-info m-4">
<h3><i class="bi bi-person-rolodex"></i><strong> Contact Information</strong></h3>
<p><i class="fas fa-map-marker-alt icon-style"></i><strong>Address :</strong> Jl. Ring Road Utara, Ngringin,
Condongcatur, Kec. Depok, Kabupaten Sleman, Daerah Istimewa Yogyakarta 55281</p>
<p><i class="fas fa-phone icon-style"></i><strong>Phone Panji :</strong> +62 857-7741-9874</p>
<p><i class="fas fa-phone icon-style"></i><strong>Phone Acel :</strong> +62 813-2000-7169</p>
<p><i class="fas fa-phone icon-style"></i><strong>Phone Fahmi :</strong> +62 877-6065-9315</p>
<p><i class="fas fa-envelope icon-style"></i><strong>Email Panji :</strong> <a
href="mailto:panjiihsanudinfajri@students.amikom.ac.id">Click Here</a></p>
<p><i class="fas fa-envelope icon-style"></i><strong>Email Acel:</strong> <a
href="mailto:soronganmarcellS28@students.amikom.ac.id">Click Here</a></p>
<p><i class="fas fa-envelope icon-style"></i><strong>Email Fahmi :</strong> <a
href="mailto:fahmi@students.amikom.ac.id">Click Here</a></p>
<a href="index.html" class="btn btn-primary text-light">
<i class="bi bi-arrow-return-left"></i> <strong> Back Home Page</strong>
</a>
</div>
</div>
<div class="col-md-6">
<div class="contact-form m-4">
<h3><i class="bi bi-chat-right-dots-fill"></i> <strong>Send Us a Message</strong></h3>
<form id="contact-form" action="contact.html">
<div class="mb-3">
<label for="name" class="form-label">Name</label>
<input type="text" class="form-control" id="name" placeholder="Nama Anda" required>
</div>
<div class="mb-3">
<label for="email" class="form-label">Email</label>
<input type="email" class="form-control" id="email" placeholder="Email Anda" required>
</div>
<div class="mb-3">
<label for="subject" class="form-label">Subject</label>
<input type="text" class="form-control" id="subject" placeholder="Subject" required>
</div>
<div class="mb-3">
<label for="message" class="form-label">Message</label>
<textarea class="form-control" id="message" rows="5" placeholder="Pesan Anda" required></textarea>
</div>
<div class="category-buttons text-center">
<button type="submit" class="btn btn-primary fw-bold m-3"><i class="bi bi-send"></i> Send Message</button>
<button type="reset" class="btn btn-primary fw-bold m-3"><i class="bi bi-x-circle"></i> Reset
Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
<br><br>
<br><br>
<footer class="footer mt-auto">
<div class="container">
<p class="fw-bold">© 2024 Website W B G L - Dibuat oleh Kelompok 10</p>
<p class="fw-bold text-info">Follow us on :
<a href="https://github.com/peenjeee" target="_blank" class="text-white"><i class="bi bi-github"></i></a>
</p>
</div>
</footer>
<script>
const form = document.getElementById('contact-form');
const usernameInput = document.getElementById('name');
const emailInput = document.getElementById('email');
const subjectInput = document.getElementById('subject');
const messageInput = document.getElementById('message');
form.addEventListener('submit', (e) => {
e.preventDefault();
const name = usernameInput.value.trim();
const email = emailInput.value.trim();
const subject = subjectInput.value.trim();
const message = messageInput.value.trim();
alert("Submitted Success!");
window.location.href = 'contact.html';
});
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/js/all.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
</body>
</html>