Compare commits

..

No commits in common. "f1b8768b63067f36825c0b0ddf4c2d7685749aee" and "c42380f53702c5b838331bbd34b4c2b02705ca0f" have entirely different histories.

5 changed files with 19 additions and 23 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 MiB

After

Width:  |  Height:  |  Size: 4.7 MiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 MiB

View file

@ -5,7 +5,6 @@ const websiteName = 'Template'
const websiteDescription = 'This is just a template.'
import Background from '../templates/components/Background/Background'
import OptimizeBackground from '../templates/components/Optimizer/OptimizeBackground'
---
<html lang="en">
@ -19,17 +18,16 @@ import OptimizeBackground from '../templates/components/Optimizer/OptimizeBackgr
</head>
<body id="body">
<!-- <OptimizeBackground /> -->
<Background color="#0c1b31" />
<Background image />
<slot />
<style lang="sass">
@use '/src/styles/variables.sass' as vars
@use '/src/styles/fonts.sass' as fonts
#body
font-family: fonts.$Inter
color: vars.$textColor
</style>
</body>
</html>
<style lang="sass">
@use '/src/styles/variables.sass' as vars
@use '/src/styles/fonts.sass' as fonts
#body
font-family: fonts.$Inter
color: vars.$textColor
</style>

View file

@ -1,18 +1,16 @@
---
import Layout from '../layouts/Layout.astro'
import Button from '../templates/components/Button/Button'
import Logo from '../templates/components/Logo/Logo'
import OptimizeLogo from '../templates/components/Optimizer/OptimizeLogo'
import Link from '../templates/components/Link/Link'
import Counter from '../components/Counter/Counter'
import Page from '../templates/components/Page/Page'
import Button from '../templates/Button/Button.tsx'
import Image from '../templates/Image/Image'
import Link from '../templates/Link/Link'
import Counter from '../components/Counter/Counter.tsx'
import Page from '../templates/Page/Page'
---
<Layout title="FWT">
<Page alignment="column">
<Link to="https://git.patalcala.com/patalcala9/fwt">
<!-- <OptimizeLogo size={250} /> -->
<Logo size={250} />
<Image src="fwt.png" size={250} />
</Link>
<h1>Fast WebApp Template</h1>

View file

@ -1,8 +1,8 @@
---
import Layout from '../layouts/Layout.astro'
import Button from '../templates/components/Button/Button.tsx'
import Image from '../templates/components/Image/Image'
import Page from '../templates/components/Page/Page'
import Button from '../templates/Button/Button.tsx'
import Image from '../templates/Image/Image'
import Page from '../templates/Page/Page'
---
<Layout title="Home">