-
Notifications
You must be signed in to change notification settings - Fork 0
/
detail9.html
61 lines (54 loc) · 2.1 KB
/
detail9.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE HTML>
<html>
<head>
<title>Mark</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="preview">
<div class="inner">
<div class="content">
<h1></h1>
<h2>Rare But Real Heros</h2>
</div>
<a href="index.html" class="button hidden"><span>Let's Go</span></a>
</div>
</header>
<!-- Main -->
<div id="preview">
<div class="inner">
<div class="image fit">
<img src="images/pic09.jpg" alt="" />
</div>
<div class="content">
<header>
<h2>Desmond Doss</h2>
</header>
<p>Desmond Thomas Doss (7 February 1919–23 March 2006), recipient of the Medal of Honor, was born in Lynchburg and was the son of William Thomas Doss, a carpenter, and Bertha Edward Oliver Doss, who worked at the Craddock-Terry Company shoe factory. He went to work for a lumber company after completing one year of high school. Raised as a strict Seventh Day Adventist, he became a deacon of the Park Avenue Seventh Day Adventist Church when he was twenty-one.</p>
<a class="btn-btn-primary" href="https://www.biographyonline.net/scientists/stephen-hawking.html" role="button">Click here to know more about this legent</a>
</div>
<a href="detail8.html" class="nav previous"><span class="fa fa-chevron-left"></span></a>
<a href="detaiL10.html" class="nav next"><span class="fa fa-chevron-right"></span></a>
</div>
<!-- Footer -->
<footer id="footer">
<a href="#" class="info fa fa-info-circle"><span>About</span></a>
<div class="inner">
<div class="content">
<h3>Desmond Doss</h3>
<p></p>
</div>
<div class="copyright">
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>