-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcallcenter.html
170 lines (149 loc) · 6.5 KB
/
callcenter.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="input.css" />
<link rel="stylesheet" href="output.css" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="prodi.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script
src="https://kit.fontawesome.com/09d9f35a3a.js"
crossorigin="anonymous"
></script>
<title>callcenter</title>
</head>
<body class="bg-slate-300">
<!-- navbar Start -->
<div class="nav z-50 fixed w-full bg-slate-500" >
<div
class="navbar flex px-10 py-2 border-b-2 border-slate-600 items-center"
>
<div class="navbarLogo flex items-center flex-1">
<div class="" data-aos="zoom-in" data-aos-delay="400">
<img src="../img/logo.png" alt="" class="size-12" />
</div>
<div class="" data-aos="zoom-in" data-aos-delay="450">
<h1 class="lg:text-3xl font-semibold tracking-wider bayang2" >
Victoria Academia
</h1>
</div>
</div>
<div class="navbarIsi flex-2">
<a href="../index.html" class="px-2 hover:text-white" data-aos="zoom-in" data-aos-delay="500">Home</a>
<a href="prodi.html" class="px-2 hover:text-white" data-aos="zoom-in" data-aos-delay="550">Prodi</a>
<a href="about.html" class="px-2 hover:text-white" data-aos="zoom-in" data-aos-delay="600">About</a>
<a href="callcenter.html" class="px-2 hover:text-white" data-aos="zoom-in" data-aos-delay="650">Call center</a>
</div>
<div class="navIcon opacity-0">
<i class=" fa-solid fa-bars text-2xl"></i>
</div>
</div>
</div>
<!-- navbar end -->
<!-- hero -->
<div class="about h-[50vh]">
<div class="about2 h-[50vh] flex justify-center items-center">
<h1 class="text-6xl bayang text-slate-200">
<h1 class="text-6xl text-white font-semibold tracking-wider bayang">
Call center
</h1>
</div>
</h1>
</div>
<!-- main -->
<div class="callcenter flex flex-col lg:gap-6 lg:py-16 hp:py-10 lg:px-44 hp:px-10">
<div class="callJudul hp:pb-4">
<h1 class="text-3xl text-center">Hubungi kami untuk informasi lebih lanjut</h1>
</div>
<div class="callcenterIsi lg:px-[18%] grid grid-cols-2 grid-rows-3 lg:gap-10 ">
<div class="callIcon flex lg:justify-center ">
<i
class="fa-brands fa-whatsapp lg:text-9xl hp:text-8xl text-white "
></i>
</div>
<div class="callIsitext hp:-ml-10">
<p class="text-lg leading-10 tracking-wide text-center">staff 1: 012345678</p>
<p class="text-lg leading-10 tracking-wide text-center">staff 2: 012345482</p>
<p class="text-lg leading-10 tracking-wide text-center">staff 3: 012345422</p>
</div>
<div class="callIcon flex lg:justify-center items-center">
<i
class="fa-brands fa-instagram lg:text-9xl hp:text-8xl text-white "
></i>
</div>
<div class="callIsitext flex hp:-ml-10 items-center">
<p class="text-lg leading-10 tracking-wide">@VictoriaAcademiaOfficial</p>
</div>
<div class="callIcon flex lg:justify-center items-center">
<i
class="fa-solid fa-envelope lg:text-9xl hp:text-8xl text-white "
></i>
</div>
<div class="callIsitext flex justify-center hp:-ml-14 flex-col">
<p class="text-lg leading-10 tracking-wide">Gmail : [email protected]</p>
<p class="text-lg leading-10 tracking-wide">Yahoo : VictoriaAcademia <span class="hp:block">@yahoomail.com</span> </p>
</div>
</div>
</div>
<!-- -->
<!-- footer -->
<footer class="">
<div
class="social flex flex-row-reverse justify-center border-b-[1px] border-slate-800 bg-slate-600 px-16 py-5 xl:gap-36 lg:gap-12 hp:gap-10"
>
<i
class="fa-brands fa-instagram fa-2xl text-slate-800 hover:cursor-pointer hover:text-white"
></i>
<i
class="fa-solid fa-x text-slate-800 fa-2xl hover:cursor-pointer hover:text-white"
></i>
<i
class="fa-brands fa-facebook fa-2xl text-slate-800 hover:cursor-pointer hover:text-white"
></i>
<i
class="fa-brands fa-discord fa-2xl text-slate-800 hover:cursor-pointer hover:text-white"
></i>
<i
class="fa-brands fa-youtube fa-2xl text-slate-800 hover:cursor-pointer hover:text-white"
></i>
</div>
<div class="footerIsi py-2 bg-slate-500 flex justify-center items-center">
<img src="../img/victoria housekeeping.png" alt="" class="size-16" />
<h1 class="text-2xl text-center bayang2">VICTORIA ACADEMIA</h1>
</div>
<div class="link bg-slate-500 flex justify-center xl:py-2 lg:py-0 hp:-my-1">
<a href="../index.html" class="text-2xl lg:px-4 hp:px-2 hover:text-white">Home</a>
<a href="prodi.html" class="text-2xl lg:px-4 hp:px-2 hover:text-white">Prodi</a>
<a href="about.html" class="text-2xl lg:px-4 hp:px-2 hover:text-white">About</a>
<a href="callcenter.html" class="text-2xl lg:px-4 hp:px-2 hover:text-white">Call center</a>
</div>
<div
class="company bg-slate-500 py-12 flex justify-center items-center lg:flex-row "
>
<h1 class="lg:text-5xl hp:text-4xl tracking-widest text-center text-white bayang">
VICT<img
src="../img/victoria housekeeping.png"
alt=""
class="size-16 inline mb-2"
/>RIA HOUSEKEEPING
<span class="block text-center text-xl text-black bayang2"
>From sanzshuu company</span
>
</h1>
</div>
<div
class="footerAKhir hp:text-sm lg:text-xl text-center bg-slate-600 text-white tracking-widest"
>
<p>copyright@2024 SANZSHUU COMPANY. all rights reserved</p>
</div>
</footer>
<script src="script.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>