ogey :333
This commit is contained in:
Binary file not shown.
BIN
public/.main.css.swp
Normal file
BIN
public/.main.css.swp
Normal file
Binary file not shown.
@@ -55,6 +55,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
|
import * as img from 'img/'
|
||||||
function shade() {
|
function shade() {
|
||||||
shaderWebBackground.shade({
|
shaderWebBackground.shade({
|
||||||
shaders: {
|
shaders: {
|
||||||
@@ -75,7 +76,6 @@
|
|||||||
}
|
}
|
||||||
//shade()
|
//shade()
|
||||||
function load_img() {
|
function load_img() {
|
||||||
import * as img from 'img/'
|
|
||||||
for var i=0;i<img.length;i++) {
|
for var i=0;i<img.length;i++) {
|
||||||
document.querySelector("iamge-container").innerHTML+=('<img src='+igm[i].src);
|
document.querySelector("iamge-container").innerHTML+=('<img src='+igm[i].src);
|
||||||
// via https://stackoverflow.com/a/61382627
|
// via https://stackoverflow.com/a/61382627
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
<p>A while ago i got gifted an ipad mini by a family member, so out of interest i borrowed my sisters pencil and fell in love with learning how to draw. Drawing for some reason made me really statisfied/happy. So since then i've kept drawing (we're 2 months in now at the time of writing this) and really enjoyed it ever since.
|
<p>A while ago i got gifted an ipad mini by a family member, so out of interest i borrowed my sisters pencil and fell in love with learning how to draw. Drawing for some reason made me really statisfied/happy. So since then i've kept drawing (we're 2 months in now at the time of writing this) and really enjoyed it ever since.
|
||||||
|
|
||||||
Here are some of the results: </p>
|
Here are some of the results: </p>
|
||||||
<div class="image-container"></div>
|
<div class="image-container" onload="load_img()"></div>
|
||||||
</div>
|
</div>
|
||||||
<!--<iframe src="home.html" name="main" title="main" class="main_view"></iframe> -->
|
<!--<iframe src="home.html" name="main" title="main" class="main_view"></iframe> -->
|
||||||
</body>
|
</body>
|
||||||
|
@@ -3,6 +3,7 @@ body {
|
|||||||
color: white;
|
color: white;
|
||||||
text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
|
text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
background: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
|
Reference in New Issue
Block a user