-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e944c96
commit 9142dbb
Showing
7 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |