<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>freshasketch</title>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Karla&display=swap" rel="stylesheet">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap" rel="stylesheet">

<style>

*{
box-sizing: border-box;
margin: 0;
padding: 0;
}

body{
    background-image: url("https://freshasketch.neocities.org/bg%20tile.jpg");
  background-repeat: repeat;
font-family: 'Karla', sans-serif;
font-size: 16px;
color: #c0d7dfv;
overflow-x: hidden;
}

.bgimg{
position: fixed;
bottom: 0;
left: 150px;
width: 1024px;
}

.sidewrapper{
position: fixed;
left: 0;
top: 0;
height: 100%;
z-index: 4;
}

.sidewrapper2{
display: flex;
flex-direction: row;
height: 100%;
}

.side1{
background-color: #000;
width: 150px;
height: 100%;
display: flex;
flex-direction: column;
text-align: center;
font-size: 28px;
font-family: 'PT Sans Narrow', sans-serif;
padding: 1.5rem 0 1.5rem 0;
overflow: scroll;
overflow-x: hidden;
}

.side2{
background-color: #000;
opacity: 0.7;
width: 50px;
height: 100%;
}


}

.headerborder{
background: rgba(0, 0, 0, 0.8);
width: 100%;
height: 25px;
}

.header{
margin-left: 200px;
font-size: 56px;
padding-top: 3rem;
line-height: 38px;
font-family: 'Arial', sans-serif;
text-shadow: 5px 5px 0px #08263e;
color: #ffffff;
}

.footerwrapper{
width: 100%;
background-color: #000;
opacity: 0.7;
height: 40px;
position: fixed;
bottom: 0;
left: 0;
z-index: 2;
}

.container{
display: flex;
flex-direction: column;
padding: 3rem 3rem 5rem 3rem;
gap: 1rem;
}

.box{
background: #ffffff;
margin-left: 200px;
position: relative;
z-index: 1;
}

.content{
padding: 1rem;

}

.subheaders{
background-color: #000;
color: #fff;
border-bottom: 3px ridge #0f3445;
font-weight: normal;
text-transform: uppercase;
font-size: 16px;
}

.altimitlogo{
position: fixed;
right: 1rem;
top: 42%;
width: 480px;
}

a{
color: #97D9E9;
text-decoration: none;
}

.side1 a{
color: #fff;
text-decoration: none;
}

a:visited{
color: #97D9E9;
}

.side1 a:visited{
color: #fff;
}

a:hover{
font-weight: bold;
text-shadow: none;
}

.side1 a:hover{
font-weight: normal;
text-shadow: 0 0 10px #fff;
color: #ffffff;
}

a:active{
font-weight: normal;
}

::-webkit-scrollbar{
width: 8px; 
}
    
::-webkit-scrollbar-track{
background-color: #000;
}

::-webkit-scrollbar-thumb{
background-color: #ffffff;
}

.side1::-webkit-scrollbar{
width: 3px; 
}
    
.side1::-webkit-scrollbar-track{
background-color: #4d8da5;
}

.side1::-webkit-scrollbar-thumb{
background: #4d8da5;
}

#credit{
color: #fff;
font-size: 12px;
position: fixed; 
bottom: 0;
right: 0;
z-index: 3;
}

@media(max-width:750px){
body{
background: #4d8da5;
background: linear-gradient(90deg, #4d8da5 0%, #4d8da5 8%, #4d8da5 20%, #4d8da5 33%, #4d8da5 63%, #4d8da5 77%, #4d8da5 100%);
}
.bgimg{
position: fixed;
bottom: 0;
left: 0;
}
.img{
width: 300px;
}
.headerwrapper{
position: relative;
z-index: 4;
}
.header{
margin: 0;
}
.headerborder{
display: none;
}
.sidewrapper{
position: relative;
z-index: 5;
position: sticky;
top: 0;
}
.sidewrapper2{
display: flex;
flex-direction: column;
width: 100%;
}
.side1{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;
height: auto;
padding: 0.5rem;
font-size: 18px;
}
.side1 img{
width: 48px;
}
.side2{
width: 100%;
height: 25px;
}
.container{
padding: 1rem 1rem 4rem 1rem;
}
.box{
margin: 0;
}

.image-row {
  display: flex;
  justify-content: space-between; /* this will add equal space between each image */
}

figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
}

figcaption {
  background-color: black;
  color: pink;
  font-style: italic;
  padding: 2px;
  text-align: center;
}

</style>

</head>



<!-- HEADER -->
<div class="headerwrapper">

<h1 class="header">freshasketch</h1>
<div class="headerborder">.</div>

</div>

<div class="sidewrapper">
<div class="sidewrapper2">

<!-- SIDEBAR LINKS -->
<div class="side1">
<a href="https://freshasketch.neocities.org/"><img src="https://freshasketch.neocities.org/image01.png" width="128" height="128"><p>HOME</p></a>
<a href="https://freshasketch.neocities.org/read-me"><img src="https://freshasketch.neocities.org/image01.png" width="128" height="128"><p>READ ME</p></a>
<a href="https://freshasketch.neocities.org/contact"><img src="https://freshasketch.neocities.org/image01.png" width="128" height="128"><p>CONTACT</p></a>
<a href="https://freshasketch.carrd.co/"><img src="https://freshasketch.neocities.org/image01.png" width="128" height="128"><p>LINKS</p></a>

</div>

<div class="side2">
.
</div>
</div>
</div>

<div class="container">

<body>

<!-- BOX 0 -->
<div class="box">
<div class="content">
<p>TITLE</p>

<div class="image-row">


<img src="https://freshasketch.neocities.org/sheet%20art%205.png" width="230">
<img src="https://freshasketch.neocities.org/sheet%20art%205.png" width="230">
<img src="https://freshasketch.neocities.org/sheet%20art%205.png" width="230">
 
 <figcaption> hi </figcaption>
 
<img src="https://freshasketch.neocities.org/sheet%20art%205.png" width="230"> 
<img src="https://freshasketch.neocities.org/sheet%20art%205.png" width="230">
<img src="https://freshasketch.neocities.org/sheet%20art%205.png" width="230">

<img src="https://freshasketch.neocities.org/sheet%20art%205.png" width="230"> 
<img src="https://freshasketch.neocities.org/sheet%20art%205.png" width="230">
<img src="https://freshasketch.neocities.org/sheet%20art%205.png" width="230">

</div>
</div>
</div>

<!-- BOX 1 -->
<div class="box">
<div class="content">

<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<p><h2>emotes</h2>
<br>$25 each (3 for $69)
<br>
<br>text only / photo edits: $15
<br>
<br>resize existing image: $5


</div>
</div>

<!-- BOX 2 -->
<div class="box">
<div class="content">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img>
<p><h2>sub/bit/point badges</h2>
<br>set of 5 color variants: $30
<br>&emsp;additional badges: $3 each
<br>
<p><br>complicated sets: $35+</p>
</div>
</div>

<!-- BOX 3 -->
<div class="box">
<div class="content">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img>
<p><h2>animated emotes!</h2>
<br>blink: $35
<br>
<br>simple animation: $50
<br>
<br>detailed animation: $55+

</div>
</div>

<!-- BOX 4 -->
<div class="box">
<div class="content">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img>
<p>
<h2>ICONS</h2>
<br>painted: $50
<br>
<br>flat shaded: $40
<br>
<br>crayon style: $20
<br>
<br>sketch only: $10

</div>
</div>

<!-- BOX 5 -->
<div class="box">
<div class="content">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img style="float:right;margin:0px 0px 10px 10px;max-width:230px;" src="https://freshasketch.neocities.org/sheet%20art%205.png">
<img>
<p>
<h2>CHIBI</h2>
<br>squigglevision: $50
<br>
<p><br>static: $35</p>
</div>
</div>

<!-- BOX 10 -->
<div class="box">
<div class="content">
<img style="float:right;margin:0px 0px 10px 10px;width:230px;border:1px solid #97D9E9;" src="https://freshasketch.neocities.org/sheet%20art%205.png"><img>
<p>BODY</p>
</div>
</div>

<img class="altimitlogo" src="RIGHT BG IMAGE HERE">
</div>

<div class="footerwrapper">
.
</div>

</body>

</html>