Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Boccaccio-s-Decameron/bencivengadecameron.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
31 lines (31 sloc)
1.86 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html> | |
<head> | |
<title>The Women of Boccaccio's Decameron</title> | |
<link rel="stylesheet" type="text/css" href="decameroncss2.css" /> | |
</head> | |
<body> | |
<div><h1>The Women of Boccaccio's Decameron</h1></div> | |
<img src="http://t0.gstatic.com/images?q=tbn:ANd9GcSArh4dFnOoicUz-D3KW9ZWyWKi_mgN8t_ANPC6l1dToVA7lWEsSQ" width="100" alt="some text"></img> | |
<div id="navbar"> | |
<ul> | |
<li class="active"><a href="index.html"><span>home</span></a></li> | |
<li class="active"><a href="about.html"><span>about</span></a></li> | |
<li class="has-sub"><a><span>characters</span></a></li> | |
<li class="active"><a href="resources.html"><span>text</span></a></li> | |
<li class="active"><a href="conclusion.html"><span>conclusion</span></a></li> | |
<li class="active"><a href="reading-view.html"><span>resources</span></a></li> | |
</ul> | |
</div> | |
<h2><i>Our Project</i></h2> | |
<p> This project is going to explore the women in Boccaccio's Decameron in an attempt to see | |
if this piece of Italian literature can really be considered to be a femininist tale. </p> | |
<h3><i>Background on the text</i></h3> | |
<p> For those who may not be familiar, the Decameron is a collection of short stories | |
written by Giovanni Boccaccio, and were originally in Italian. There are a hundred | |
stories in total, and they are broken up into "Days" in which there are ten in total, | |
and each day ten different stories are told. Despite the sexual and occassionally light | |
hearted spirit of the stories, the stories date back to the Fourteenth Century and take | |
place during the time of the Black Death. </p> | |
</body> | |
</html> |