-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
168 lines (143 loc) · 6.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html>
<title>Etch's Cafe</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata">
<style>
body, html {
height: 100%;
font-family: "Inconsolata", sans-serif;
}
.bgimg {
background-position: center;
background-size: cover;
background-image: url("https://images.pexels.com/photos/6267/menu-restaurant-vintage-table.jpg?auto=compress&cs=tinysrgb&h=750&w=1260");
min-height: 75%;
}
.menu {
display: none;
}
</style>
<body>
<!-- Links (sit on top) -->
<div class="w3-top">
<div class="w3-row w3-padding w3-dark-grey">
<div class="w3-col s3">
<a href="#" class="w3-button w3-block w3-black">HOME</a>
</div>
<div class="w3-col s3">
<a href="#about" class="w3-button w3-block w3-black">ABOUT</a>
</div>
<div class="w3-col s3">
<a href="#menu" class="w3-button w3-block w3-black">MENU</a>
</div>
<div class="w3-col s3">
<a href="#where" class="w3-button w3-block w3-black">WHERE</a>
</div>
</div>
</div>
<!-- Header with image -->
<header class="bgimg w3-display-container w3-grayscale-min" id="home">
<div class="w3-display-bottomleft w3-center w3-padding-large w3-hide-small">
<span class="w3-tag">Commission availability:</span>
</div>
<div class="w3-display-middle w3-center">
<span class="w3-text-blue" style="font-size:160px">Etch's<br>Cafe</span>
</div>
<div class="w3-display-bottomright w3-center w3-padding-large">
<span class="w3-text-white">Closed</span>
</div>
</header>
<!-- Add a background color and large text to the whole page -->
<div class="w3-sand w3-grayscale w3-large">
<!-- About Container -->
<div class="w3-container" id="about">
<div class="w3-content" style="max-width:700px">
<h5 class="w3-center w3-padding-64"><span class="w3-tag w3-wide">ABOUT THE CAFE</span></h5>
<p>This Cafe was made so Etch could share his work with the world. Notice: This website is a full test website and only a showcase of my skills and such. This site is free and will not be used for any commerce yet. Will get a paid domain soon. Thank you.</p>
<p>In addition to our full espresso ranked art and brew bar menu, we serve fresh made-to-order headshots and characters, as well as a selection of sides and ref sheets.</p>
<div class="w3-panel w3-leftbar w3-light-grey">
<p><i>"Use these products when and where you want, and no we don't actually sell food sorry. We do sell very cool stickers and backgrounds though!</i></p>
<p>Chef, Artist, Designer, 3d Design enthusiast, all of the above: Etch</p>
</div>
<img src="https://images.pexels.com/photos/1467435/pexels-photo-1467435.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" style="width:100%;max-width:1000px" class="w3-margin-top">
<p><strong>Opening hours:</strong> free to contact every day, yet may be busy on Sundays and Saturdays. I try to get back as soon as possible and will follow up with any questions or ideas with pleasure.</p>
<p><strong>Area of in person contact:</strong> Midwest USA</p>
</div>
</div>
<!-- Menu Container -->
<div class="w3-container" id="menu">
<div class="w3-content" style="max-width:700px">
<h5 class="w3-center w3-padding-48"><span class="w3-tag w3-wide">THE MENU</span></h5>
<div class="w3-row w3-center w3-card w3-padding">
<a href="javascript:void(0)" onclick="openMenu(event, 'Characters');" id="myLink">
<div class="w3-col s6 tablink">Characters</div>
</a>
<a href="javascript:void(0)" onclick="openMenu(event, 'PreMade');">
<div class="w3-col s6 tablink">PreMade</div>
</a>
</div>
<div id="Characters" class="w3-container menu w3-padding-48 w3-card">
<h5>Headshot</h5>
<p class="w3-text-grey">Non colored character headshot 5.50</p><br>
<h5>Colored Headshot</h5>
<p class="w3-text-grey">A character headshot but with color! 7.00</p><br>
<h5>Colored Headshot + accessory</h5>
<p class="w3-text-grey">A colored character headshot with accessory 7.50</p><br>
<h5>Full character</h5>
<p class="w3-text-grey">A full character drawn with no color 10.50</p><br>
<h5>Full character colored</h5>
<p class="w3-text-grey">A full colored character 14.50</p>
</div>
<div id="PreMade" class="w3-container menu w3-padding-48 w3-card">
<h5>PreMade Character ref sheet</h5>
<p class="w3-text-grey">A premade character base, free to color and change. Do not remove credit. 2.50</p><br>
<h5>PreMade cartoon character</h5>
<p class="w3-text-grey">A premade cartoon styled little character base 4.50</p><br>
<h5>PreMade cartoon headshot</h5>
<p class="w3-text-grey">A premade cartoon styled character headshot base 3.00</p><br>
<h5>PreMade cartoon emojis</h5>
<p class="w3-text-grey">A premade cartoon style emoji set base for emojis, discord, messaging, and more! 3.00</p><br>
<h5>PreMade pfp</h5>
<p class="w3-text-grey">A premade profile picture base, do not remove small credit that is only visible when zoomed. 2.50</p>
</div>
<img src="https://images.pexels.com/photos/1813466/pexels-photo-1813466.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" style="width:100%;max-width:1000px;margin-top:32px;">
</div>
</div>
<!-- Contact/Area Container -->
<div class="w3-container" id="where" style="padding-bottom:32px;">
<div class="w3-content" style="max-width:700px">
<h5 class="w3-center w3-padding-48"><span class="w3-tag w3-wide">WHERE TO CONTACT</span></h5>
<p>Find me at [email protected]. </p>
<img src="https://images.pexels.com/photos/1432676/pexels-photo-1432676.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" class="w3-image" style="width:100%">
<p><span class="w3-tag">FYI!</span> Message me using the email above to ask for a commission for Characters, and then check out my account here to buy a premade item! </p>
<p><strong>Account</strong> https://gumroad.com/etchedwithin</p>
</div>
</div>
<!-- End page content -->
</div>
<!-- Footer -->
<footer class="w3-center w3-light-grey w3-padding-48 w3-large">
<p>Thank you for looking.</p>
</footer>
<script>
// Tabbed Menu
function openMenu(evt, menuName) {
var i, x, tablinks;
x = document.getElementsByClassName("menu");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablink");
for (i = 0; i < x.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" w3-dark-grey", "");
}
document.getElementById(menuName).style.display = "block";
evt.currentTarget.firstElementChild.className += " w3-dark-grey";
}
document.getElementById("myLink").click();
</script>
</body>
</html>