ogey
This commit is contained in:
BIN
public/.DS_Store
vendored
BIN
public/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
BIN
public/img/.DS_Store
vendored
Normal file
BIN
public/img/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
public/img/02A28C77-29ED-4812-9E0A-9D0684F2BE41 Large.jpeg
Normal file
BIN
public/img/02A28C77-29ED-4812-9E0A-9D0684F2BE41 Large.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 222 KiB |
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
public/img/362B4FC0-532A-4F34-9712-8447FE9351CA Large.jpeg
Normal file
BIN
public/img/362B4FC0-532A-4F34-9712-8447FE9351CA Large.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 364 KiB |
BIN
public/img/3956D4B4-77C4-47D7-BB1E-C3112FA3123B Large.jpeg
Normal file
BIN
public/img/3956D4B4-77C4-47D7-BB1E-C3112FA3123B Large.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 358 KiB |
BIN
public/img/6CD9250B-B0F7-4678-9772-4C50982B14D8 Large.jpeg
Normal file
BIN
public/img/6CD9250B-B0F7-4678-9772-4C50982B14D8 Large.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
BIN
public/img/8AF5F314-95AA-43F4-BE1E-91A7D3BD06A0 Large.jpeg
Normal file
BIN
public/img/8AF5F314-95AA-43F4-BE1E-91A7D3BD06A0 Large.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 121 KiB |
@@ -74,6 +74,13 @@
|
||||
document.getElementById("image").innerHTML = newShader;
|
||||
}
|
||||
//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
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -90,6 +97,21 @@
|
||||
</ul>
|
||||
</nav>--->
|
||||
</div>
|
||||
<div class="links">
|
||||
<h2>My links:</h2>
|
||||
<p>discord: @beppe (i got so lucky getting this)</p>
|
||||
<a href="">steam</a>
|
||||
<a href="">github</a>
|
||||
<a href="">tiktok</a>
|
||||
<a href="">twitter</a>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2> my """art""" </h2>
|
||||
<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>
|
||||
<!--<iframe src="home.html" name="main" title="main" class="main_view"></iframe> -->
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user