Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change contact person for 23/24 period in Contact.vue file #82

Merged
merged 2 commits into from
Oct 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions resources/js/Pages/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<img class="fab fa-line w-full h-full">
</span>
<div class="my-auto pl-4">
@875lgds
@875lgdsi
</div>
</div>

Expand All @@ -58,44 +58,44 @@
</div>

<div class="font-monda-bold text-2xl mt-8">
Muhammad Naufal Ihsanul Hakim [ NIH ]
Zahira Aulia Husniah [ JHS ]
</div>

<div class="pl-4 mt-2 font-overpass-mono text-xl flex h-8">
<span class="w-8 h-full">
<img class="fas fa-phone w-full h-full">
</span>
<div class="my-auto pl-4">
08111348173
081289312727
</div>
</div>
<div class="pl-4 font-overpass-mono text-xl flex h-8 mt-4">
<span class="w-8 h-full">
<img class="fab fa-line w-full h-full">
</span>
<div class="my-auto pl-4">
ihsanul_6
gajahkuning
</div>
</div>

<div class="font-monda-bold text-2xl mt-8">
Muhammad Rizqi Syah Ramadhan [ SYA ]
Ghufron Andriansyah [ GAA ]
</div>

<div class="pl-4 mt-2 font-overpass-mono text-xl flex h-8">
<span class="w-8 h-full">
<img class="fas fa-phone w-full h-full">
</span>
<div class="my-auto pl-4">
081316336682
081231717659
</div>
</div>
<div class="pl-4 font-overpass-mono text-xl flex h-8 mt-4">
<span class="w-8 h-full">
<img class="fab fa-line w-full h-full">
</span>
<div class="my-auto pl-4">
rizqisyah_
andriansyahh_29
</div>
</div>

Expand All @@ -108,7 +108,7 @@
<img class="fas fa-at w-full h-full">
</span>
<div class="my-auto pl-4">
daskomlab@telkomuniversity.ac.id
daskom@labs.telkomuniversity.ac.id
</div>
</div>
</div>
Expand Down