Skip to content

Commit

Permalink
Att 2: Rework b≈uttons, new background, fix background
Browse files Browse the repository at this point in the history
- Reworked the buttons to no longer use form elements with buttons inside them,
  it is now using buttons inside paragraphs for better browser compatibility, and
  doesn't send empty form data to sites that may not be expecting it.
- New background image, again shot by me. This is one of my older ones, but I've
  edited it to have a vibe I like more for the landing page.
- Fixed background positioning and edge fringing by making it a little bigger
  and manually respositioning it. This should fix issues where you could see a
  white or black color creep into the edge of the background image.
  • Loading branch information
ThatStella7922 committed Dec 28, 2023
1 parent 4278224 commit 8ac6365
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [Stella's Landing Site](https://thatstel.la)
- Index HTML v2023.1228.0
- Index HTML v2023.1228.1
- Main page structure
- Stylesheet v2023.1228.0
- Stylesheet v2023.1228.1
- Styling, blurs, layout
- Quotes JavaScript v2023.0822.0
- Handles quotes text under the nav buttons, sometimes does other messages
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- Stella's Landing Site
v2023.1228.0
v2023.1228.1
https://github.com/ThatStella7922/landing
Expand All @@ -12,7 +12,7 @@
<head>
<meta charset="utf-8">
<title>Stella's Landing Site</title>
<link rel="stylesheet" href="//files.thatstel.la/hidden/css/landing-styleshit.css?version=202312280">
<link rel="stylesheet" href="//files.thatstel.la/hidden/css/landing-styleshit.css?version=202312281">
<!--<link rel="stylesheet" href="landing-styleshit.css">-->
<link rel="shortcut icon" href="landing-assets/favicon.ico" type="image/x-icon">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi, viewport-fit=cover"/>
Expand Down Expand Up @@ -139,7 +139,7 @@

<footer>
<div id="footer-sidebyside">
<p onclick="manualSetQuotesText()">ThatStella7922 - v2023.1228.0</p>
<p onclick="manualSetQuotesText()">ThatStella7922 - v2023.1228.1</p>
<p class="edr-max" id="edr-enable" onclick="promptSetMaxEDRBrightness()"><strong>EDR Supported</strong></sub></p> <!-- only visible on EDR displays in WebKit -->
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion landing-styleshit.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ThatStella7922 Landing Website Stylesheet
mreowww :3
v2023.1228.0
v2023.1228.1
*/

/* small css reset because something was causing issues and im too dumb to figure out what it was */
Expand Down

0 comments on commit 8ac6365

Please sign in to comment.