-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcontact-us.html
More file actions
215 lines (215 loc) · 7.9 KB
/
contact-us.html
File metadata and controls
215 lines (215 loc) · 7.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
/>
<link rel="stylesheet" href="css/contact-us.css" />
<link rel="stylesheet" href="css/main.css" />
<title>Contact Us</title>
</head>
<body class="my-10 mx-16 text-white md:m-8 md:h-full" style="background: linear-gradient(to top, #1b1919, #53a6d8)">
<header class="flex items-center">
<label
id="title-contact-us"
class="flex-grow text-6xl font-bold sm:text-3xl md:text-5xl"
>Contact Us</label
>
<a href="index.html">
<img
id="logo"
class="w-auto h-10"
src="assets/MauNgapainLogo(edited).png"
alt="Logo Mau Ngapain?"
/></a>
</header>
<!-- Kartu informasi developer -->
<!-- Deretan Kotak yang berisi data contact us masing masing anggota kelompok -->
<div id="information-cards" class="flex justify-center mt-20">
<!-- Kotak Pada Barisan Pertama -->
<!-- Kotak data contact Mulia -->
<div
align="center"
class="p-10 rounded-2xl mx-4 w-64"
style="background-color: white"
>
<img src="assets/foto_mulia.jpg" class="rounded-full w-32" alt="" />
<div class="mt-6 text-black flex flex-col items-center">
<p class="font-bold" style="width: 150px">MULIA FIRMANSYAH ARIEF</p>
<div class="mt-5 text-sm">
<div class="flex flex-row items-center my-2">
<i
class="fas fa-envelope-open-text flex justify-start text-xl"
></i>
<a
href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=muliafirmansyah16@gmail.com"
target="_blank"
class="ml-4"
>Email</a
>
</div>
<div class="flex flex-row items-center my-2">
<i class="fab fa-github-square flex justify-start text-xl"></i>
<p class="ml-4">
<a href="https://github.com/Mulia16">GitHub</a>
</p>
</div>
<div class="flex flex-row items-center">
<i class="fab fa-linkedin flex justify-start text-xl"></i>
<p class="ml-4">
<a
href="https://www.linkedin.com/in/mulia-firmansyah-arief-733869192/"
>Linked In</a
>
</p>
</div>
</div>
</div>
</div>
<!-- Kotak data contact Dimas -->
<div
align="center"
class="p-10 rounded-2xl mx-4 w-64"
style="background-color: white"
>
<img src="assets/foto_dimas.jpg" class="rounded-full w-32" alt="" />
<div class="mt-6 text-black flex flex-col items-center">
<p class="font-bold" style="width: 150px">DIMAS</br>MAULANA</p>
<div class="mt-10 text-sm">
<div class="flex flex-row items-center my-2">
<i
class="fas fa-envelope-open-text flex justify-start text-xl"
></i>
<a
href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=dimasmaulana0906@gmail.com"
target="_blank"
class="ml-4"
>Email</a
>
</div>
<div class="flex flex-row items-center my-2">
<i class="fab fa-github-square flex justify-start text-xl"></i>
<p class="ml-4">
<a href="https://github.com/Dmaul0906">GitHub</a>
</p>
</div>
<div class="flex flex-row items-center">
<i class="fab fa-linkedin flex justify-start text-xl"></i>
<p class="ml-4"><a href="https://www.linkedin.com/in/dimas-maulana-2936911b3">Linked In</a></p>
</div>
</div>
</div>
</div>
<!-- Kotak data contact Rizky -->
<div
align="center"
class="p-10 rounded-2xl mx-4 w-64"
style="background-color: white"
>
<img src="assets/foto_rizky.jpg" class="rounded-full w-32" alt="" />
<div class="mt-6 text-black flex flex-col items-center">
<p class="font-bold" style="width: 150px">M RIZKY </br>FERRARI DIAZ
</p>
<div class="mt-10 text-sm">
<div class="flex flex-row items-center my-2">
<i
class="fas fa-envelope-open-text flex justify-start text-xl"
></i>
<a
href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=ferraridiaz6@gmail.com"
target="_blank"
class="ml-4"
>Email</a
>
</div>
<div class="flex flex-row items-center my-2">
<i class="fab fa-github-square flex justify-start text-xl"></i>
<p class="ml-4">
<a href="https://github.com/Ferraridiaz">GitHub</a>
</p>
</div>
<div class="flex flex-row items-center">
<i class="fab fa-linkedin flex justify-start text-xl"></i>
<p class="ml-4"><a href="">Linked In</a></p>
</div>
</div>
</div>
</div>
<!-- Kotak data contact Yusril -->
<div
align="center"
class="p-10 rounded-2xl mx-4 w-64"
style="background-color: white"
>
<img src="assets/foto_yusril.jpg" class="rounded-full w-32" alt="" />
<div class="mt-6 text-black flex flex-col items-center">
<p class="font-bold" style="width: 150px">YUSRIL IHZA PRASETYA</p>
<div class="mt-10 text-sm">
<div class="flex flex-row items-center my-2">
<i
class="fas fa-envelope-open-text flex justify-start text-xl"
></i>
<a
href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=yusrilihzaprasetya@gmail.com"
target="_blank"
class="ml-4"
>Email</a
>
</div>
<div class="flex flex-row items-center my-2">
<i class="fab fa-github-square flex justify-start text-xl"></i>
<p class="ml-4">
<a href="https://github.com/YusrilIhzaPrasetya">GitHub</a>
</p>
</div>
<div class="flex flex-row items-center">
<i class="fab fa-linkedin flex justify-start text-xl"></i>
<p class="ml-4">
<a
href="https://www.linkedin.com/in/yusril-ihza-prasetya-833377212/"
>Linked In</a
>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="flex flex-col mt-20 justify-center share_section">
<div class="text-white text-base flex justify-center items-center mb-8">
<p>- Supported By -</p>
</div>
<div class="icon flex flex-row justify-center items-center">
<a href="https://github.com/FTP-YCAB-Fullstack/GP1-Creative">
<img
class="logo mx-2"
src="./assets/GithubLogo(edited).png"
alt="Github"
/></a>
<a href="https://impactbyte.com/id/home">
<img
class="logo mx-2"
src="./assets/ImpactByteLogo(edited).png"
alt="Impactbyte"
/></a>
<a href="https://skilvul.com/">
<img
class="logo mx-2"
src="./assets/SkilvulLogo(edited).png"
alt="Skilvul"
/></a>
</div>
</div>
</footer>
</body>
</html>