Website with changes made with/based on my graphic designer Mom's suggestions (thanks Mom!)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<header><h1>Kraken</h1></header>
|
<header><h1>Kraken</h1></header>
|
||||||
<i>FOSS Fexprs: <a title="Kraken on GitHub" href="https://github.com/limvot/kraken">https://github.com/limvot/kraken</a></i>
|
<i>FOSS Fexprs: <a title="Kraken on GitHub" href="https://github.com/limvot/kraken">https://github.com/limvot/kraken</a></i>
|
||||||
<button onclick="toggleTheme()" style="float: right;">Swap Theme</button>
|
<!--<button onclick="toggleTheme()" style="float: right;">Swap Theme</button>-->
|
||||||
<br>
|
<br>
|
||||||
<h3>Demo:</h3>
|
<h3>Demo:</h3>
|
||||||
<div class="run_container">
|
<div class="run_container">
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
(println "Math works:" (+ 1 2))
|
(println "Math works:" (+ 1 2))
|
||||||
</div>
|
</div>
|
||||||
<textarea class="output" id="hello_output">Output will appear here</textarea>
|
<textarea class="output" id="hello_output">Output will appear here</textarea>
|
||||||
<button class="run_button" onclick="executeKraken(hello_editor_jar.toString(), 'hello_output')"><b>Run</b></button> <br>
|
<button class="run_button" onclick="executeKraken(hello_editor_jar.toString(), 'hello_output')">Run</button> <br>
|
||||||
</div>
|
</div>
|
||||||
<h3>Concept:</h3>
|
<h3>Concept:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -25,28 +25,21 @@ body {
|
|||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
padding: 0 .62em;
|
padding: 0 .62em;
|
||||||
font: 1.2em/1.62 'Recursive', sans-serif;
|
font: 1.2em/1.62 'Recursive', sans-serif;
|
||||||
|
background-color: #f5f3ef;
|
||||||
}
|
}
|
||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
line-height:1.2;
|
line-height:0.2;
|
||||||
--rec-wght: 700;
|
--rec-wght: 900;
|
||||||
//--rec-casl: 1;
|
--rec-slnt: -10;
|
||||||
--rec-casl: 0.5;
|
--rec-casl: 0.5;
|
||||||
//--rec-casl: 0;
|
|
||||||
//--rec-mono: 1;
|
|
||||||
--rec-crsv: 1;
|
--rec-crsv: 1;
|
||||||
|
--rec-mono: 0;
|
||||||
|
letter-spacing: -0.015em;
|
||||||
|
font-size: 4em;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
letter-spacing: -0.015em;
|
|
||||||
//line-height:0.2;
|
|
||||||
line-height:0.2;
|
|
||||||
font-size: 4em;
|
|
||||||
--rec-wght: 900;
|
|
||||||
--rec-slnt: -15;
|
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-thickness: 0.4rem;
|
text-decoration-thickness: 0.4rem;
|
||||||
//border-bottom: 0.08em solid;
|
|
||||||
//border-left: 0.1em solid;
|
|
||||||
//display: inline-block;
|
|
||||||
}
|
}
|
||||||
h2 { font-size: 3em; }
|
h2 { font-size: 3em; }
|
||||||
h3 { font-size: 1.5em; }
|
h3 { font-size: 1.5em; }
|
||||||
@@ -77,9 +70,11 @@ b { --rec-wght: 600; }
|
|||||||
font-family: 'Recursive', sans-serif;
|
font-family: 'Recursive', sans-serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
--rec-wght: 900;
|
--rec-wght: 900;
|
||||||
--rec-slnt: -15;
|
--rec-slnt: -10;
|
||||||
--rec-casl: 1;
|
--rec-casl: 0.5;
|
||||||
--rec-crsv: 1;
|
--rec-crsv: 1;
|
||||||
|
--rec-mono: 0;
|
||||||
|
letter-spacing: -0.015em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user