Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
signin page wip
Browse files Browse the repository at this point in the history
  • Loading branch information
greg6775 committed Nov 24, 2024
1 parent 9f3dc08 commit b49fc94
Show file tree
Hide file tree
Showing 12 changed files with 252 additions and 779 deletions.
2 changes: 2 additions & 0 deletions assets/imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import googleLogo from './img/googleLogo.svg';
import discordLogo from './img/discordLogo.svg';
// @deno-types="https://raw.githubusercontent.com/lucsoft-DevTeam/lucsoft.de/master/custom.d.ts"
import dots from './img/dots.svg';
// @deno-types="https://raw.githubusercontent.com/lucsoft-DevTeam/lucsoft.de/master/custom.d.ts"
import splash from "./img/splash.png";
// @deno-types="https://raw.githubusercontent.com/lucsoft-DevTeam/lucsoft.de/master/custom.d.ts"
import templateArtwork from "./img/template-artwork.png";

export {
Expand Down
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@std/cache": "jsr:@std/cache@^0.1.3",
"shared/": "./pages/shared/",
"zod/": "https://deno.land/x/[email protected]/",
"webgen/": "../WebGen/"
// "webgen/": "https://raw.githubusercontent.com/lucsoft/WebGen/3616d3b/"
// "webgen/": "../WebGen/"
"webgen/": "https://raw.githubusercontent.com/lucsoft/WebGen/8e634b6/"
},
"lock": false,
"compilerOptions": {
Expand Down
4 changes: 3 additions & 1 deletion pages/music-landing/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ import tidal from "./assets/tidal.svg";
import tiktok from "./assets/tiktok.svg";
// @deno-types="https://raw.githubusercontent.com/lucsoft-DevTeam/lucsoft.de/master/custom.d.ts"
import youtube from "./assets/youtube.svg";

// @deno-types="https://raw.githubusercontent.com/lucsoft-DevTeam/lucsoft.de/master/custom.d.ts"
import backgroundImage from "./assets/background.png";
// @deno-types="https://raw.githubusercontent.com/lucsoft-DevTeam/lucsoft.de/master/custom.d.ts"
import criticz from "./assets/criticz.jpg";
// @deno-types="https://raw.githubusercontent.com/lucsoft-DevTeam/lucsoft.de/master/custom.d.ts"
import redz from "./assets/redz.jpg";

await RegisterAuthRefresh();
Expand Down
199 changes: 0 additions & 199 deletions pages/shared/footer.css

This file was deleted.

1 change: 0 additions & 1 deletion pages/shared/footer.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Box, Component, Grid, Label } from "webgen/core/mod.ts";
import { asRef, BootstrapIcon, Content, css, Image, mediaQueryRef, PrimaryButton, SecondaryButton, TextButton } from "webgen/mod.ts";
import { splash } from "../../assets/imports.ts";
import "./footer.css";

export function Footer() {
return Content(
Expand Down
68 changes: 0 additions & 68 deletions pages/shared/navigation.css

This file was deleted.

Loading

0 comments on commit b49fc94

Please sign in to comment.