-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (64 loc) · 2.96 KB
/
index.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<DOCTYPE html>
<html lang="eng">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<style>
.smaller-image {
width: 100px;
}
img {
float: right;
border: 1px black;
margin: 0px 0px 15px 20px;
max-height: 225px;
align-content: right;
}
.bg-1{
background-color: lightgray;
margin: 5%;
padding: 5%;
border-radius: 2%;
}
ul {
margin-left: 10%;
color: #003366;
}
.bio{
color: #003366;
text-align: left;
}
</style>
<div class="bg-1">
<h1 id="header" class="text-center">Dietrich Bonhoeffer</h1>
<h3 class="text-center">Pastor, Martyr, Prophet, Spy</h3>
<div class="bio" id="bio">
<h4>Bio</h4>
<p class="text-left" > <img class="thumbnail"src="https://upload.wikimedia.org/wikipedia/commons/c/c3/Bundesarchiv_Bild_146-1987-074-16%2C_Dietrich_Bonhoeffer.jpg" >
Dietrich Bonhoeffer (4 February 1906 – 9 April 1945) was a German pastor, theologian, spy, anti-Nazi dissident, and key founding member
of the Confessing Church. His writings on Christianity's role in the secular world have become widely influential, and his book The Cost
of Discipleship has become a modern classic. Apart from his theological writings, Bonhoeffer was known for his staunch resistance to Nazi
dictatorship, including vocal opposition to Hitler's euthanasia program and genocidal persecution of the Jews. He was arrested in April
1943 by the Gestapo and imprisoned at Tegel prison for one and a half years. Later he was transferred to a Nazi concentration camp. After
being accused of being associated with the plot to assassinate Adolf Hitler, he was quickly tried, along with other accused plotters, including
former members of the Abwehr (the German Military Intelligence Office), and then executed by hanging on 9 April 1945 as the Nazi
regime was collapsing.</p>
</div>
<!-- <h5 class="bio">Interesting facts
<ul>
<li>Was never married but was engaged to Maria von Wedemeyer right before he was arerested.</li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</h5> -->
<h4>Learn more about<a target="_blank" href="https://en.wikipedia.org/wiki/Dietrich_Bonhoffer"> Dietrich</a> on Wikipedia</h4>
</div>
</body>
</html>