Skip to content

Commit

Permalink
Home Screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
JinsoRaj committed Jun 29, 2022
1 parent c0a644c commit 47c8624
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/apps/auth/views/Home.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<template>
<div class="content flex justify-center items-center">
<button @click="$router.push('/login')">
<img src="http://127.0.0.1:8000/static/images/opele.svg">
<div class="content flex flex-col justify-center items-center">
<img src="http://127.0.0.1:8000/static/images/opele.svg" width="500" height="600" class="-mt-10">
<img class="-mt-10" src="https://readme-typing-svg.herokuapp.com?font=Sniglet&size=20&duration=4000&color=CEAF0E&center=true&vCenter=true&width=650&lines=An+Online+Platform+for+Exams+and+Lab+Experiments...">

<button class="text-center text-[#E7240E] bg-[#0c010f] hover:bg-[#18021e] hover:scale-105 rounded border border-gray-500 px-8 py-1 my-6" @click="$router.push('/login')">
Login
</button>

</div>
</template>

Expand Down

0 comments on commit 47c8624

Please sign in to comment.