-
Notifications
You must be signed in to change notification settings - Fork 0
/
renaissance_tall.html
47 lines (42 loc) · 1.55 KB
/
renaissance_tall.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
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<title>Renaissance Style</title>
<link href="furniture_diagram.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>A Quick Guide to French Antiques</h1>
<br>
Based on the book <br>
<a href="http://www.amazon.com/French-Furniture-From-Louis-XIII/dp/0821226835"><em>"French Furniture: From Louis XIII to Art Deco"</em></a>
<br>
All photos listed on <a href="http://www.1stdibs.com/"><strong>"1stDibs"</strong></a>
<br>
<h1>The Renaissance Style</h1>
<br>
<h2>Tall Cabinet Pieces</h2>
<div class="grid">
<div>
<h3>Armoires</h3>
<img src="http://shard1.1stdibs.us.com//archivesE/upload/8527/149/XXX_8527_1291684709_1.jpg"
alt="Renaissance Armoire">
<div class="features-container">
<ul class="features">
<li>Carvings
<ul>
<li>Masks <div class="highlight" style="background-color:red; top:200px; left:300px; width:100px; height:50px;"></div></li>
<li>Acanthus Leaves <div class="highlight" style="background-color:blue; top:400px; left:100px; width:50px; height:100px;"></div></li>
</ul>
</li>
</ul>
</div>
</div>
<div>
<h3>Cabinet a Deux Corps</h3>
<img src="http://shard4.1stdibs.us.com//archivesE/upload/8527/153/XXX_8527_1294711392_1.jpg"
alt="Renaissance Deux-Corps">
<img src="http://shard3.1stdibs.us.com//archivesB/upload/1stdibsC/121407_ZH/RobertBurgeNY/5/xDSCN3582.jpg" alt="Renaissance Deux-Corps">
</div>
</div>