Skip to content

Commit

Permalink
people drawing project
Browse files Browse the repository at this point in the history
  • Loading branch information
bucketfish committed Nov 10, 2024
1 parent 82ae3c9 commit c1eac0b
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 0 deletions.
Binary file added projects/people/art/fern.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/people/art/matty.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 106 additions & 0 deletions projects/people/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="icon" href="../../images/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta property="og:type" content="website">
<meta property="og:title" content="drawing people · bucketfish" />
<meta property="og:description" content="i'm drawing people." />
<meta name="theme-color" content="#add8ff" />

<title>drawing people · bucketfish</title>
<!-- <link rel="stylesheet" href="../../styles.css"> -->


<style>
.container {
width: 80vw;
margin: 0 auto;
}

.people-list {
padding-top: 16px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
row-gap: 1vw;
}

.person {
width: 32%;
display: flex;
flex-flow: column;
padding: 2px;
border: 1px solid;
align-items: center;
box-sizing: border-box;
}

.person p {
margin: 0;
padding: 5px 10px;
}

.person img {
width: 100%;
/* height: 25vw; */
}

</style>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LJ0L6W4W2V"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-LJ0L6W4W2V');
</script>
<body>
<div class="container">
<h1>i'm drawing people!</h1>
<p>this page is ugly because i haven't gotten around to formatting it properly. for now, it's just a collection of my people-drawing.</p>
<details>
<summary>wanna be drawn?</summary>

<p style="padding-left: 16px">
<b>can u draw me?</b><br/>
· YES ! tell me that you want to be drawn!! also i need like photos of you so send them to me<br/>
· but no promises, and i might also get bored and just stop drawing one day so 😭🙏<br/><br/>
<b>why are they like wildly different styles?</b><br/>
· this is kind of an experimentation on style and colors and personal artistic exploration so quality will definitely vary 🫠<br/><br/>
<b>can i choose how you draw me?</b><br/>
· not for the style, that's for me to experiment on... you can say preferences but i might not follow them in terms of artistic direction because i'm trying to experiment and find something that i enjoy :)<br/>
· on the other hand, feel free to suggest things like clothing or hairstyle or poses or colors i'm always up for those !!!! may or may not follow but i'll try my best ehjghsdgkj<br/><br/>

<b>copyright or something ownership of the artwork?</b><br/>
· i'll be putting tiny watermarks (they exist on the audience-right shoulder of the two above but it's super tiny... not sure if i'll scale it up or something) on the drawings...<br/>
· THE PERSON WHO IS DRAWN may request for a watermark-free version of it :) and use it on whatever they like :)<br/>
· either way, i'll be putting the drawings here and on possibly other sites too!<br/><br/>

i hope i covered all questions but i'll add on to this as we go lol
</p>

</details>

<div class="people-list">
<div class="person">
<a href="art/fern.jpg"><img src="art/fern.jpg" alt=""></a>
<p>fern · 8 nov 2024</p>
<p>the first one! areas of improvement: the clothing needs refinement but i got tired lol.</p>
</div>
<div class="person">
<a href="art/matty.jpg"><img src="art/matty.jpg" alt=""></a>
<p>matty · 9 nov 2024</p>
<p>areas of improvement: hair is messy... shading on clothing is kind of awful.</p>
</div>

</div>
</div>


</body>
</html>

0 comments on commit c1eac0b

Please sign in to comment.