-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.html
More file actions
64 lines (59 loc) · 2.4 KB
/
Copy pathcontent.html
File metadata and controls
64 lines (59 loc) · 2.4 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>Mrs. Andrus's English Class</title>
</head>
<body>
<div class="menu-outer">
<div class="menu">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a class="active" href="content.html">CONTENT</a></li>
<li><a href="calendar.html">CALENDAR</a></li>
<li><a href="assignments.html">ASSIGNMENTS</a></li>
<li><a href="blog.html">BLOG</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</div>
<div class="content">
<h1>Class Content</h1>
<p>Below, you will find helpful links to content that will help you in this class!</p>
<p>These resources are general. For specific assignment resources, see <b>Assignments</b></p>
<div class="links">
<figure>
<p><a href="http://www.shakespearesglobe.com/" target="_blank">
<img src="./photos/globe.jpeg" alt="The Globe Theatre"></a>
<figcaption>Shakespeare's Globe Theater</figcaption>
</figure>
<figure>
<p><a href="http://www.dictionary.com/" target="_blank">
<img src="./photos/dictionary.jpeg" alt="Dictionary"></a>
<figcaption>Dictionary.com</figcaption>
</figure>
<figure>
<p><a href="https://lib.byu.edu/" target="_blank">
<img src="./photos/library.jpeg" alt="Library"></a>
<figcaption>HBLL Resources</figcaption>
</figure>
<figure>
<p><a href="https://quizlet.com/" target="_blank">
<img src="./photos/flashcard.jpeg" alt="Flashcards"></a>
<figcaption>Quizlet</figcaption>
</figure>
<figure>
<p><a href="https://owl.english.purdue.edu/owl/resource/747/01/" target="_blank">
<img src="./photos/reference.png" alt="Reference"></a>
<figcaption>MLA Formatting Guide</figcaption>
</figure><figure>
<p><a href="https://ashleemarie.com/the-worlds-best-hot-chocolate/" target="_blank">
<img src="./photos/hotchocolate.jpeg" alt="Hot Cocoa"></a>
<figcaption>My Favorite Hot Chocolate Recipe — A Studying Essential :)</figcaption>
</figure>
</div>
<footer class="credit_label">
<p>This website designed by Berkeley Andrus. Source code can be found at <a href="https://github.com/bandrus5/260CreativeProject1">https://github.com/bandrus5/260CreativeProject1</a></p>
</footer>
</body>
</html>