-
Notifications
You must be signed in to change notification settings - Fork 2
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 #13 from LinkunGao/pwa
Update Density
- Loading branch information
Showing
53 changed files
with
81,795 additions
and
206 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
|
||
## Setup Project | ||
|
||
### Install with PWA | ||
|
||
### Setup App | ||
|
||
- Setup frontend | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,19 +1,8 @@ | ||
<template> | ||
<div class="logo"> | ||
<img src="~assets/images/logo1.png" /> | ||
<img src="~assets/images/logo2.png" /> | ||
<img src="~assets/images/logo3.png" /> | ||
<div class="flex flex-col justify-end items-end"> | ||
<img class="w-32 h-auto my-1 mx-5" src="~assets/images/logo1.png" /> | ||
<img class="w-32 h-auto my-1 mx-5" src="~assets/images/logo2.png" /> | ||
<img class="w-48 h-auto my-1 mx-5" src="~assets/images/logo3.png" /> | ||
</div> | ||
</template> | ||
|
||
<style scoped lang="scss"> | ||
.logo { | ||
display: flex; | ||
flex-direction: column; | ||
img { | ||
width: 250px; | ||
height: auto; | ||
margin: 5px 0; | ||
} | ||
} | ||
</style> |
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.