-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext.html
More file actions
67 lines (53 loc) · 2.07 KB
/
context.html
File metadata and controls
67 lines (53 loc) · 2.07 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
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Establishing Context</title>
<link rel="icon" type= "image/png" href="images/logo.png">
<link rel="stylesheet" type="text/css" href="css/default.css">
<link rel="stylesheet" type="text/css" href="css/mine.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</head>
<body>
<a href = "#content" class = "skip">Skip to Content</a>
<header>
<nav>
<ul>
<li>
<a href = "intro.html">Introduction</a>
<a href = "context.html" class = "current">Context</a>
<a href = "theoutsiders.html">The Ousiders</a>
<a href = "thepresent.html">The Present</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</li>
</ul>
</nav>
</header>
<main id ="content">
<div class="text">
<h1>The Black Arts Movement</h1>
</div>
<div class="photo">
<figure>
<img src= "images/context/bellows.jpg" alt="Cleveland Bellow, Duke, 1968">
<figcaption>Cleveland Bellow, Duke, 1968</figcaption>
</figure>
</div>
</main>
<div class="text">
<p>The Black Arts Movement is often viewed as the sister to the Black Power Movement and came about during a time of political unrest. The movement sought to provide a corrective to images that were viewed as harmful and attempted to correct these images through the creation of works that centered the black experience, and were revolutionary. Although it was primarily a literary movement, the movement's concepts also applied to the visual arts.</p>
</div>
<footer>
<nav>
<a href = "intro.html">Introduction</a>
<a href = "context.html" class = "current">Context</a>
<a href = "theoutsiders.html">The Ousiders</a>
<a href = "thepresent.html">The Present</a>
</nav>
<small>© Rochelle Campbell</small>
</footer>
</body>
</html>