This repository was archived by the owner on Jul 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign.html
More file actions
59 lines (55 loc) · 3.74 KB
/
design.html
File metadata and controls
59 lines (55 loc) · 3.74 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet" />
<script src="main.js"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" contents="Heraldry" />
<title>Heraldry - Time Traveller</title>
<link rel="icon" href="images/favicon.svg" />
<link rel="icon" href="favicon.svg" />
<meta name="author" contents="mOctave" />
<meta name="robots" content="index, follow" />
<meta name="keywords" content="heraldry, heralds, art, middle ages, medieval, coat of arms,design">
<meta name="description" content="This website is a beginners guide to heraldry.">
</head>
<body>
<div class="sticky">
<a class="linkbtn" href="index.html">Home</a>
<div class="dropdown">
<a class="linkbtn" href="design.html">Create</a>
<div class="dropdown-content">
<a href="design.html" class="dropdown-content">Design</a>
<a href="elements.html" class="dropdown-content">Elements</a>
<a href="blazons.html" class="dropdown-content">Blazons</a>
</div>
</div>
<a class="linkbtn" href="heralds.html">Heralds</a>
<a class="linkbtn" href="japan.html">Japan</a>
<a class="linkbtn" href="history.html">History</a>
<div class="dropdown">
<a class="linkbtn" href="">Other</a>
<div class="dropdown-content">
<a href="bibliography.html" class="dropdown-content">Bibliography</a>
<a href="gallery.html" class="dropdown-content">Gallery</a>
</div>
</div>
</div>
</div>
<div class="basic">
<h1>Heraldic Design: A Guide</h1>
<p> Heraldic design is a very complicated art form. A coat of arms, or achievement, consists of the shield (or arms, hence the name), the helm and crest (placed on top of the shield), the mantling which flows from the top of the helm, and the
<em>manteau</em> or background cloth. Supporters, <em>torse</em> (twisted two-coloured cloth), a motto in black text on a white background, and often a background tincture complete the coat of arms (often confusingly referred to as a crest),
the supporters holding the shield in place. The general rule of heraldic design is that the things that are different will stand out. Strong and distinguishable colours are used, and many shields are simple, with only one tincture and one
metal (gold or silver) being used. A tincture should not be placed on another tincture, and a metal should not be placed on another metal. It is important to also consider the colours’ qualities, with warmer colours being put further forward
and cooler colours often being used as a background.</p>
<p> The only necessary part of a coat of arms is the shield. Virtually all coats of arms also have a crest, however, and many people are more aware of their crest than they are of their shield. The entire coat of arms should be compact, with
the shield being roughly one half the height of the overall achievement. The shield may be one of a wide variety of shapes, although the classics are heater and French (the elements page uses heater-shaped shields). Fur patterns are also common
in heraldry, such as Ermine (black tails on white). Charges can adopt a number of attitudes and positions, but the most common may be the fighting position <em>rampant</em>. There are many complicated elements in heraldry, but not all of them
are in common use. Some are pictured on the <a href="elements.html">Elements</a> page.
</p>
<p class="authortext">Levi McIntyre, Art Reporter</p>
</div>
</body>
</html>