git ssb

0+

Zach! / coolguy.v2



Commit 031a84325425dbbca63bf5a9e123f4540f3a31be

Merge branch 'style-questions' into 'master'

Style questions

See merge request zachmandeville/coolguy.v2!1
zach mandeville committed on 3/10/2019, 11:23:42 AM
Parent: 912486ae255e4dc3f890d7b4183fe03612ac699b
Parent: 3d92f39a557466be71612ec1700dc4a82397955a

Files changed

aesthetic/stylesheets/colors-and-fonts.csschanged
aesthetic/stylesheets/main.csschanged
question.htmlchanged
about-me.htmladded
aesthetic/stylesheets/colors-and-fonts.cssView
@@ -8,14 +8,17 @@
88 * *
99 ************************************************************/
1010
1111 :root {
12- --primary_bg: #fffcb6;
13- --heading_color:#745aa4;
14- --border_color: #87c5d4;
12+ --primary_bg: radial-gradient(lavenderblush, pink, lavender,#fffcb6);
13+ --stipple-page_bg: radial-gradient(var(--tertiary-heading_color) 15%, transparent 16%), radial-gradient(var(--tertiary-heading_color)15%, transparent 16%);
14+ --heading_bg:lavenderblush;
15+ --heading_color: #7391c8;
16+ --tertiary-heading_bg: aliceblue;
17+ --tertiary-heading_color: #7391c8;
18+ --border_bg: #87c5d4;
1519 --link-symbol_color: #FFBD00;
16- --page-divider_color: #745aa4;
17- --heading_bg: #fffdd2;
20+ --page-divider_color: HSL(58, 100%, 95%);
1821 --top_border: lavender;
1922 --primary_color: #155577;
2023 --dotted-pattern_bg: gray;
2124 --body-text: 'IBM Plex Serif';
aesthetic/stylesheets/main.cssView
@@ -16,13 +16,16 @@
1616 background: var(--primary_bg) it means I'm using a variable called
1717 --primary_bg which I defined in that colors.css. So check it out!
1818 */
1919
20-/* These are some global values that I want to apply to the elements themselves */
20+/* GLOBAL
21+These are some global values that I want to apply to the elements themselves */
2122 body, html {
2223 padding: 0;
2324 margin: 0;
2425 box-sizing: border-box;
26+ font-family: var(--body-text);
27+ font-size: var(--standard-size);
2528 }
2629
2730 p {
2831 line-height: 1.3em;
@@ -92,8 +95,21 @@
9295 and #greetings h2 corresponds to the <h2> tag inside the <section id='greetings>
9396 and #greetings .words corresponds to anything with the class words in the #greetings section (like <div class='words'>)
9497 */
9598
99+/* *B* */
100+.breadcrumb {
101+ position: absolute;
102+ font-weight: 200;
103+ font-style: italic;
104+ font-size: 0.75em;
105+ top: 0;
106+ right: 0;
107+ padding: 1em;
108+ padding-top: 0;
109+}
110+
111+/* *G* */
96112 #greetings {
97113 display: grid;
98114 grid-template-areas:
99115 "header header header"
@@ -168,8 +184,9 @@
168184 #greetings .flower-garden img {
169185 max-width: 33%;
170186 }
171187
188+/* *H* */
172189 #home {
173190 background: var(--primary_bg);
174191 color: var(--primary_color);
175192 font-size: var(--standard-size);
@@ -184,9 +201,9 @@
184201 #home header h1 {
185202 margin-top: 0;
186203 padding: 0;
187204 font-family: var(--title-text);
188- color: var(--heading-color);
205+ color: var(--heading_color);
189206 font-size: 8vw;
190207 margin-bottom: 0;
191208 padding-bottom: 0;
192209 }
@@ -232,9 +249,9 @@
232249 }
233250
234251 .daiso-card {
235252 /* I got these polka dots from a cool css pattern site: https://leaverou.github.io/css3patterns/#polka-dot */
236- background-color: var(--heading-color);
253+ background-color: var(--border_bg);
237254 background-image: radial-gradient(white 15%, transparent 16%),
238255 radial-gradient(white 15%, transparent 16%);
239256 background-size: 8px 8px;
240257 background-position: 0 0, 20px 20px;
@@ -263,8 +280,9 @@
263280 .daiso-page h2{
264281 font-family: var(--title-text);
265282 margin-bottom: 0;
266283 text-align: left;
284+ color: var(--tertiary-heading_color);
267285 width: 100%;
268286 letter-spacing: 0.25em;
269287 padding-left: 1.5em;
270288 }
@@ -293,10 +311,10 @@
293311 font-family: var(--title-text);
294312 font-size: 1.8em;
295313 letter-spacing: 0.25em;
296314 padding: 0.25em;
297- color: lavenderblush;
298315 background: var(--heading-color);
316+ color: var(--tertiary-heading_color);
299317 }
300318
301319 #directory ul {
302320 list-style-type: none;
@@ -371,499 +389,119 @@
371389
372390 #question-page {
373391 background: var(--primary_bg);
374392 color: var(--primary_color);
375-}
376-
377-#question-form {
378-
379-}
380-
381-/* Updates */
382-
383-#updates {
384- max-width: 960px;
385- margin: auto;
386- margin-top: 3em;
387- background: white;
388- padding: 0;
389-}
390-
391-@media (max-width: 667px) {
392- #updates {
393- margin: 0.5em;
394- margin-top: 3em;
395- }
396-}
397-
398-#updates h2 {
399- width: 100%;
400- margin: 0;
401- background: var(--heading-color);
402- color: lavenderblush;
403- text-align: center;
404- font-family: var(--title-text);
405-}
406-
407-#updates ul {
408- margin: 0.75em;
409393 padding: 3em;
410- background-image: radial-gradient(lightgray 15%, transparent 16%),
411- radial-gradient(lightgray 15%, transparent 16%);
412- background-size: 05px 07px;
413- background-position: 11px 11px, 14px 14px;
414- list-style-type: circle;
415394 }
416-
417-/* This lets me set different colors for the dotted pattern
418- And heading for each item in my directory, while being able to change
419- their colors in just one spot.
420-*/
421-.friends {
422- --dotted-pattern_bg: red;
423-}
424-.friends strong {
425- border-bottom: 1px solid red;
426-}
427-
428-.boardgames{
429- --dotted-pattern_bg: red;
430-}
431-.boardgames strong {
432- border-bottom: 1px solid red;
433-}
434-
435-.solarpunk-magic {
436- --dotted-pattern_bg: purple;
437-}
438-
439-.solarpunk-magic strong {
440- border-bottom: 1px solid purple;
441-}
442-
443-.computer-thoughts {
444- --dotted-pattern_bg: green;
445-}
446-.computer-thoughts strong{
447- border-bottom: 1px solid green;
448-}
449-
450-.projects {
451- --dotted-pattern_bg: orange;
452-}
453-
454-.projects strong {
455- border-bottom: 1px solid orange;
456-}
457-
458-.calendar {
459- --dotted-pattern_bg: gray;
460-}
461-
462-.calendar strong{
463- border-bottom: 1px solid gray;
464-}
465-
466-.movies {
467- --dotted-pattern_bg: blue;
468-}
469-.movies strong{
470- border-bottom: 1px solid blue;
471-}
472-
473-.links {
474- --dotted-pattern_bg: violet;
475-}
476-
477-.links strong {
478- border-bottom: 1px solid violet;
479-}
480-
481-.thoughts {
482- --dotted-pattern_bg: yellow;
483-}
484-
485-.thoughts strong{
486- border-bottom: 1px solid yellow;
487-}/************************************************************
488- * Coolguy.Website STYLES!!! *
489- *-----------------------------------------------------------*
490- * My main stylesheet, and the reason why coolguy looks *
491- * sooooo gooooooood. I was listening to a lot of *
492- * gothboiclique whie writing this, so the site might end *
493- * up more emo teen than intended. *
494- * *
495- ************************************************************/
496-
497-/*
498-I have another file called colors.css that sets up color
499-variables for things like background, font color, accent color
500-and so on. This lets me be able to change the palette of the site
501-quickly. So if you see something in this file like:
502-background: var(--primary_bg) it means I'm using a variable called
503---primary_bg which I defined in that colors.css. So check it out!
504-*/
505-
506-/* These are some global values that I want to apply to the elements themselves */
507-body, html {
508- padding: 0;
509- margin: 0;
510- box-sizing: border-box;
511-}
512-
513-p {
514- line-height: 1.3em;
515-}
516-
517-li {
518- line-height: 1.2em;
519- margin-bottom: 1.3em;
520-}
521-
522-a {
523- color: var(--link-color);
524- text-decoration: none;
525-}
526-
527-a:hover {
528- font-weight: 200;
529-}
530-
531-a:after {
532- content: "⬫";
533- margin-left: 0.1em;
534- color: var(--link-symbol_color);
535-}
536-
537-figure {
538- max-width: 950px;
539- margin: auto;
540- margin-bottom: 3em;
541-}
542-figure img {
543- max-width: 90%;
544-}
545-
546-figcaption {
547- border-top: 1px solid var(--heading-color);
548- border-bottom: 1px solid var(--heading-color);
549- padding: 0.5em;
550- max-width: 500px;
551- margin: auto;
552- margin-bottom: 3em;
553-}
554395 @media (max-width: 667px) {
555- figcaption {
556- margin: 0.5em;
396+ #question-page {
397+ padding: 0;
557398 }
558399 }
559400
560-figcaption p{
561- margin-top: 0.5em;
562- font-size: 0.65em;
563- font-style: italic;
401+#question-page h1 {
402+ letter-spacing: 4px;
564403 }
565-
566-section {
567- padding: 3em;
568-}
569404 @media (max-width: 667px) {
570- section {
571- padding: 1em;
405+ #question-page h1{
406+ margin: 2em auto 0 auto;
407+ padding-left: 1em;
572408 }
573409 }
574410
575-/*
576-These are some ID and Class specific values. Id's are represented as #name and class .name
577-So #greetings corresponds to <section id="greetings"></section> on my home page,
578-and #greetings h2 corresponds to the <h2> tag inside the <section id='greetings>
579-and #greetings .words corresponds to anything with the class words in the #greetings section (like <div class='words'>)
580-*/
581-
582-#greetings {
583- display: grid;
584- grid-template-areas:
585- "header header header"
586- "words words portrait"
587- "words words portrait"
588- "flower flower portrait";
589- max-width: 1200px;
590- margin: auto;
411+#question-page .daiso-card {
412+ max-width: 800px;
591413 }
592-/* Media queries adjust properties of your CSS based on the size of
593- the browser viewing it. Our first query would be for ipads or smaller
594- browsers, the next is for phones.
595-*/
596-@media (max-width: 1100px) {
597- #greetings {
598- grid-template-areas:
599- "header header header"
600- " words words portrait"
601- "flower flower flower";
602- }
603- #greetings .flower-garden {
604- align-items: center;
605- justify-content: center !important;
606- }
607-}
608-@media (max-width: 667px) {
609- #greetings {
610- grid-template-areas:
611- "header"
612- "portrait"
613- "words"
614- "flower";
615- }
616-}
617414
618-#greetings h2 {
619- font-family: var(--heading-text);
620- font-size: 1.3em;
621- font-weight: 500;
622- grid-area: header;
623- letter-spacing: 0.2em;
415+#q-introduction {
416+ padding-top: 1em;
417+ font-size: 0.75em;
624418 }
625419
626-#greetings .words {
627- grid-area: words
628-}
629-
630-#greetings aside {
631- font-weight: 300;
420+#question-form fieldset {
421+ margin: 0 2em 2em 2em;
422+ width: 80%;
632423 font-size: 0.8em;
633- letter-spacing: 0.05em;
634- font-style: italic;
635-}
636-
637-#greetings .portrait {
638- grid-area: portrait;
639- align-self: end;
640-}
641-
642-
643-#greetings .portrait img{
644- max-width: 100%;
645-}
646-
647-#greetings .flower-garden {
648- grid-area: flower;
424+ padding: auto 2em 2em 2em;
649425 display: flex;
650- justify-content: end;
651- align-items: baseline;
426+ flex-direction: column;
427+ border: 1px solid pink;
652428 }
653429
654-#greetings .flower-garden img {
655- max-width: 33%;
656-}
657-
658-#home {
659- background: var(--primary_bg);
660- color: var(--primary_color);
661- font-size: var(--standard-size);
662- font-family: var(--body-text);
663-}
664-
665-#home header {
666- background: lavenderblush;
667- padding: 2em 2em 0.1em 1em;
668-}
669-
670-#home header h1 {
671- margin-top: 0;
672- padding: 0;
673- font-family: var(--title-text);
674- color: var(--heading-color);
675- font-size: 8vw;
676- margin-bottom: 0;
677- padding-bottom: 0;
678-}
679-@media (max-width: 667px) {
680- #home header h1 {
681- font-size: 11vw;
682- }
683-}
684-
685-#home header .subtitle {
686- margin-top: -0.75em;
687- font-size: 1.3em;
688- font-weight: 200;
689- padding-left: 1em;
690-}
691-@media (max-width: 667px) {
692- #home header .subtitle {
693- font-size: 1em;
694- margin-top: -0.5em;
695- }
696-}
697-
698-#invocation {
699- position: absolute;
700- top: 0;
701- right: 0;
702- padding: 0.75em;
703- font-size: 0.5em;
704- font-weight: 300;
705- font-style: italic;
706-}
707-
708-/*
709- We are applying the invocation to a quote tag (<q>).
710- Browsers add in quote marks to these tags,
711- but I don't want them, so we are removing them here.
712-*/
713-#invocation:before {
714- content: none;
715-}
716-#invocation:after {
717- content: none;
718-}
719-
720-.daiso-card {
721- /* I got these polka dots from a cool css pattern site: https://leaverou.github.io/css3patterns/#polka-dot */
722- background-color: var(--heading-color);
723- background-image: radial-gradient(white 15%, transparent 16%),
724- radial-gradient(white 15%, transparent 16%);
725- background-size: 8px 8px;
726- background-position: 0 0, 20px 20px;
727- border-radius: 5px;
728- max-width: 500px;
729- margin: auto;
730- margin-bottom: 3em;
731- padding: 0.25em;
732-}
733-@media (max-width: 667px) {
734- .daiso-card{
735- margin: 1em;
736- }
737-}
738-
739-.daiso-page {
740- background: lavenderblush;
741- width: 100%;
430+#question-form fieldset span {
742431 display: flex;
743- flex-direction: column;
744- justify-content: center;
745432 align-items: center;
746- border-radius: 5px;
433+ margin-bottom: 0.5em;
747434 }
748435
749-.daiso-page h2{
436+#question-form fieldset span label {
437+ padding-left: 0.5em;
438+}
439+#question-form label[for="question"] {
750440 font-family: var(--title-text);
751- margin-bottom: 0;
752- text-align: left;
753- width: 100%;
754- letter-spacing: 0.25em;
755- padding-left: 1.5em;
441+ margin-top: 1em;
442+ font-size: 1.5em;
756443 }
757-
758-.daiso-page ul {
759- margin-top: 0.5em;
760- display: grid;
761- grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
762- grid-gap: 0.25em 0.25em;
444+#question-form textarea {
445+ margin: 2em;
763446 padding: 1em;
764- list-style-type: none;
765- margin-bottom: 0;
447+ font-size: 1em;
448+ height: 200px;
449+ border: none;
450+ width: 79%;
766451 }
767452
768-#directory {
769- border-top: 3px dotted var(--page-divider_color);
770- border-bottom: 3px dotted var(--page-divider_color);
771- box-shadow: inset 0 -1px 0 0 var(--page-divider_color), inset 0 1px 0 0 var(--page-divider_color), 0 1px 0 0 var(--page-divider_color), 0 -1px 0 0 var(--page-divider_color);
772-}
773-
774-#directory h2 {
775- max-width: 920px;
776- text-align: center;
777- margin: auto;
453+#querent aside {
454+ font-style: italic;
455+ font-size: 0.75em;
456+ margin-top: 0;
778457 margin-bottom: 1em;
779- font-family: var(--title-text);
780- font-size: 1.8em;
781- letter-spacing: 0.25em;
782- padding: 0.25em;
783- color: lavenderblush;
784- background: var(--heading-color);
458+ padding-top: 0;
785459 }
786460
787-#directory ul {
788- list-style-type: none;
789- max-width: 940px;
790- display: grid;
791- grid-gap: 10px;
792- margin: 0 auto;
793- grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
794- grid-auto-rows: repeat(auto-fit, minmax(50px, auto));
795- padding: 0;
796-}
797-
798-.directory-item a {
799- background: white;
800- padding: 1em;
801- position: relative;
461+#querent label {
802462 display: flex;
803- flex-direction: column;
804- border: 1px solid lightgray;
805- z-index: 1;
806-}
807-
808-.directory-item strong {
809463 margin-bottom: 1em;
810- line-height: 1em;
811- font-size: 1.2em;
812- margin-bottom: 1.5em;
813- font-weight: 300;
814- font-family: var(--secondary-heading-text);
815464 }
816465
817-.directory-item a:after {
818- content: none;
466+#querent input {
467+ margin-left: 1em;
468+ font-size: 0.8em;
469+ border: none;
470+ border-bottom: 1px solid pink;
471+ background: none;
819472 }
820473
821-@media (min-width: 800px) {
822-#directory li:last-of-type {
823- grid-column-start: 2;
474+#question-form input[type="radio"] {
475+ border: none;
476+ color: var(--primary-color);
824477 }
478+#question-form input[type="submit"] {
479+ width: 100%;
480+ background: pink;
481+ height: 3em;
482+ padding: 1em;
483+ font-size: 1.1em;
484+ color: var(--primary-color);
485+ font-weight: 200;
486+ cursor: pointer;
825487 }
826488
827-.directory-item .description {
828- color: var(--primary_color);
829- margin-bottom: 1.5em;
489+#question-form input[type="submit"]:hover {
490+ background: HSL(350, 100%, 90%);
830491 }
831492
832-/* .tall is a hack (or maybe proper usage?!) to get all the boxes to line up nice.
833- What this means is that if I have a new section whose lines are real long,
834- then I need to add this class to it. I feel this is fine, though, since I
835- am not adding new items all that much, and so I don't need this to be all
836- calculated and dynamic, and I can keep the site JS-free.
837-*/
838493
839-#directory .tall {
840- grid-row-end: span 2;
841-}
842-
843-
844-.dotted-pattern {
845- position: absolute;
846- height: 102%;
847- width: 100%;
848- top: 7px;
849- right: 7px;
850- background-color:none;
851- background-image: radial-gradient(var(--dotted-pattern_bg) 15%, transparent 16%),
852- radial-gradient(var(--dotted-pattern_bg) 15%, transparent 16%);
853- background-size: 05px 07px;
854- background-position: 11px 11px, 14px 14px;
855- z-index: -1
856-}
857-
858494 /* Updates */
859495
860496 #updates {
861497 max-width: 960px;
862498 margin: auto;
863499 margin-top: 3em;
864500 background: white;
865501 padding: 0;
502+ margin-bottom: 3em;
503+ padding-bottom: 0.05em;
866504 }
867505
868506 @media (max-width: 667px) {
869507 #updates {
@@ -874,23 +512,28 @@
874512
875513 #updates h2 {
876514 width: 100%;
877515 margin: 0;
878- background: var(--heading-color);
879- color: lavenderblush;
516+ background: var(--tertiary-heading_color);
517+ color: var(--tertiary-heading_bg);
880518 text-align: center;
881519 font-family: var(--title-text);
882520 }
883521
884522 #updates ul {
885523 margin: 0.75em;
886524 padding: 3em;
887- background-image: radial-gradient(lightgray 15%, transparent 16%),
888- radial-gradient(lightgray 15%, transparent 16%);
525+ background-image: var(--stipple-page_bg);
889526 background-size: 05px 07px;
890527 background-position: 11px 11px, 14px 14px;
891528 list-style-type: circle;
529+ padding-bottom: 1em;
892530 }
531+@media (max-width: 667px) {
532+ #updates ul {
533+ padding: 1.5em;
534+ }
535+}
893536
894537 /* This lets me set different colors for the dotted pattern
895538 And heading for each item in my directory, while being able to change
896539 their colors in just one spot.
@@ -961,39 +604,4 @@
961604
962605 .thoughts strong{
963606 border-bottom: 1px solid yellow;
964607 }
965-
966-.diary {
967- --dotted-pattern_bg: cornflowerblue;
968-}
969-
970-.diary strong {
971- border-bottom: 1px solid cornflowerblue;
972-}
973-
974-.writing {
975- --dotted-pattern_bg: salmon;
976-}
977-
978-.writing strong{
979- border-bottom: 1px solid salmon;
980-}
981-
982-.diary {
983- --dotted-pattern_bg: cornflowerblue;
984-}
985-
986-.diary strong {
987- border-bottom: 1px solid cornflowerblue;
988-}
989-
990-.writing {
991- --dotted-pattern_bg: salmon;
992-}
993-
994-.writing strong{
995- border-bottom: 1px solid salmon;
996-}
997-
998-
999-
question.htmlView
@@ -1,28 +1,28 @@
11 <!doctype HTML>
2-<!--
3- ********************************************************************************
4- * Ask A Question Source Code!! *
5- *------------------------------------------------------------------------------*
6- * *
7- * This is a new one and I'm a little worried that no one will ask one, *
8- * and then i'll have this big empty page (kind of the same worry of keeping *
9- * a calendar and realizing you got no events going on). Though in the *
10- * calendar's case, I just keep forgetting to update it, but am v. happy it is *
11- * there, so it'll likely be the same for these questions! *
12- * *
13- * I am writing this at the library, the week before scuttlecamp. I'd been *
14- * up my own ass these last couple of months to really feel how exciting *
15- * scuttlecamp would be, and now I'm buzzing with excitement and meeting all *
16- * of these people who've only been avatars and kind words before. I just *
17- * finished the manga Orange (like finished it twenty minutes ago) and now *
18- * I'm a little loopy and weepy and appreciative of friends. Here's what *
19- * I, the webmaster of this site, say: stop reading this code! Go read *
20- * Orange instead! Then call and hug your family and friends! Then come back *
21- * to this code, as you'll be truly read to understand it. *
22- * *
23- ********************************************************************************
24--->
2+
3+<!--****************************************************************************
4+* Ask A Question Source Code!! *
5+*------------------------------------------------------------------------------*
6+* *
7+* This is a new one and I'm a little worried that no one will ask one, *
8+* and then i'll have this big empty page (kind of the same worry of keeping *
9+* a calendar and realizing you got no events going on). Though in the *
10+* calendar's case, I just keep forgetting to update it, but am v. happy it is *
11+* there, so it'll likely be the same for these questions! *
12+* *
13+* I am writing this at the library, the week before scuttlecamp. I'd been *
14+* up my own ass these last couple of months to really feel how exciting *
15+* scuttlecamp would be, and now I'm buzzing with excitement and meeting all *
16+* of these people who've only been avatars and kind words before. I just *
17+* finished the manga Orange (like finished it twenty minutes ago) and now *
18+* I'm a little loopy and weepy and appreciative of friends. Here's what *
19+* I, the webmaster of this site, say: stop reading this code! Go read *
20+* Orange instead! Then call and hug your family and friends! Then come back *
21+* to this code, as you'll be truly read to understand it. *
22+* *
23+**************************************************************************** -->
24+
2525 <html> <!-- Helpful Annotations for making a head tag! -->
2626 <!-- Great link to learn more: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML -->
2727 <head>
2828 <!-- What will Show up on your browser window. -->
@@ -61,32 +61,36 @@
6161 <body id="question-page">
6262 <p class="breadcrumb"> You are in the querying section of coolguy.website. Go back <a href="index.html" title="coolguy homepage">home</a>.</p>
6363 <h1>Ask Me a Question!</h1>
6464 <section id="q-introduction">
65- <p>Are you curious about me, my life, what I ate for lunch, what my darkest fears might be? Then please, ask away!</p>
66- <p> Do you have a question about computers, love, tarot, html, boardgames, good music, and where to eat in <abbr title="Olympia Washington, the beautiful forest gem.">Olympia</abbr> or <abbr title="Wellington, New Zealand; the humble island paradise">Wellington</abbr>? I got answers for ALL of that!</p>
67- <p>Do you have any other question you'd like to ask, but not sure if it's appropriate? Friend, ask that too! It's all good and I'm here to hear, as they say!</p>
68- <p>I like taking questions and will answer any I can, and in this way we'll have a v. slow, but rich, dialogue.</p>
69- <p>Answers will be given via email, or shared on this page, whatever be your preference.</p>
65+ <p><strong>Are you curious about me, my life, what I ate for lunch, what my darkest fears might be?</strong> Then please, ask away!</p>
66+ <p><strong>Do you have a question about computers, love, tarot, html, boardgames, good music, and where to eat in <abbr title="Olympia Washington, the beautiful forest gem.">Olympia</abbr> or <abbr title="Wellington, New Zealand; the humble island paradise">Wellington</abbr>?</strong> I got answers for ALL of that!</p>
67+ <p><strong>Do you have another question you'd like to ask, but unsure if it's appropriate?</strong> Friend, ask it! It's all good and I'm here to hear, as they say!</p>
68+ <p><strong>I like taking questions and will answer any I can!</strong> And through this we can have a slow, but rich, dialogue!</p>
69+ <p><em>Answers will be given via email, or shared on this page, whatever be your preference.</em></p>
7070 </section>
7171 <section id="question-form" class="daiso-card">
7272 <form class="daiso-page" method="post" action="https://www.briskforms.com/go/4732d0518d78526695008d16e7ee2012">
73- <label for="question">Your Question:</label>
74- <textarea id="question" name="question" required value="I was wondering..."></textarea>
73+ <label for="question">Your Question</label>
74+ <textarea id="question" name="question"required placeholder="I was wondering..."></textarea>
7575 <fieldset id="querent">
76- <legend>You, Querent</legend>
77- <p>These are optional (though if you want an email reply, I'll need to know your address of course.)</p>
78- <label for="querant">What's your name?</label>
79- <input type="text" id="querant" name="querant">
80- <label for="email">What's the best email to get back to you?</label>
81- <input type="text" id="email" name="email">
76+ <legend>About Yourself</legend>
77+ <aside>These are optional (But i'll need your address if you want me to email you.)</aside>
78+ <label for="querant">What's your name?<input type="text" id="querant" name="querant"></label>
79+ <label for="email">What's the best email to get back to you? <input type="text" id="email" name="email"></label>
8280 </fieldset>
8381 <fieldset id="reply-pref">
8482 <legend>How would you like me to reply?</legend>
85- <input type="radio" name="reply-pref" id="email"> <label for="email">By Email</label>
86- <input type="radio" name="reply-pref" id="webpage"> <label for="webpage">On this webpage.</label>
87- <input type="radio" name="reply-pref" id="email-webpage"> <label for="email-webpage">By email and on this webpage.</label>
88- <input type="radio" name="reply-pref" id="no-reply"> <label for="no-reply">Please don't reply. I just wanted to ask.</label>
83+ <span><input type="radio" name="reply-pref" id="email" value="email"> <label for="email">By Email</label></span>
84+ <span>
85+ <input type="radio" name="reply-pref" id="webpage" value="webpage"> <label for="webpage">On this webpage.</label>
86+ </span>
87+ <span>
88+ <input type="radio" name="reply-pref" id="email-webpage"> <label for="email-webpage">By email and on this webpage.</label>
89+ </span>
90+ <span>
91+ <input type="radio" name="reply-pref" id="no-reply"> <label for="no-reply">Please don't reply. I just wanted to ask.</label>
92+ </span>
8993 </fieldset>
9094 <input type="submit" name="submit" value="Submit!">
9195 </form>
9296 </section>
about-me.htmlView

Built with git-ssb-web