-
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
skyark21
committed
Jan 16, 2022
1 parent
4bae273
commit c3b9b90
Showing
207 changed files
with
60,180 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
#First Makefile |
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,5 @@ | ||
# Changelog | ||
|
||
## [1.0.0] 2020-10-01 | ||
|
||
### Stable Original Release |
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,20 @@ | ||
# app | ||
|
||
## Build Setup | ||
|
||
```bash | ||
# install dependencies | ||
$ npm install | ||
|
||
# serve with hot reload at localhost:3000 | ||
$ npm run dev | ||
|
||
# build for production and launch server | ||
$ npm run build | ||
$ npm run start | ||
|
||
# generate static project | ||
$ npm run generate | ||
``` | ||
|
||
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org). |
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,7 @@ | ||
# ASSETS | ||
|
||
**This directory is not required, you can delete it if you don't want to use it.** | ||
|
||
This directory contains your un-compiled assets such as LESS, SASS, or JavaScript. | ||
|
||
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked). |
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,56 @@ | ||
.tim-row{ | ||
margin-bottom: 20px; | ||
} | ||
|
||
.tim-white-buttons { | ||
background-color: #777777; | ||
} | ||
.typography-line{ | ||
padding-left: 25%; | ||
margin-bottom: 35px; | ||
position: relative; | ||
display: block; | ||
width: 100%; | ||
} | ||
.typography-line span{ | ||
color: #c0c1c2; | ||
display: block; | ||
font-weight: 400; | ||
font-size: 13px; | ||
line-height: 13px; | ||
left: 0; | ||
position: absolute; | ||
width: 260px; | ||
text-transform: none; | ||
} | ||
.tim-row{ | ||
padding-top: 60px; | ||
} | ||
.tim-row h3{ | ||
margin-top: 0; | ||
} | ||
|
||
.offline-doc .page-header:before { | ||
content: ""; | ||
background: rgba(0,0,0,.75); | ||
} | ||
|
||
.offline-doc .page-header{ | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.offline-doc .footer{ | ||
position: absolute; | ||
width: 100%; | ||
background: transparent; | ||
bottom: 0; | ||
color: #fff; | ||
z-index: 1; | ||
} | ||
|
||
#map { | ||
position: relative; | ||
width: 100%; | ||
height: 100vh; | ||
} |
Oops, something went wrong.