This commit is contained in:
Patrick Alvin Alcala 2026-01-30 11:48:35 +08:00
parent 51161808ae
commit ed7f12cac4
22 changed files with 162 additions and 113 deletions

View file

@ -1,6 +0,0 @@
[backend]
url = "http://localhost:8080"
[request]
retries = 3
retry_codes = [400, 404, 405, 500, 502]

View file

@ -2,6 +2,8 @@
name = "Dasig"
short_name = "Dasig"
description = "An architectural framework for pure speed fullstack development"
developer = "Pat Alcala"
designer = "Pat Alcala"
[font]
name = "inter"
@ -9,5 +11,5 @@ source = "cdn" # cdn or local
[copyright]
name = "Pat Alcala"
year = 2025
year = 2026
color = "#ffffffff"

View file

@ -0,0 +1,2 @@
$white: #f4f3f2
$black: #0A0A0A

View file

@ -1,6 +1,2 @@
$light-background: #e2e7f2
$dark-background: #0a152a
$mobile: 575.98px
$tablet: 768px
$desktop: 1440px

View file

@ -0,0 +1,3 @@
$mobile: 575.98px
$tablet: 768px
$desktop: 1440px