Emilia Allison
98239c4fd2
Update comment
2022-10-02 15:34:53 -04:00
Emilia Allison
850d0c259c
Change "calc()" to idiomatic sass
2022-10-02 15:30:07 -04:00
Emilia Allison
ecff203c0d
Wrap all of base in a mixin
...
This means that it can be used
at global scope in other files
2022-10-02 15:28:02 -04:00
Emilia Allison
90a4565e2e
Use Makefile and SCSS
2022-10-01 16:11:52 -04:00
Emilia Allison
7de98a4c7d
Merge branch 'master' into feature-base-v1.1
2022-10-01 15:50:13 -04:00
Emilia Allison
588cf081fa
Add scroll class
2022-09-30 00:47:52 -04:00
Emilia Allison
f64d1d557d
Include a mobile detection mixin in reset
2022-09-29 23:38:30 -04:00
Emilia Allison
85c2aadc39
About finally has a return link
...
Also got rid of some unused classes
2022-09-29 23:35:05 -04:00
Emilia Allison
f13aa49e61
Grid center wide to match old style
2022-09-29 23:33:57 -04:00
Emilia Allison
32c169e957
Make footer solution universal
2022-09-29 23:30:38 -04:00
Emilia Allison
04ddc30772
Fix cool-stuff
...
Made the footer solution less awful
2022-09-29 23:29:00 -04:00
Emilia Allison
6abb6a6187
Restore about.html
2022-09-29 23:25:55 -04:00
Emilia Allison
590d7aa9ab
SCSS Rewrite (pt 1)
...
It was messy and gross!
Now it's SCSS, cleaner, and looks more like what the styles in purgatory
are supposed to look like. How nice! I removed a lot of the useless
classes that were in the original style—no rules were declared for them
anyway.
index.html is fully good to go! (minus mobile compatibility)
2022-09-29 23:18:06 -04:00
Emilia Allison
52bd9c4c84
Fix in index of cool-stuff and <a> has high z-index
2022-09-29 21:28:10 -04:00
Emilia Allison
7609dcf13d
Change outer div in cool-stuff to semantic "main"
2022-09-29 21:21:52 -04:00
Emilia Allison
e6a7310e04
Landing page for base
2022-09-29 21:17:06 -04:00
Emilia Allison
9aa86dd896
Add a sample page to base
2022-09-28 22:04:57 -04:00
Emilia Allison
7ba36b5b17
Changes to base styling
...
Remove <hr> from document and replace with CSS
Add margin between sections
2022-09-28 22:04:21 -04:00
Emilia Allison
b62f80656b
Unify base and pink
2022-09-28 12:34:13 -04:00
Emilia Allison
f21678220a
Indent content by 1vw, 1vh
2022-09-28 12:28:06 -04:00
Emilia Allison
fc9a27d453
Change index to be styled with "pink"
2022-09-28 12:23:13 -04:00
Emilia Allison
56cc9367fd
Rename ilia2 to pink
2022-09-28 12:16:21 -04:00
Emilia Allison
d4826b33ab
Bulk commit
...
I forgor what happened
2022-09-26 22:09:28 -04:00
Emilia Allison
7772782946
CSS Purgatory: base template
...
No layout section
2022-07-07 17:20:00 -04:00
Emilia Allison
513a507896
CSS Purgatory index page
2022-07-07 14:19:49 -04:00
Emilia Allison
2102217b0e
Modify recipes link
2022-07-07 14:12:03 -04:00
Emilia Allison
59f6b00bd3
Add css-purgatory page
2022-07-07 14:11:53 -04:00
Emilia Allison
cd78d006ff
Update cool-stuff/index.html
2022-07-06 17:20:08 -04:00
Emilia Allison
bdbb29d6a3
Theme update
2022-07-06 17:10:50 -04:00
Emilia Allison
30e8c6c12b
Fix source for css on cool-stuff/index.html
2022-07-06 17:05:22 -04:00
Emilia Allison
f21fca2274
Move cool-stuff.html
2022-07-06 15:32:42 -04:00
Emilia Allison
5a3f0a42d7
Begin cool-stuff page
2022-06-29 10:30:41 -04:00
Emilia Allison
6e3188653a
Update about.html
2022-06-21 12:56:13 -04:00
Emilia Allison
229365ff15
Merge branch 'mobile-styling'
...
Apply 1 style change
2022-01-26 19:30:56 -05:00
Emilia Allison
a1bb44b7ce
increase overlay size on mobile
...
It was apparently very difficult to see before
2022-01-26 19:30:18 -05:00
Emilia Allison
ba918b3512
The `.html` is gone
...
Part 2: maybe it'll stick this time
2022-01-22 16:37:55 -05:00
Emilia Allison
fa5430bf28
Change mailto link
...
It's not like I'm hiding the other one, I just want domain consistency.
2022-01-22 16:35:57 -05:00
Emilia Allison
55da397f57
Add embed meta tags
2022-01-22 16:35:16 -05:00
Emilia Allison
555cd37cd1
Merge branch 'style-updates'
2022-01-22 12:39:46 -05:00
Emilia Allison
82688a9fd7
fix: `.contentholder` too large on mobile
...
Changed mobile width to `20rem` from `30rem` default
2022-01-22 12:34:06 -05:00
Emilia Allison
2bcd585898
fix: JavaScript on mobile detection
...
The result of `getPropertyValue` is a string, so it evaluates to
true without regard to the value. Changed to actually check if the
value is exactly `'1'`
2022-01-22 12:29:37 -05:00
Emilia Allison
67b6666ca0
Merge branch 'master' into style-updates
2022-01-22 02:59:27 -05:00
Emilia Allison
d2bf4e64a4
Merge branch 'master' into mobile-styling
2022-01-22 02:59:01 -05:00
Emilia Allison
30eff7210a
Stop tracking CSS
...
Tracking compiled content == Bad
You can just compile it locally.
2022-01-22 02:57:33 -05:00
Emilia Allison
614973ab1e
Increase overlay image size
...
It's a bit more noticeable this way, which I think I like.
2022-01-22 02:47:12 -05:00
Emilia Allison
f7168d06ef
Remove text-decoration on links
...
I just think it's kinda ugly
2022-01-22 01:08:33 -05:00
Emilia Allison
b615c98239
Disable blanket mobile mode enable
...
Firefox is capable of triggering the pointer: coarse detection
2022-01-22 01:05:14 -05:00
Emilia Allison
4c1992105a
Initial mobile styling
...
Width changes to 100%, pgp key always visible, etc
2022-01-22 01:02:22 -05:00
Emilia Allison
8bb55dd9d6
Add the .html back for local debugging
2022-01-22 01:00:47 -05:00
Emilia Allison
05480fa8e4
Restructure into src/
...
yeah so I'd really prefer it if you *didn't* serve my README, thanks.
There are clearly other ways to achieve this, but I don't really mind
just having an extra directory. This way I can clutter up the project
root without cluttering up my website root.
2022-01-22 01:00:30 -05:00