From 3f2d1ee37bdad1ed0f2ac4fd2f2f8f8f6d70d1c8 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Fri, 25 Jun 2021 01:33:18 +0200 Subject: [PATCH] Add some parts of old website --- docs/fractals/index.html | 19 +++- docs/index.html | 21 +++-- docs/logo.png | Bin 0 -> 928 bytes docs/style.css | 182 ++++++++++++++++++++++++++++++++++++++ docs/style.css.map | 9 ++ docs/style.scss | 172 +++++++++++++++++++++++++++++++++++ docs/uparrow.png | Bin 0 -> 261 bytes pages/fractals/index.html | 1 + pages/index.html | 3 +- templates/footer.html | 3 +- templates/header.html | 4 +- templates/navbar.html | 10 ++- 12 files changed, 411 insertions(+), 13 deletions(-) create mode 100644 docs/logo.png create mode 100644 docs/style.css create mode 100644 docs/style.css.map create mode 100644 docs/style.scss create mode 100644 docs/uparrow.png diff --git a/docs/fractals/index.html b/docs/fractals/index.html index b8f9dce..3241923 100644 --- a/docs/fractals/index.html +++ b/docs/fractals/index.html @@ -4,13 +4,24 @@ + Document - My awesome header -

todo: add links

+
+ +
+

fractals go here woo

-

amazing footer

- + +
\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 6d5de52..612a7b6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,14 +4,25 @@ + CrispyPin.cc - My awesome header -

todo: add links

-

Homepage

+
+ +
+ +

Homepage

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Earum exercitationem quod laudantium neque. Dolor qui magnam debitis repellendus assumenda tenetur ab aliquam ea sit in harum facere neque ad nemo vel nesciunt distinctio totam, cupiditate, deleniti nam voluptas quia aperiam.

-

amazing footer

- + +
\ No newline at end of file diff --git a/docs/logo.png b/docs/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..94e37a48e1d2a93156a838347da1d86ba93fd6ac GIT binary patch literal 928 zcmV;R17G}!P)BM>LV5a00T5hL_t(o!|j*7 zZrd;r#~C`U>vqXWG+-1RWF=iX$##a0Qj(#g-6!ajAe*NE-4gc&G8yO=q#ZJL>Rj~6 zs^i}x4{}s00o0{A7#2zM_|tunw0e>!`ENvjnXQzRUCLVNrD^(3K_*6pWuHnJCSqhv zdu>Psu}p27C<)H*5m}TNx@t!v$Q)k7VWzwB*Xkvr0YewAO` zenxXvGTSJ;kmwj*@e-sG$^sHYDdM$88&_n~CP&JxQq<^cPnwXaNSbJx9)dKc;jAFT zgJ$E3#K%dHj>(i0X`2I0S;TLYRv_(KM;%xa4K3N*!D^nQ9EquzxV;s{l7y58X$SK` z%23>hD^p`2?D9sC5Z63Rij*Ub1t~@rL|BE@B1gKSNRV!jHephxyiL`cfr+`m;Wv;D zh%!%#Ffj^~lp~?0B}vl|3K(J1$w|R6bR-z_;(;U$r+bn}g9+I_B&(BjYm%?0V^8u) zmN3(iOs0Y)7-||xnuuaaDhM533Z&U8Q(fdO=k4 z9w!z`Ele7mo+-6HUAn|>BEjUj%m`#)Igqp=U7W9%{nM{!?sC#hLgDxpw~6hf1y`;UegD1bHuZb?%hb)mvEPA!bZ@s~63z`s$0Wb~ zcT19oXSXEWSs)#g*~g0nnb977`9-(L0RYH<*8zIf^H`$$18;e|Ex zT>?%t9*cast?aRZvGK~}x|D5|p*z|=&xNtBdnZ-9PsyNa$rU!~8GrX~EuV4V)%=B9 zukx-r=2*F2_(pH@r8LtCz0F_pR0BlWSH8_zV8wUnug`<%!VfnDSog`YpYA&&+v5`7 zbnC|RubX8~6e*l;)M4Kwb0TO@xBlwy8(-BJ|6Xb6cXftzopr E0ITF?z5oCK literal 0 HcmV?d00001 diff --git a/pages/fractals/index.html b/pages/fractals/index.html index ddb9599..4efee5a 100644 --- a/pages/fractals/index.html +++ b/pages/fractals/index.html @@ -4,6 +4,7 @@ + Document diff --git a/pages/index.html b/pages/index.html index 7897d77..f84c03a 100644 --- a/pages/index.html +++ b/pages/index.html @@ -4,11 +4,12 @@ + CrispyPin.cc &include(header.html) -

Homepage

+

Homepage

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Earum exercitationem quod laudantium neque. Dolor qui magnam debitis repellendus assumenda tenetur ab aliquam ea sit in harum facere neque ad nemo vel nesciunt distinctio totam, cupiditate, deleniti nam voluptas quia aperiam.

&include(footer.html) diff --git a/templates/footer.html b/templates/footer.html index 8d9d67f..2a77fa1 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1 +1,2 @@ -

amazing footer

+
crispypin.cc
+
\ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 970b848..8e9289d 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,2 +1,4 @@ -My awesome header +
+ +
&include(navbar.html) \ No newline at end of file diff --git a/templates/navbar.html b/templates/navbar.html index 4cbf8c1..095862b 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -1 +1,9 @@ -

todo: add links

\ No newline at end of file + \ No newline at end of file