Skip to content

Commit

Permalink
rearanged mobile and desktop views
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabasbalazs committed Aug 13, 2024
1 parent e944c96 commit 9142dbb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 deletions.
9 changes: 0 additions & 9 deletions components/LeftSideWrapper.vue

This file was deleted.

File renamed without changes.
9 changes: 9 additions & 0 deletions components/page/LeftSideWrapper.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<template>
<NuxtLayout name="cardwrapper">
<CardsAbout />
<CardsProjects class="md:hidden" />
<CardsMarqueeWrapper class="md:flex hidden" />

<CardsTimeline class="md:flex hidden" />
</NuxtLayout>
</template>
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<NuxtLayout name="cardwrapper" class="w-full h-full" cols>
<slot
/></NuxtLayout>
<PersonalSection />
<ContactFooter />
<PagePersonalSection />
<PageContactFooter />
</div>
</template>
7 changes: 5 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<template>
<NuxtLayout name="default">
<LeftSideWrapper />
<CardsProjects />
<PageLeftSideWrapper />
<CardsProjects class="md:flex hidden" />
<CardsMarqueeWrapper class="md:hidden flex" />

<CardsTimeline class="md:hidden flex" />
</NuxtLayout>
</template>

0 comments on commit 9142dbb

Please sign in to comment.