-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from alvarosabu/feature/update-theme-2022
Feature/update theme 2022
- Loading branch information
Showing
23 changed files
with
5,542 additions
and
6,090 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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,16 +1,18 @@ | ||
<template> | ||
<div class="bg-main slidev-layout"> | ||
<div class="slidev-layout relative"> | ||
<div class="flex items-center"> | ||
<figure class="w-1/2"> | ||
<TheDots /> | ||
<img | ||
:src="$attrs.presenterImage" | ||
class="relative rounded-full object-cover h-80 w-80 border border-8 border-secondary-400 z-10" | ||
/> | ||
</figure> | ||
<div class="w-1/2"> | ||
<slot /> | ||
</div> | ||
<figure class="w-1/2 relative"> | ||
<AsGraphic type="donut" absolute top-2 left-0 text-secondary-200 /> | ||
<AsGraphic type="zigzag" absolute bottom-2 right-0 /> | ||
<img | ||
:src="$attrs.presenterImage || 'https://anonymous-animals.azurewebsites.net/animal/penguin'" | ||
class="bg-gray-400 relative rounded-full object-cover h-80 w-80 border border-8 border-secondary-400 z-10" | ||
/> | ||
</figure> | ||
</div> | ||
<AsGraphic type="curve-small" absolute bottom-0 right-0 /> | ||
</div> | ||
</template> |
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
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
Oops, something went wrong.