-
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
Showing
185 changed files
with
367 additions
and
147 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
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,73 +1,51 @@ | ||
@font-face { | ||
font-display: swap; | ||
font-family: GT Walsheim; | ||
font-weight: 200; | ||
src: | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Thin-subset.woff2) format('woff2'), | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Thin-subset.woff) format('woff'); | ||
} | ||
$font-path: './assets/fonts/GT-Walsheim'; | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: GT Walsheim; | ||
font-weight: 300; | ||
src: | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Light-subset.woff2) format('woff2'), | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Light-subset.woff) format('woff'); | ||
@mixin fontFace($font-name, $fontFile, $fontWeight: 400, $fontStyle: normal) { | ||
@font-face { | ||
font-display: swap; | ||
font-family: #{$font-name}; | ||
src: | ||
url('#{$font-path}/#{$fontFile}.woff') format('woff'), | ||
url('#{$font-path}/#{$fontFile}.woff2') format('woff2'); | ||
font-weight: #{$fontWeight}; | ||
font-style: #{$fontStyle}; | ||
} | ||
} | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: GT Walsheim; | ||
font-weight: 400; | ||
src: | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Regular-subset.woff2) format('woff2'), | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Regular-subset.woff) format('woff'); | ||
} | ||
$font-name: 'GT Walsheim Pro'; | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: GT Walsheim; | ||
font-weight: 400; | ||
font-style: italic; | ||
src: | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique-subset.woff2) format('woff2'), | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique-subset.woff) format('woff'); | ||
} | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Ultra-Bold', '900'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Ultra-Bold-Oblique', '900', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Black', '800'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Black-Oblique', '800', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Bold', '700'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Bold-Oblique', '700', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Medium', '500'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Medium-Oblique', '500', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Regular', '400'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Regular-Oblique', '400', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Light', '300'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Light-Oblique', '300', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Thin', '200'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Thin-Oblique', '200', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Ultra-Light', '100'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Ultra-Light-Oblique', '100', 'italic'); | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: GT Walsheim; | ||
font-weight: 500; | ||
src: | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Medium-subset.woff2) format('woff2'), | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Medium-subset.woff) format('woff'); | ||
} | ||
$font-name: 'GT Walsheim Pro Condensed'; | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: GT Walsheim; | ||
font-weight: 500; | ||
font-style: italic; | ||
src: | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Medium-Oblique-subset.woff2) format('woff2'), | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Medium-Oblique-subset.woff) format('woff'); | ||
} | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: GT Walsheim; | ||
font-weight: 700; | ||
src: | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Bold-subset.woff2) format('woff2'), | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Bold-subset.woff) format('woff'); | ||
} | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: GT Walsheim; | ||
font-weight: 800; | ||
src: | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Black-subset.woff2) format('woff2'), | ||
url(./assets/fonts/GT-Walsheim/GT-Walsheim-Black-subset.woff) format('woff'); | ||
} | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Ultra-Bold', '900'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Ultra-Bold-Oblique', '900', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Black', '800'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Black-Oblique', '800', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Bold', '700'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Bold-Oblique', '700', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Medium', '500'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Medium-Oblique', '500', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Regular', '400'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Regular-Oblique', '400', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Light', '300'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Light-Oblique', '300', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Thin', '200'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Thin-Oblique', '200', 'italic'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Ultra-Light', '100'); | ||
@include fontFace($font-name, 'GT-Walsheim-Pro-Condensed-Ultra-Light-Oblique', '100', 'italic'); |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-27.5 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Medium-Oblique-subset.woff
Binary file not shown.
Binary file removed
BIN
-20.1 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Medium-Oblique-subset.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+74.3 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Black-Oblique.eot
Binary file not shown.
Binary file added
BIN
+74.3 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Black-Oblique.eot?
Binary file not shown.
Binary file added
BIN
+228 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Black-Oblique.ttf
Binary file not shown.
Binary file added
BIN
+71.8 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Black-Oblique.woff
Binary file not shown.
Binary file added
BIN
+64.4 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Black-Oblique.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+74.3 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Bold-Oblique.eot
Binary file not shown.
Binary file added
BIN
+74.3 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Bold-Oblique.eot?
Binary file not shown.
Binary file added
BIN
+208 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Bold-Oblique.ttf
Binary file not shown.
Binary file added
BIN
+71.8 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Bold-Oblique.woff
Binary file not shown.
Binary file added
BIN
+64.7 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Bold-Oblique.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+70.3 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Light-Oblique.eot
Binary file not shown.
Binary file added
BIN
+70.3 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Light-Oblique.eot?
Binary file not shown.
Binary file added
BIN
+171 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Light-Oblique.ttf
Binary file not shown.
Binary file added
BIN
+68 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Light-Oblique.woff
Binary file not shown.
Binary file added
BIN
+61.2 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Light-Oblique.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+71.1 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Medium-Oblique.eot
Binary file not shown.
Binary file added
BIN
+71.1 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Medium-Oblique.eot?
Binary file not shown.
Binary file added
BIN
+196 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Medium-Oblique.ttf
Binary file not shown.
Binary file added
BIN
+68.8 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Medium-Oblique.woff
Binary file not shown.
Binary file added
BIN
+62.1 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Medium-Oblique.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+70.6 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Regular-Oblique.eot
Binary file not shown.
Binary file added
BIN
+70.6 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Regular-Oblique.eot?
Binary file not shown.
Binary file added
BIN
+191 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Regular-Oblique.ttf
Binary file not shown.
Binary file added
BIN
+68.5 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Regular-Oblique.woff
Binary file not shown.
Binary file added
BIN
+61.9 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Regular-Oblique.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+70.7 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Thin-Oblique.eot
Binary file not shown.
Binary file added
BIN
+70.7 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Thin-Oblique.eot?
Binary file not shown.
Binary file added
BIN
+168 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Thin-Oblique.ttf
Binary file not shown.
Binary file added
BIN
+68.4 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Thin-Oblique.woff
Binary file not shown.
Binary file added
BIN
+61.7 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Thin-Oblique.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+74.3 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Bold-Oblique.eot
Binary file not shown.
Binary file added
BIN
+74.3 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Bold-Oblique.eot?
Binary file not shown.
Binary file added
BIN
+222 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Bold-Oblique.ttf
Binary file not shown.
Binary file added
BIN
+71.6 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Bold-Oblique.woff
Binary file not shown.
Binary file added
BIN
+64.1 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Bold-Oblique.woff2
Binary file not shown.
Binary file added
BIN
+68.5 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Bold.eot
Binary file not shown.
Binary file added
BIN
+68.5 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Bold.eot?
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+59.1 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Bold.woff2
Binary file not shown.
Binary file added
BIN
+65.7 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Light-Oblique.eot
Binary file not shown.
Binary file added
BIN
+65.7 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Light-Oblique.eot?
Binary file not shown.
Binary file added
BIN
+165 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Light-Oblique.ttf
Binary file not shown.
Binary file added
BIN
+63.9 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Light-Oblique.woff
Binary file not shown.
Binary file added
BIN
+57.4 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Light-Oblique.woff2
Binary file not shown.
Binary file added
BIN
+59.2 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Light.eot
Binary file not shown.
Binary file added
BIN
+59.2 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Light.eot?
Binary file not shown.
Binary file added
BIN
+154 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Light.ttf
Binary file not shown.
Binary file added
BIN
+57 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Light.woff
Binary file not shown.
Binary file added
BIN
+51.3 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Condensed-Ultra-Light.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+60.7 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Ultra-Bold-Oblique.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+64.9 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Ultra-Light-Oblique.eot?
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+62.9 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Ultra-Light-Oblique.woff
Binary file not shown.
Binary file added
BIN
+56.6 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Pro-Ultra-Light-Oblique.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-28.3 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique-subset.woff
Binary file not shown.
Binary file removed
BIN
-20.8 KB
src/assets/fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique-subset.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,23 +1,24 @@ | ||
import './style.scss' | ||
import 'bootstrap/js/index.esm' | ||
import 'bootstrap/js/dist/dropdown' | ||
|
||
import { createApp } from 'vue' | ||
import { MotionPlugin } from '@vueuse/motion' | ||
|
||
import { i18n } from './lang' | ||
import { VueRecaptchaPlugin } from 'vue-recaptcha' | ||
import App from './App.vue' | ||
import AppComponent from './App.vue' | ||
import { createHead } from '@vueuse/head' | ||
import { ThemeService } from '@/services/Theme.service' | ||
import { FactoryService } from '@/services/Factory.service' | ||
|
||
// create and start the app | ||
const app = createApp(App) | ||
const app = createApp(AppComponent) | ||
const appHead = createHead() | ||
|
||
app.use(appHead) | ||
app.use(MotionPlugin) | ||
app.use(i18n) | ||
app.use(VueRecaptchaPlugin, { | ||
app.use(appHead).use(MotionPlugin).use(i18n).use(VueRecaptchaPlugin, { | ||
v3SiteKey: '6LecXh8pAAAAAIn9FeYPNt0JCt9hRz4054CIxIeM' | ||
}) | ||
|
||
app.provide(ThemeService.getServiceKey(), FactoryService.createService(ThemeService)) | ||
|
||
app.mount('#app') |
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,17 @@ | ||
export class BaseService<StateType = any> { | ||
static key: string | ||
state: StateType = {} as StateType | ||
|
||
constructor() { | ||
BaseService.key = this.constructor.name | ||
this.setServiceState({}) | ||
} | ||
|
||
static getServiceKey() { | ||
return BaseService.key | ||
} | ||
|
||
setServiceState(state: Partial<StateType>) { | ||
this.state = { ...this.state, ...state } as StateType | ||
} | ||
} |
Oops, something went wrong.