Skip to content

Commit 9115896

Browse files
Add files via upload
1 parent d34006e commit 9115896

2 files changed

Lines changed: 15 additions & 12 deletions

File tree

drawing.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no maximum-scale=1.0">
1313
<style>
1414
html, body {
15-
background-color: white;
15+
background-color: #c9bbbb;
1616
margin: 0; padding: 0; height: 100%;
1717
overflow: hidden;
1818
}
@@ -27,7 +27,7 @@
2727
}
2828
#buttons {
2929
touch-action: manipulation;
30-
border-top: 1px solid #ccc;
30+
border-top: 1px solid;
3131
position: fixed;
3232
bottom: 0;
3333
left: 0;
@@ -41,13 +41,14 @@
4141
<body>
4242
<canvas id="c" style="border: 1px solid black; image-rendering: pixelated; touch-action: none; cursor: crosshair;"></canvas>
4343
<div id="buttons" style="display: flex; justify-content: center; align-items: center;">
44-
<img onclick="undo()" id="dogState" src="assets/undo.webp" width="50" height="50">
45-
<img onclick="toggleBrushSize()" id="brushsize" src="assets/sizeL.webp" width="50" height="50">
46-
<img onclick="toggleColor()" id="colorswitch" src="assets/colourBlack.webp" width="50" height="50">
47-
<img onclick="toggleEraser()" id="toolpic" src="assets/drawing.webp" width="50" height="50">
48-
<img onclick="upload()" id="savepic" src="assets/save.webp" width="50" height="50">
49-
<img onclick="clearCanvas()" id="clearState" src="assets/clear.webp" width="50" height="50">
50-
<img src="assets/i.webp" width="50" height="50" onclick="alert('by using this program you consent to all produced artworks and ideas becoming intellectual property of any and all of the following entities: BlackRock, Lockheed Martin, Meta, Amazon, and Quaker Oats')">
44+
<a href="https://espcowdog.com"><img src="assets/home.webp" width="45" height="45"></a>
45+
<img onclick="undo()" id="dogState" src="assets/undo.webp" width="45" height="45">
46+
<img onclick="toggleBrushSize()" id="brushsize" src="assets/sizeL.webp" width="45" height="45">
47+
<img onclick="toggleColor()" id="colorswitch" src="assets/colourBlack.webp" width="45" height="45">
48+
<img onclick="toggleEraser()" id="toolpic" src="assets/drawing.webp" width="45" height="45">
49+
<img onclick="upload()" id="savepic" src="assets/save.webp" width="45" height="45">
50+
<img onclick="clearCanvas()" id="clearState" src="assets/clear.webp" width="45" height="45">
51+
<img src="assets/i.webp" width="45" height="45" onclick="alert('by using this program you consent to all produced artworks and ideas becoming intellectual property of any and all of the following entities: BlackRock, Unilever, Meta, Amazon, and Quaker Oats')">
5152
</div>
5253
<script>
5354
window.addEventListener('load', resizeCanvasToDisplay);
@@ -333,4 +334,4 @@
333334
});
334335
</script>
335336
</body>
336-
</html>
337+
</html>

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<div class="title"><pre style="color:white; font-family:courier; text-shadow: 5px 5px blue;"><script src="randomtitle.js"></script></pre>
1313
</div></head>
1414
<div class="topnav"><nav style = "font-family:courier; color:white";><h1>
15-
<a href="https://espcowdog.com/audio" target="_self">output</a>
15+
<a href="https://espcowdog.com/drawing" target="_self">draw</a>
1616
<a href="https://espcowdog.com/talkto" target="_self">mail</a>
1717
<a href="https://espcowdog.com/links" target="_self">about</a></small>
1818
</h1></nav></div>
1919
<!-- mobile -->
2020
<div class="mobilenav" style="padding-left:3vh;">><nav style = "font-family:courier; color:white";><h1>
21-
<a href="https://espcowdog.com/audio" target="_self">output</a>
21+
<a href="https://espcowdog.com/drawing" target="_self">draw</a>
2222
<a href="https://espcowdog.com/talkto" target="_self">mail</a>
2323
<a href="https://espcowdog.com/links" target="_self">about</a>
2424
<!-- <a href="http://espcowdog.com" target="_self"> <img class="mobilebutton" src="home.png" style=""></a> -->
@@ -593,3 +593,5 @@
593593
y = e.offsetY;
594594
}
595595
};
596+
597+

0 commit comments

Comments
 (0)