-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
71 lines (58 loc) · 2.56 KB
/
Copy pathpublications.html
File metadata and controls
71 lines (58 loc) · 2.56 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
68
69
70
71
<!DOCTYPE html>
<html>
<head><link rel="stylesheet" type="text/css" href="DBStylesheet2.css">
<header>
<!--- Navigation bar -->
<div class="nav">
<div id="clearfix">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="DBPublications" class="active">Career</a></li>
<li><a href="DBChallenges.html">Challenges</a></li>
<li><a href="Timeline.html">Timeline</a></li>
<li><a href="DBExploreMore.html">Explore More</a></li>
</ul>
</div>
</div>
</header>
<body>
</head>
<center><h1> Scientific Work</h1></center>
<p> Dorothy Bennett was known as an author for teenage books, and an illustrator and editor for <br> children's books. She worked with the Little Golden Books company mainly helping the authors<br> edit their books.
<br>
<br>
Throughout the years Bennett also took time to travel the wonders of the world, one of those wonders included traveling to Peru.
<video loop muted autoplay poster="DorothyBennet_inset3.jpeg" width = "700" height ="500" controls>
<source src="The Peruvian Eclipse Expedition.mp4" type="video/mp4">
</video>
<div class="row">
<div class="column">
<h3>Her Illustrations</h3>
<br>
<img width="200" src="https://images-na.ssl-images-amazon.com/images/I/51HVik4-xgL._SX258_BO1,204,203,200_.jpg"></img>
<figcaption>The Poky Little Puppy, October 1, 1942</figcaption>
<img width="200" src="https://images-na.ssl-images-amazon.com/images/I/91iFE8msxWL.jpg"></img>
<figcaption>The Little Red Hen, 1918</figcaption>
<img width="200" src="https://images-na.ssl-images-amazon.com/images/I/51j2bl6nMzL.jpg"></img>
<figcaption>Three little Kittens, 2010</figcaption>
<img src="https://images-na.ssl-images-amazon.com/images/I/91bn0f20%2BzL._AC_UL320_SR212,320_.jpg"></img>
<figcaption>A Golden Nature Guide, 1949-2002</figcaption>
</div>
<div class="column">
<h3>Her Books</h3>
<br>
<img width="200" src="https://images-na.ssl-images-amazon.com/images/I/91mTgACL8xL.jpg"></img>
<figcaption>Sold To The Ladies Or The Incredible but True Adventures of Three Girls on a Barge, 1940</figcaption>
<img width="200" src="https://images.gr-assets.com/books/1498915778l/35562767.jpg"></img>
<figcaption>The New Golden Encyclopedia, 1964</figcaption>
<img width="200" src="https://images-na.ssl-images-amazon.com/images/I/51jJo9m7umL._SX384_BO1,204,203,200_.jpg"></img>
<figcaption>The Golden Almanac, 1944</figcaption>
</div>
</div>
<br>
<footer>
<cite> JSTOR Daily<a
href="https://daily.jstor.org/dorothy-bennett/"> The Star-Strudded Life of Ms.Dorothy Bennett</a>-Accessed: April 2, 2016</i> By: Amy Sohn</cite>
</footer>
</body>
</html>