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>
|
||||
import * as img from 'img/'
|
||||
function shade() {
|
||||
shaderWebBackground.shade({
|
||||
shaders: {
|
||||
@@ -75,7 +76,6 @@
|
||||
}
|
||||
//shade()
|
||||
function load_img() {
|
||||
import * as img from 'img/'
|
||||
for var i=0;i<img.length;i++) {
|
||||
document.querySelector("iamge-container").innerHTML+=('<img src='+igm[i].src);
|
||||
// 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.
|
||||
|
||||
Here are some of the results: </p>
|
||||
<div class="image-container"></div>
|
||||
<div class="image-container" onload="load_img()"></div>
|
||||
</div>
|
||||
<!--<iframe src="home.html" name="main" title="main" class="main_view"></iframe> -->
|
||||
</body>
|
||||
|
@@ -3,6 +3,7 @@ body {
|
||||
color: white;
|
||||
text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
|
||||
display: grid;
|
||||
background: #333;
|
||||
}
|
||||
|
||||
a:link {
|
||||
|
Reference in New Issue
Block a user