-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrawing.html
83 lines (83 loc) · 3.31 KB
/
drawing.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Waveform Generation</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/wavgen.css">
<link rel="stylesheet" href="css/fonts.css">
<style>
@media screen and (max-width: 700px) {
.responsive-div {
width: 95%;
}
}
</style>
</head>
<body>
<!-- Placeholder for the subnav component -->
<div id="artsubnav-container"></div>
<!-- The Modal -->
<div id="myModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="img01" alt="drawing1">
<div id="caption"></div>
</div>
<div class="header">
<h2><a href="drawing.html">Sketching & Illustration</a></h2>
</div>
<a href="drawing.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #FFBA52; color: #FFFFFF; font-family: 'Libre Baskerville'; padding: 20px; margin: 20px left; border: 5px solid #4E008E;
background-image: url('images/textures/redcolumnmedium.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Libre Baskerville'; color: #FFFFFF;">The Art of Drawing & Illustration</h1>
<h2 style="font-family: 'Libre Baskerville'; color: #FFFFFF;">Visual Development Through Sketching</h2>
<p style="font-family: 'Libre Baskerville'; color: #FFFFFF;">
Exploring the foundational art of sketching and drawing as a means of visual development and creative expression. Each
stroke and line builds upon the last, developing ideas from simple concepts into fully realized illustrations. Through
various techniques and mediums - from pencil and charcoal to digital tablets - we capture the essence of form and movement.
</p>
<p style="font-family: 'Libre Baskerville'; color: #FFFFFF;">
The process of illustration begins with rough sketches, evolving through iterations of refinement and detail. This journey
from initial concept to finished piece reveals the power of drawing as both a planning tool and an art form in itself.
Whether quick gestural studies or detailed technical illustrations, each drawing represents a step in the visual
development process.
</p>
</div>
</a>
<div class="row">
<div class="side">
<h3>Concept Sketches</h3>
<p><img src="images/1.gif" alt="Drawing 1" style="width:320px;height:240px;"></p>
</div>
<div class="main">
<h4>Sketch Development</h4>
<h4>Pencil + Paper 2024</h4>
</div>
</div>
<div class="row">
<div class="side">
<h3>Work in Progress</h3>
<p><img src="images/1.gif" alt="Drawing 2" style="width:320px;height:240px;"></p>
</div>
<div class="main">
<h4>Illustration Process</h4>
<h4>Mixed Media 2024</h4>
</div>
</div>
<div class="row">
<div class="side">
<h3>Future Illustrations</h3>
<p><img src="images/1.gif" alt="Drawing 3" style="width:320px;height:240px;"></p>
</div>
<div class="main">
<h4>Stop Motion Project</h4>
<h4>Digital + Traditional 2024</h4>
</div>
</div>
<!-- Placeholder for the footer component -->
<div id="footer-container"></div>
<!-- Load the component loader script -->
<script src="js/loadComponents.js"></script>
<script src="js/modal.js"></script>
</body>
</html>