-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (58 loc) · 4.53 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
<!DOCTYPE html>
<html>
<head>
<title>The Official Clifford Brycelea Web Site</title>
<meta charset="UTF-8">
<meta name="keywords" content="Clifford, Brycelea, Clifford Brycelea, Artist, Native American, Navajo" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/common.css" />
</head>
<body style="background-image: url(images/backgrounds/sandstone.png);">
<div class="header">
<div class="title-text" style="background-image: url(images/backgrounds/slatePattern.png);">
<h1>The Official Clifford Brycelea Website</h1>
</div>
<div class="seal">
<img src="images/common/Great_Seal_of_the_Navajo_Nation.png" alt="Great Seal of the Navajo Nation" id="seal">
</div>
</div>
<div class="home-main" style="background-image: url(images/backgrounds/homeBackground.jpg);">
<div class="nav" style="background-image: url(images/backgrounds/sandstone.png);">
<div class="nav-link current-page"><a style="background-image: url(images/backgrounds/slatePattern.png);" href="index.html">Home</a></div>
<div class="nav-link"><a style="background-image: url(images/backgrounds/slatePattern.png);" href="prints.html">Prints</a></div>
<div class="nav-link"><a style="background-image: url(images/backgrounds/slatePattern.png);" href="books.html">Books</a></div>
<div class="nav-link"><a style="background-image: url(images/backgrounds/slatePattern.png);" href="resume.html">Resume</a></div>
<div class="nav-link"><a style="background-image: url(images/backgrounds/slatePattern.png);" href="biography.html">Biography</a></div>
<div class="nav-link"><a style="background-image: url(images/backgrounds/slatePattern.png);" href="southwestArt.html">Southwest Art</a></div>
</div>
<div class="content">
<img src="images/paintings/Summer_Rain.jpg" alt="Summer Rain">
<p id="1">Clifford Brycelea is a quiet, thoughtful man. Like most men of this type, when he makes a statement, it usually carries weight. The award winning Navajo artist realizes that he has the power to influence and reach many people with his painting. He regards this ability to make a statement with respect.</p>
<p id="2">Brycelea is a mystical artist, a spiritual artist and a realist. There is much in the mystical and spiritual that is real and he tries to bring that to the people that appreciate his paintings. His subjects nearly always reflect a culture and belief of Native Americans. He paints their legends, their stories, and their lifestyles. Brycelea does not limit his subjects to the Navajo for he has studied many Indian cultures and found that they share a great deal.</p>
<p id="3">He has been winning awards for his art since he was ten years old. Since graduating from Fort Lewis College in Durango, Colorado, he has shown his work in galleries across the country, illustrated magazines articles and books and experimented in different techniques.</p>
<p id="4">While his style can not be stereotyped, the quality of his work is well known among Indian art lovers. He continues to win awards, among them three gold medals from the American Indian Cowboy Artists Society, and Indian Arts & Crafts Association 1987 Artist-Of-The-Year.</p>
<p id="5">In every Brycelea painting there is a story. For every person, the story is different. The artist leaves that to you.</p>
</div>
<img class="divider" src="images/common/stonrul.png">
<div class="contact">
<h1>Contact Information</h1>
<img src="images/common/cpicture.JPG" alt="">
<p>1721 Montano St.<br/>
Santa Fe, NM 87505<br/>
<a href="mailto:[email protected]" target="_blank">[email protected]</a><br/>
(505)690-5840</p>
</div>
<div class="mobile-seal">
<img src="images/common/Great_Seal_of_the_Navajo_Nation.png" alt="Great Seal of the Navajo Nation" id="seal">
</div>
</div>
<div class="copyright">
<p>Please send questions or comments about this website to <a href="mailto:[email protected]" target="_blank">Ed Shropshire</a>.<br/>
Copyright © 2022 The Official Clifford Brycelea Website<br/>
Last Modified: August 19, 2022</p>
</div>
</body>
</html>