Skip to content

Commit 623822a

Browse files
committed
bugfix
1 parent 7879ab9 commit 623822a

File tree

84 files changed

+91
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+91
-114
lines changed

content/about/about-me.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -517,16 +517,16 @@ <h2>Other Favorites <img alt="" aria-hidden="true" src="../assets/img/inline/bub
517517
<p>I do still use tumblr and pinterest, but decided not to link to them anymore.</p>
518518
</div>
519519
<div>
520-
<div class="about-me-page-sns-games about-me-page-window" aria-label="Games">
520+
<!--<div class="about-me-page-sns-games about-me-page-window" aria-label="Games">
521521
<ul>
522522
<li><a href="https://steamcommunity.com/id/pixelpetra/" target="_blank" rel="nofollow">steam</a></li>
523523
<li><a href="https://www.geoguessr.com/user/55072be5a3a64425d4e1571e" target="_blank" rel="nofollow">geoguessr</a></li>
524524
<li><a href="https://dragcave.net/user/Petra1999" target="_blank" rel="nofollow">dragon cave</a></li>
525525
</ul>
526-
<!--
526+
527527
<p style="line-height: 1">switch friend code:<br />SW-3140-9773-2721</p>
528-
-->
529-
</div>
528+
529+
</div> -->
530530
<div class="about-me-page-sns-coding about-me-page-window" aria-label="Coding">
531531
<ul>
532532
<li><a href="https://github.com/petracoding" target="_blank" rel="nofollow">github</a></li>

content/coding/widgets.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ <h2 id="statuscafe">Status.Cafe Status</h2>
6464
<strong>Example 1</strong>
6565
<p>Code:</p>
6666
<textarea class="code-textarea" name="" id="" rows="10" aria-label="Code for Example 1">
67-
<iframe src="https://petrapixel.neocities.org/widgets/statuscafe?center=0&marquee=0&font-family=Times New Roman&font-size=14px&color=#565673&linkColor=#0303cf&username=Petra1999&hideUsername=0" frameborder="0" title="Status.Cafe Status"></iframe></textarea
67+
<iframe src="https://petrapixel.neocities.org/widgets/statuscafe?center=0&marquee=0&font-family=Times New Roman&font-size=14px&color=#565673&linkColor=#d92f2f&username=Petra1999&hideUsername=0" frameborder="0" title="Status.Cafe Status"></iframe></textarea
6868
>
6969
<p>Preview:</p>
7070
<iframe
71-
src="/widgets/statuscafe?center=0&marquee=0&font-family=Times New Roman&font-size=14px&color=#565673&linkColor=#0303cf&username=Petra1999&hideUsername=0"
71+
src="/widgets/statuscafe?center=0&marquee=0&font-family=Times New Roman&font-size=14px&color=#565673&linkColor=#d92f2f&username=Petra1999&hideUsername=0"
7272
frameborder="0"
7373
title="Status.Cafe Status"></iframe>
7474
</div>

content/creations/art.html

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -90,29 +90,6 @@ <h2>Profiles</h2>
9090
You can also find my art elsewhere: → <a href="https://www.instagram.com/pngpetra" target="_blank" rel="nofollow">instagram</a> ·
9191
<a href="https://www.deviantart.com/pngpetra" target="_blank" rel="nofollow">deviantart</a>
9292
</p>
93-
<iframe
94-
class="instagram-media instagram-media-rendered desktop-only"
95-
id="instagram-embed-1"
96-
src="https://www.instagram.com/pngpetra/embed/?cr=1&amp;v=14&amp;wp=675&amp;rd=https%3A%2F%2Fbehold.so&amp;rp=%2Fguides%2Fhow-to-embed-an-instagram-feed-on-your-website%2F#%7B%22ci%22%3A1%2C%22os%22%3A10482%2C%22ls%22%3A9290%2C%22le%22%3A10435%7D"
97-
allowtransparency="true"
98-
allowfullscreen="true"
99-
frameborder="0"
100-
height="582"
101-
data-instgrm-payload-id="instagram-media-payload-1"
102-
scrolling="no"
103-
style="
104-
background: white;
105-
max-width: 540px;
106-
width: calc(100% - 2px);
107-
border-radius: 3px;
108-
border: 1px solid rgb(219, 219, 219);
109-
box-shadow: none;
110-
display: block;
111-
margin: 0px 0px 12px;
112-
min-width: 326px;
113-
padding: 0px;
114-
"
115-
></iframe>
11693
<hr />
11794
<h2>Faq <img aria-hidden="true" src="../assets/img/inline/star.gif" /></h2>
11895
<div>

content/widgets/widgets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function initStatuscafe(params) {
122122
// Styling:
123123
if (params.get("linkColor"))
124124
document.querySelector("#statuscafe-username a").style.color =
125-
params.get("linkColor") == "black" || params.get("linkColor") == "white" ? params.get("linkColor") : "#" + params.get("linkColor");
125+
params.get("linkColor") == "black" || params.get("linkColor") == "white" || params.get("linkColor").includes("#") ? params.get("linkColor") : "#" + params.get("linkColor");
126126
if (params.get("hideUsernameAndTime")) {
127127
if (params.get("hideUsernameAndTime") == "1") document.querySelector("#statuscafe-username").style.display = "none";
128128
}

public/about/about-me.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

public/about/about-the-site.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/about/blinkies.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/about/cats.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/about/credits.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/about/faq.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)