spike :3
This commit is contained in:
parent
3051036e17
commit
397ed05b87
1 changed files with 317 additions and 312 deletions
41
src/App.tsx
41
src/App.tsx
|
|
@ -1,10 +1,10 @@
|
|||
import "./App.css";
|
||||
import { AdvancedBr, Singular88, SingularOomfie } from "./components/comps.tsx";
|
||||
import { createSignal, onMount } from "solid-js";
|
||||
import {AdvancedBr, Singular88, SingularOomfie} from "./components/comps.tsx";
|
||||
import {createSignal, onMount} from "solid-js";
|
||||
import Reviews from "./components/api.tsx";
|
||||
import { Music, MusicEntry, Song } from "./components/music.tsx";
|
||||
import { Bdpfp, Normalpfp } from "./components/pfp.tsx";
|
||||
import { InfoCard } from "./components/middlecard.tsx";
|
||||
import {Music, MusicEntry, Song} from "./components/music.tsx";
|
||||
import {Bdpfp, Normalpfp} from "./components/pfp.tsx";
|
||||
import {InfoCard} from "./components/middlecard.tsx";
|
||||
|
||||
export const [shouldpopup, setpopup] = createSignal(false);
|
||||
export const [shouldpopup88, setpopup88] = createSignal(false);
|
||||
|
|
@ -101,19 +101,19 @@ function App() {
|
|||
return (
|
||||
<>
|
||||
{isitmybd() ? (
|
||||
<Bdpfp setpopupEasterEgg={setpopupEasterEgg} />
|
||||
<Bdpfp setpopupEasterEgg={setpopupEasterEgg}/>
|
||||
) : (
|
||||
<Normalpfp setpopupEasterEgg={setpopupEasterEgg} />
|
||||
<Normalpfp setpopupEasterEgg={setpopupEasterEgg}/>
|
||||
)}
|
||||
|
||||
<p style={{ display: "none" }}>AdvancedBr my beloved</p>
|
||||
<AdvancedBr count={6} />
|
||||
<p style={{display: "none"}}>AdvancedBr my beloved</p>
|
||||
<AdvancedBr count={6}/>
|
||||
|
||||
<div class="parent">
|
||||
<div class="cardchild">
|
||||
<h1>link tree</h1>
|
||||
<div class="linktree">{gitgay}</div>
|
||||
<br />
|
||||
<br/>
|
||||
<div class="linktree">
|
||||
<span class="gitgaytext">Git</span>
|
||||
</div>
|
||||
|
|
@ -125,7 +125,7 @@ function App() {
|
|||
}}
|
||||
class="cardchild"
|
||||
>
|
||||
<InfoCard bd={isitmybd()} />
|
||||
<InfoCard bd={isitmybd()}/>
|
||||
</div>
|
||||
<div
|
||||
onMouseEnter={() => {
|
||||
|
|
@ -139,10 +139,10 @@ function App() {
|
|||
}}
|
||||
class="cardchild"
|
||||
>
|
||||
<Reviews />
|
||||
<Reviews/>
|
||||
</div>
|
||||
</div>
|
||||
<AdvancedBr count={2} />
|
||||
<AdvancedBr count={2}/>
|
||||
<div class="easteregg" style={{opacity: isAnimating() ? "0%" : "100%"}}>
|
||||
<div
|
||||
class="musicbutton"
|
||||
|
|
@ -275,7 +275,7 @@ function App() {
|
|||
{isLoading() ? (
|
||||
<p>Loading...</p>
|
||||
) : (
|
||||
musicList().map((link) => <MusicEntry musicInfo={link} />)
|
||||
musicList().map((link) => <MusicEntry musicInfo={link}/>)
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -312,12 +312,12 @@ function App() {
|
|||
</button>
|
||||
</div>
|
||||
<div style={{}}>
|
||||
<img src="https://amy.rip/88x31.png" alt="" />
|
||||
<br />
|
||||
<img src="https://amy.rip/88x31.png" alt=""/>
|
||||
<br/>
|
||||
<span>
|
||||
feel free to link mine, <code style={{"user-select": "all"}}>https://amy.rip/88x31.png</code>
|
||||
</span>
|
||||
<div style={{ "background-color": "gray", height: "1px" }} />
|
||||
<div style={{"background-color": "gray", height: "1px"}}/>
|
||||
<div>
|
||||
<Singular88
|
||||
name="nax"
|
||||
|
|
@ -334,6 +334,11 @@ function App() {
|
|||
url="https://rinici.de/"
|
||||
src="https://rinici.de/button.png"
|
||||
/>
|
||||
<Singular88
|
||||
name="Spike"
|
||||
url="https://potatoe.ca"
|
||||
src="https://potatoe.ca/images/88x31/potatoe.png"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -342,7 +347,7 @@ function App() {
|
|||
<div class="footer">
|
||||
{" "}
|
||||
<a href="https://ko-fi.com/amyarson">support me ♥</a>
|
||||
<br />
|
||||
<br/>
|
||||
made with ♥ by amy.{" "}
|
||||
<a href="https://git.amy.rip/amy/amy.rip">
|
||||
this website is opensource
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue