-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathborders-boxes.html
More file actions
134 lines (126 loc) · 7.47 KB
/
borders-boxes.html
File metadata and controls
134 lines (126 loc) · 7.47 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!doctype html>
<html lang="en">
<head>
<title>Borders and boxes</title>
<meta charset="utf-8">
<!-- <meta details go here> -->
<meta name="google-adsense-account" content="ca-pub-9639638377144073">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-UA Compatible" content="ie=edge">
<meta name="author" content="Orris A BakerJr">
<meta name="description" content="HTML, Jquery, Javascript, Multimedia document">
<meta name="theme-color" content="#712cf9">
<meta name="keywords" content="HTML5, Node.js, Jquery">
<meta name="author" content="Ian Andolina">
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="../Bootstrap/dist/assets/img/HTMLBadge.ico">
<link rel="icon" type="image/x-icon" href="../Bootstrap/dist/assets/favicon.ico">
<link rel="alternate" type="application/pdf" href="MainPage.pdf">
<link rel="author" href="mailto:[email protected]">
<link rel="author" type="text/html" href="https://orrisb.github.io">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9639638377144073" crossorigin="anonymous"></script>
<!--Add conditional Javascript-->
<style type="text/css">
#wrapper { text-align:center;
}
.mainpanel {margin:auto; padding:5px; font-size:100%; text-align:center; width:700px; border:1px solid black;
}
.leftcol { float:left; width:30%; text-align:center;
}
.rightcol {float:right; width:68%; text-align:left;
}
br.clear { clear:both;
}
p { margin-top:0; margin-bottom:6px;
}
.img-left { float:left; }
.img-right {float:right; }
#cat { float:right;
margin-right:20px;
margin-left: 5px;
}
</style>
</head>
<body id="wrapper">
<a id="top"></a>
<div id="hdr"><h1> Borders and Boxes</h1></div>
<div class="mainpanel">
<div class="leftcol">
<p><img alt="Ann Roe Jones" height="194" src="images/ann150.gif" width="150"></p>
</div>
<div class="rightcol">
<p> <b>Ann paints under her professional name of Ann L Roe (Jones)</b></p>
<p><b>She is an academician</b> and trustee of the South West Academy of Fine and Applied Arts.</p>
<p><b>Ann studied</b> painting, art and design in France, London and Brighton.</p>
<p><b>Ann's portrait of 'Nico with icons'</b> won her the prestigious Baker Prize for Painting in the South West Academy Open Exhibition.</p><p><b>Ann lives in Colyton Devon, UK. </b>
She paints landscapes and still life, but her particular interest is portrait painting.</p>
</div>
<br class="clear">
</div>
<br>
<div class="mainpanel">
<div class="leftcol">
<p><img alt="Sir Patrick Moore FRS" height="222" src="images/patrickmoore150.jpg" width="150"> </p>
</div>
<div class="rightcol"><br>
<p><b>Ann's portrait of Sir Patrick Moore FRS</b></p><p><b>The astronomer Sir Patrick Moore FRS, </b>
still presents his Sky at Night program on BBC television (channels 1,2 and 4).</p>
<p id="cat"><img class="img-right" alt="Sir Patrick Moore's cat" height="91" src="images/catthumb.jpg" >Ann
painted a separate portrait of Sir Patrick Moore's beloved cat (see inset on the right)</p>
</div>
<br class="clear">
</div><br>
<div class="mainpanel">
<div class="leftcol">
<!--<a id="c"></a>-->
<p><img alt="Chelsea Pensioners" height="153" src="images/pensioners150.jpg" width="150"> </p>
</div>
<div class="rightcol"><br><p><b>Ann's portrait of the three Chelsea Pensioners</b>- Bob, Michael and
Fred - now has a permanent home in the Infirmary Building of the Royal Hospital Chelsea in London.</p>
Unveiled in March 2010 by General the Lord Walker GCB CMG CBE DL, the painting
can be seen by the public in the Foyer.<br>
</div>
<br class="clear">
</div><br>
<footer role="contentinfo">
<div class="footer-inner">
<a href="../">
<h1>Integrating Innovation </h1>
</a>
<div class="company-details">
<p class="copyright"> © <time datetime="2013">2024</time> MarieJanes HTML5 for Fun and Profit</p>
<p class="distributor">Distributor: Findlater HempSmarts Inc & Cannabis in Action Group</p>
<p class="address">414 W 127th, New York, NY 10027</p>
<p class="telephone-number">Tel: 212-665-1678</p>
</div>
<hr class="full">
<div class="footer-nav">
<ul>
<li
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-6 current_page_item menu-item-106">
<a href="#">Our Story</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-105"><a
href="#">Our Flowers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104"><a
href="#">Where To Buy</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-116"><a
href="#" Blog Competition</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-101"><a
href="#">Contact</a></li>
</ul>
<a href=" #" class="drinkaware">Enjoy Hemp Sensibly</a>
</div>
<hr class="full">
<div class="legalese">
<a href="#" class="visit-dot-com"><span>Visit </span>https://orrisb.github.io/#</a>
<a href="#">Cookie & Privacy Policy</a>
<a href="#">Terms & Conditions</a>
</div>
<div class="room150-link">
<a href=" #" class="designed-by">Website design by <span>Orris Baker Jr</span></a>
</div>
</div>
</footer> <!-- /footer -->
</div>
</body>
</html>