diff --git a/ANGELF~1.CSS b/ANGELF~1.CSS new file mode 100644 index 0000000..ec3101c --- /dev/null +++ b/ANGELF~1.CSS @@ -0,0 +1,112 @@ +:root { + font: 18pt serif; + color: white; + background: url(NEWFOL~1/GEC.JPG); +} + +main { + width: 30em; + padding: 1rem; + margin: 1rem auto; + border: 8px outset white; + background: #639; +} + + +header, h1, h2, h3 { text-align: center; } +h1 { margin-top: 0; } +header { overflow: hidden; } + +@media not (prefers-reduced-motion) { + @keyframes marquee { + from { transform: translateX(100%); } + to { transform: translateX(-100%); } + } + + h1 { + animation-name: marquee; + animation-timing-function: linear; + animation-duration: 7.5s; + animation-iteration-count: infinite; + } +} + + +#mlemtext { + position: relative; + width: 80%; + margin: 0 auto; + height: 3em; +} +.niss, .nisse { position: absolute } +.niss { left: 0 } +.nisse { right: 0 } + +header picture, header img { + display: block; + margin: 0 auto; + bacground: black; +} + +#mlem + p { margin-top: 0; } + + +img[src$='.svg'] { height: 1em; } + +a { + color: #9cf; + font-weight: bold; + text-decoration: none; +} + +table { + width: 80%; + border-spacing: 0.75em 0.15em ; +} + +th { + text-align: right; + font-weight: normal; +} +td { + font-weight: bold; +} + + +@font-face { + font-family: 'W95FA'; + src: url(NEWFOL~1/W95FA.otf) format('opentype'), + url(NEWFOL~1/w95fa.woff) format('woff'), + url(NEWFOL~1/w95fa.woff2) format('woff2'); +} + +#links { + position: absolute; + top: 0; left: 0; + font-family: 'W95FA', sans-serif; + font-size: 13pt; + padding: 1rem; +} + +#links li { + display: block; + width: 5em; + text-align: center; + margin-bottom: 1em; +} + +#links img { + display: block; + margin: auto; +} + +#links a { + font-weight: normal; + color: white; + text-decoration: none; +} + +#links span { + background: black; + padding: 0 0.25ch; +} diff --git a/ANGELF~1.HTM b/ANGELF~1.HTM new file mode 100644 index 0000000..e8ba3da --- /dev/null +++ b/ANGELF~1.HTM @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + +web site more like web shite haha gottem + +
+
+

so basically? im gecs

+
+
+

“mlem”

+

“mlem also”

+
+ + + + — the gecs + + +
+

+ a big one (niss (she/her)) + and a little one (nisse (he/him)) +

+ +
+ +
+

stats

+ + +
how to say + + /nIs/, /nIs@/ + + + +
prons she or they +
quantity 2 +
consistency soft +
limbs many +
energy low +
+
+
+ + + + + + + + diff --git a/Makefile b/Makefile index 9041251..a151a38 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ FONTS = $(shell find fonts -type f) -CSS = base.css index.css where.css comms.css -PAGES = index.html where.html comms.html pubkey.txt +CSS = base.css index.css where.css comms.css ANGELF~1.CSS +PAGES = index.html where.html comms.html ANGELF~1.HTM pubkey.txt MEDIA = $(patsubst %,media/%, \ bg.png bg_2x.png bg_dim.png bg_2x_dim.png snugl.png \ mlem.gif mlem_static.png cybre.png donphan.png types.png \ @@ -8,6 +8,10 @@ MEDIA = $(patsubst %,media/%, \ comm-examples.png \ ) \ $(wildcard media/*.svg) +AFMEDIA = $(patsubst %,NEWFOL~1/%, \ + GEC.JPG PBRUSH.GIF PROGRAM.GIF QUESTION.GIF MAIL.GIF LOWBATT.GIF \ + W95FA.otf w95fa.woff w95fa.woff2 \ + ) BUILDDIR ?= _build TMPDIR ?= _tmp @@ -19,7 +23,7 @@ REMOTE_DIR ?= yummy all: build -build: $(patsubst %,$(BUILDDIR)/%,$(FONTS) $(CSS) $(PAGES) $(MEDIA)) +build: $(patsubst %,$(BUILDDIR)/%,$(FONTS) $(CSS) $(PAGES) $(MEDIA) $(AFMEDIA)) upload: build @rsync --recursive --partial --progress --copy-links \ @@ -54,6 +58,11 @@ $(BUILDDIR)/%_dim.png: %.png @echo $(notdir $@) @convert -channel A -evaluate Multiply 0.75 $< $@ +$(BUILDDIR)/%.GIF: %.ICO + @echo $*.GIF + @mkdir -p $(dir $@) + @convert '$<[0]' $@ + clean: $(RM) -r $(TMPDIR) $(BUILDDIR) diff --git a/NEWFOL~1/GEC.JPG b/NEWFOL~1/GEC.JPG new file mode 100644 index 0000000..e9a4063 Binary files /dev/null and b/NEWFOL~1/GEC.JPG differ diff --git a/NEWFOL~1/LOWBATT.ICO b/NEWFOL~1/LOWBATT.ICO new file mode 100644 index 0000000..58a32c2 Binary files /dev/null and b/NEWFOL~1/LOWBATT.ICO differ diff --git a/NEWFOL~1/MAIL.ICO b/NEWFOL~1/MAIL.ICO new file mode 100644 index 0000000..fdc1839 Binary files /dev/null and b/NEWFOL~1/MAIL.ICO differ diff --git a/NEWFOL~1/PBRUSH.ICO b/NEWFOL~1/PBRUSH.ICO new file mode 100644 index 0000000..063b154 Binary files /dev/null and b/NEWFOL~1/PBRUSH.ICO differ diff --git a/NEWFOL~1/PROGRAM.ICO b/NEWFOL~1/PROGRAM.ICO new file mode 100644 index 0000000..6d1cd55 Binary files /dev/null and b/NEWFOL~1/PROGRAM.ICO differ diff --git a/NEWFOL~1/QUESTION.ICO b/NEWFOL~1/QUESTION.ICO new file mode 100644 index 0000000..5177ea4 Binary files /dev/null and b/NEWFOL~1/QUESTION.ICO differ diff --git a/NEWFOL~1/W95FA.otf b/NEWFOL~1/W95FA.otf new file mode 100644 index 0000000..153077a Binary files /dev/null and b/NEWFOL~1/W95FA.otf differ diff --git a/NEWFOL~1/gec.kra b/NEWFOL~1/gec.kra new file mode 100644 index 0000000..430d85c Binary files /dev/null and b/NEWFOL~1/gec.kra differ diff --git a/NEWFOL~1/w95fa.woff b/NEWFOL~1/w95fa.woff new file mode 100644 index 0000000..433ece2 Binary files /dev/null and b/NEWFOL~1/w95fa.woff differ diff --git a/NEWFOL~1/w95fa.woff2 b/NEWFOL~1/w95fa.woff2 new file mode 100644 index 0000000..730ddc4 Binary files /dev/null and b/NEWFOL~1/w95fa.woff2 differ