Skip to content

Commit

Permalink
Updating the responsive
Browse files Browse the repository at this point in the history
- Updating the responsive;
- Adding the blink-safety avatar;
  • Loading branch information
diego.maeda committed Mar 1, 2024
1 parent 6e6901b commit abff33a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
15 changes: 11 additions & 4 deletions resources/js/Pages/City.vue
Original file line number Diff line number Diff line change
Expand Up @@ -393,15 +393,22 @@ const user = computed(() => page.props.auth.user)
<!-- MAIN -->
<v-main class="bg-[#fbf2fe]">
<!-- LANG MENU-->
<div class="fixed top-0 right-0 p-4 flex items-center">
<v-toolbar color="transparent" class="px-3">
<v-spacer></v-spacer>
<Configurations :precinct="$page.props.precinct.precinct"></Configurations>
<Link :href="route('login')" class="hidden lg:block lg:text-sm lg:font-semibold lg:leading-6 lg:text-gray-900 mr-3" v-if="!user">Log In</Link>
<Link :href="route('login')" class="text-sm font-semibold leading-6 text-gray-900 mr-5" v-if="!user">Log In</Link>
<Link :href="route('register')" class="rounded-md bg-purple-600 px-3 py-2 text-sm font-semibold text-white shadow-sm hover:bg-purple-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-600" v-if="!user">Register</Link>
<Link :href="route('dashboard')" class="hidden lg:block lg:text-sm lg:font-semibold lg:leading-6 lg:text-gray-900" v-if="user">Dashboard</Link>
</div>
</v-toolbar>
<!-- <div class="fixed top-0 right-0 p-4 flex items-center">-->
<!-- <Configurations :precinct="$page.props.precinct.precinct"></Configurations>-->
<!-- <Link :href="route('login')" class="hidden lg:block lg:text-sm lg:font-semibold lg:leading-6 lg:text-gray-900 mr-3" v-if="!user">Log In</Link>-->
<!-- <Link :href="route('register')" class="rounded-md bg-purple-600 px-3 py-2 text-sm font-semibold text-white shadow-sm hover:bg-purple-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-600" v-if="!user">Register</Link>-->
<!-- <Link :href="route('dashboard')" class="hidden lg:block lg:text-sm lg:font-semibold lg:leading-6 lg:text-gray-900" v-if="user">Dashboard</Link>-->
<!-- </div>-->
<!-- LANG MENU-->
<!-- CONTENT-->
<div class="h-full w-full flex flex-col justify-center items-center mt-5">
<div class="h-full w-full flex flex-col justify-start items-center">

<img :src="logo" height="80" width="177" class="mb-7" alt="Blink-Safety Logo">

Expand Down
2 changes: 1 addition & 1 deletion storage/app/public/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*
!images/
!.gitignore
3 changes: 3 additions & 0 deletions storage/app/public/images/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!blink-safety.jpeg
!.gitignore
Binary file added storage/app/public/images/blink-safety.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abff33a

Please sign in to comment.