Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MomDay.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<body>
<nav id="menu"></nav>

<content>
<main>

<h1>Replace this title!</h1>
<canvas id="momCanvas" onclick="momCanvas()" width="1000" height="5000" style="border:1px solid #d3d3d3;">

</content>
</main>

<footer id="foot"></footer>
</body>
Expand Down
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<nav id="menu"></nav>

<content>
<main>
<h1>My Story</h1>
<h2>Computer science stuff</h2>
<div class="leftImage">
Expand All @@ -31,7 +31,7 @@ <h2>Work Stuff</h2>
<p>ok lemmie explain</p>
<p>Knowing that any package going to Rico Way is to be sorted into the sixth truck route is only important if you're working at a specific post office. But learning all those facts and forcing myself to get better at my job showed me how every aspect of the world comes from a person making an effort. Something as incidental to a daily life as the CVS where you buy Chezits is an intricate logistical balancing act of what products to order, where to display them, who to hire to put those products up, juggling all the schedules of a bunch of employees to make them happy while also keeping the store in the green...</p>
<p>Harboring a respect for that hard work is important, because, realistically, almost every element of the world as we know it is the product of somebody working hard to get it that way.</p>
</content>
</main>

<footer id="foot"></footer>
</body>
Expand Down
4 changes: 2 additions & 2 deletions default_page_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<body>
<nav id="menu"></nav>

<content>
<main>

<h1>Replace this title!</h1>
<p>I'm some text. You should replace me with something else.</p>

</content>
</main>

<footer id="foot"></footer>
</body>
Expand Down
4 changes: 2 additions & 2 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body>
<nav id="menu"></nav>

<content>
<main>
<h1>Frequently Asked Questions</h1>
<h2>Fif? Feif? Fifth? Phum? What's the name of this Irish one?</h2>
<p>Couldn't get that semi-couplet outta my head. As for your question, I answer to many things! "Frankie" is my most common name, since I use it professionally, but I've been known to answer to "Franky", "Fifth", "Fred", "Pip", "Fnt", and anything that's not femme. I'll probably also answer to my deadnames (long story) though keep in mind those use cases are being depricated.</p>
Expand All @@ -43,7 +43,7 @@ <h2>What's your ideal job?</h2>
<h2>So what, you're scared that you would suck at any job?</h2>
<p>Well, sure. I can recognize those fears as largely being irrational, but from what I've gleaned from being a human for many years and being around them, being insecure and afraid that you won't measure up is pretty normal! For me I think it largely stems from feeling like I don't have enough information to accurately assess myself. But again, this seems like a common ailment--always harder to see yourself from inside your head, y'know?</p>

</content>
</main>

<footer id="foot"></footer>
</body>
Expand Down
6 changes: 3 additions & 3 deletions flushstuck.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
margin-top: 2px;
margin-bottom: 2px;
}
content {
main {
display: grid;
/*justify-items: center;*/
padding-right:134px;
Expand All @@ -32,7 +32,7 @@
</head>

<body>
<content>
<main>
<h1>FlushStuck</h1>

<div><span class="feferi">cuttlefishCuller [CC]</span> began trolling <span class="eridan">caligulasAquarium [CA]</span></div>
Expand Down Expand Up @@ -469,7 +469,7 @@ <h1>FlushStuck</h1>

<div><span class="eridan">caligulasAquarium [CA]</span> ceased trolling <span class="dave">turntechGodhead [TG]</span></div>

</content>
</main>

<footer id="foot"></footer>
</body>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<nav id="menu"></nav>

<!-- <p id="widthtarget">s</p> -->
<content>
<main>
<!-- <h1>About</h1> -->
<div class="rightImage">
<img src="images/Birthday_smile.jpg" alt="An image of Frankie Gallagher, smiling.">
Expand All @@ -55,7 +55,7 @@
<p>I hope you find your visit to my little corner on the interwebz pleasant!</p>
</div>
</div>
</content>
</main>

<footer id="foot"></footer>

Expand Down
4 changes: 2 additions & 2 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<nav id="menu"></nav>

<content>
<main>

<h1>Stuff I've worked on!</h1>

Expand All @@ -35,7 +35,7 @@ <h2>Mewnion UωU</h2>
<div>Please enjoy your stay at the singular Catfé. There's definitely not another cat cafe with that name. Really. Don't google it. I'm certain nobody else has thought of that. </div>
</p>

</content>
</main>

<footer id="foot"></footer>
</body>
Expand Down
2 changes: 1 addition & 1 deletion style/article_layout_test.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
display: grid;
}
content {
main {
display: inherit;
padding-right: 100px;
padding-left: 100px;
Expand Down
2 changes: 1 addition & 1 deletion style/blog_preview_layout_test.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
content {
main {
background-color: BurlyWood;
display: grid;
grid-template-columns: auto ;
Expand Down
2 changes: 1 addition & 1 deletion style/homestuck.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body {
padding-left:134px;
}

content{
main {
display: inherit;
background-color: #eee;
padding-right:34px;
Expand Down
2 changes: 1 addition & 1 deletion style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ h1 {
/* font-size: 22px;*/
text-align: center;
}
content {
main {
margin-top: 16px;
margin-bottom: 16px;
display: inherit;
Expand Down
2 changes: 1 addition & 1 deletion style/writing_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ body {
background-color: BurlyWood;
display: grid;
}
content {
main {
display: inherit;
grid-template-columns: 1fr 1fr;
grid-gap: 15px;
Expand Down
6 changes: 3 additions & 3 deletions wordcount.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
body {
background-color: Khaki;
}
content {
main {
display: grid;
grid-template-areas:
"wordcounter textarea textarea"
Expand Down Expand Up @@ -52,7 +52,7 @@
<body>
<nav id="menu"></nav>

<content>
<main>
<!-- <div class="sticky"> -->
<div class="sticky wordcounter">Word count: <span id="count">0</span></div>
<div class="infoone">current char: <span id="character">_</span></div>
Expand All @@ -61,7 +61,7 @@
<!-- source for the auto-growing text area: https://css-tricks.com/auto-growing-inputs-textareas/ -->
<span id="input" class="textarea" contenteditable></span>
<!-- <textarea id='input'></textarea> -->
</content>
</main>
<!-- <script>
var input = document.getElementById('input');
// document.addEventListener('keyup', function(){});
Expand Down
4 changes: 2 additions & 2 deletions writing.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body id="width">
<nav id="menu"></nav>

<content>
<main>
<h1>The Writing Desk</h1>
<a href="https://kimnd.github.io/writings/bully_ui_critique.html" class="index_card">
<h3>Overwhelming Information, Underwhelming Presentation</h3>
Expand All @@ -37,7 +37,7 @@ <h3>Cooling Couponing Clients</h3>
<p>Sometimes you gotta make somebody realize that their dreams,, aren't</p>
</a>

</content>
</main>

<footer id="foot"></footer>
</body>
Expand Down
4 changes: 2 additions & 2 deletions writings/bully_ui_critique.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<nav id="menu"></nav>

<content>
<main>

<h1>Overwhelming Information, Underwhelming Presentation</h1>

Expand Down Expand Up @@ -54,7 +54,7 @@ <h3>The Vibe is Not Right</h3>
<h3>Conclusion</h3>

<p>Okay, to be fair, nobody playing the game would actually think the school is stalking them and taking notes. But the dry tone of the menus detracts from that feel of rebel-teen the rest of the game attempts to cultivate. Join me next time as I take a crack at making pause menus that even a grumpy teen boy could grudgingly admit is "alright, I guess".</p>
</content>
</main>

<footer id="foot"></footer>
</body>
Expand Down
4 changes: 2 additions & 2 deletions writings/couponing_series_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<nav id="menu"></nav>

<content>
<main>
<article>
<h1>Cooling Clients</h1>
<p>My client and I hit it off right away. Heck she would've never been my client if I wasn't as sociable as I am--three nights getting overtime ringing the same person up didn't hurt either.</p>
Expand All @@ -26,7 +26,7 @@ <h1>Cooling Clients</h1>
<p>I'm also very proud of the aesthetic choice to stylize the website's menu as a store receipt since they're so key to the couponing hobby. That one just makes me smile.</p>
<p>Providing guidance for such a unique project proved to me that clients aren't nearly as unreasonable as years of horror stories had lead me to believe. Even if somebody doesn't fully understand what it is they're asking, it's possible to change their minds by making good designs and being honest.</p>
</article>
</content>
</main>

<footer id="foot"></footer>
</body>
Expand Down
4 changes: 2 additions & 2 deletions writings/default_page_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<body>
<nav id="menu"></nav>

<content>
</content>
<main>
</main>

<footer id="foot"></footer>
</body>
Expand Down
4 changes: 2 additions & 2 deletions writings/homestuck/eridan_abscond_and_change.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Eridan: Abscond and change.</title>
</head>
<body>
<content>
<main>
<h3>Eridan: Abscond and change.</h3>
<p>You don't have a mirror, but you are in a fucking state and a half. Your shirt's been torn to shreds where Fef stabbed you, and your pants are crusty from laying in the pool of your blood so long. Even that aside, you're exhausted. Whatever Fef did to heal you must've sapped at your strength because there's an itchyness behind your eyes you recognize from sleepless nights on extra-intense Flarp campeigns. You can't wait to climb into your recuperacoon and--</p>
<p>Oh. Right. A spike of homesickness goes through you as you trudge the hallways, trying to find the way back to your block. All these fucking places look the same. Eventually one of the hallways opens out into a big room. Shit. Where the fuck are you?</p>
Expand Down Expand Up @@ -38,7 +38,7 @@ <h3>Eridan: Abscond and change.</h3>
<nav><p>> <a href="https://www.homestuck.com/story/3537">==></a></p></nav>


</content>
</main>

</body>
</html>
4 changes: 2 additions & 2 deletions writings/homestuck/eridan_initiate.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Eridan: Initiate emergency feelings jam with your 'boyfriend'.</title>
</head>
<body>
<content>
<main>
<h3>Eridan: Initiate emergency feelings jam with your 'boyfriend'.</h3>
<div class="chatlog">
<h4><span class="eridan">caligulasAquarium [CA]</span> began trolling <span class="dave">turntechGodhead [TG]</span></h4>
Expand Down Expand Up @@ -236,7 +236,7 @@ <h4><span class="eridan">caligulasAquarium [CA]</span> ceased trolling <span cla

<nav><p>> <a href="prince_revive_the_mage.html">Prince: Revive the Mage.</a></p></nav>

</content>
</main>

</body>
</html>
4 changes: 2 additions & 2 deletions writings/homestuck/eridan_let_cape_billoww_dramatically.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Eridan: Let cape billoww dramatically.</title>
</head>
<body>
<content>
<main>

<h3>Eridan: Let cape billoww dramatically.</h3>

Expand Down Expand Up @@ -43,7 +43,7 @@ <h3>Eridan: Let cape billoww dramatically.</h3>
<nav><p>> <a href="eridan_panic.html">Eridan: Panic.</a></p></nav>


</content>
</main>

</body>
</html>
4 changes: 2 additions & 2 deletions writings/homestuck/eridan_panic.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Eridan: Panic.</title>
</head>
<body>
<content>
<main>
<h3>Eridan: Panic.</h3>
<div class="chatlog">
<h4><span class="eridan">caligulasAquarium [CA]</span> began trolling <span class="dave">turntechGodhead [TG]</span></h4>
Expand Down Expand Up @@ -334,6 +334,6 @@ <h4><span class="eridan">caligulasAquarium [CA]</span> ceased trolling <span cla
<h4><span class="dave">turntechGodhead [TG]</span> ceased pestering <span class="eridan">caligulasAquarium [CA]</span></h4>
</div>
<nav><p>> <a href="next">Title.</a></p></nav>
</content>
</main>
</body>
</html>
4 changes: 2 additions & 2 deletions writings/homestuck/homestuck_default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<title>something</title>
</head>
<body>
<content>
<main>
<h3>==></h3>

<nav><p>> <a href="next">Title.</a></p></nav>
</content>
</main>
</body>
</html>
4 changes: 2 additions & 2 deletions writings/homestuck/karkat_answer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>something</title>
</head>
<body>
<content>
<main>

<h3>Karkat: Answer.</h3>

Expand All @@ -24,7 +24,7 @@ <h3>Karkat: Answer.</h3>

<nav><p>> <a href="karkat_open_memo.html">Karkat: Open memo.</a></p></nav>

</content>
</main>

</body>
</html>
4 changes: 2 additions & 2 deletions writings/homestuck/karkat_lead.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Karkat: Lead.</title>
</head>
<body>
<content>
<main>
<h3>Karkat: Lead.</h3>

<p>You take a deep breath. Feferi needs your guidance, clearly. Even though you have no fucking Alternanian idea what the hell you're doing. "<span class="karkat">Ok, Feferi.. first, do you have ANY healing fraymotiefs?</span>" She stares at you like you're speaking some crazy Earth language. You point to Sollux. "<span class="karkat">If either of them are still..</span>" you blink. Squeeze your eyes shut. You can't say it. You can't fucking say it. Instead you wave your hand. "<span class="karkat">I'LL CHECK KANAYA!</span>"</p>
Expand All @@ -33,7 +33,7 @@ <h3>Karkat: Lead.</h3>

<nav><p>> <a href="karkat_answer.html">Karkat: Answer.</a></p></nav>

</content>
</main>


</body>
Expand Down
Loading