Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit d91af23

Browse files
Use bootstrap 4 in about us page
1 parent 65716a6 commit d91af23

2 files changed

Lines changed: 14 additions & 61 deletions

File tree

about/index.html

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,25 @@ <h2>About us</h2>
99
<p>These docker images are created by the Dockerwest team:</p>
1010

1111
<div class="row">
12-
<div class="col-md-6 item">
13-
<div class="thumbnail">
14-
<img class="group list-group-image" src="https://avatars1.githubusercontent.com/u/293691?v=3&s=200">
15-
<div class="caption">
16-
<h4 class="group inner list-group-item-heading">Ike Devolder "BlackIkeEagle"</h4>
17-
<p class="group inner list-group-item-text">
18-
<a href="https://github.com/BlackIkeEagle">Github</a>
19-
</p>
12+
<div class="col-12 col-md-6">
13+
<div class="card mb-1">
14+
<img class="card-img-top" src="https://avatars1.githubusercontent.com/u/293691?v=3&s=200" alt="Ike Devolder 'BlackIkeEagle'">
15+
<div class="card-body">
16+
<h5 class="card-title">Ike Devolder "BlackIkeEagle"</h5>
17+
<a href="https://github.com/BlackIkeEagle" class="btn btn-primary">Github</a>
2018
</div>
2119
</div>
2220
</div>
23-
<div class="col-md-6 item">
24-
<div class="thumbnail">
25-
<img class="group list-group-image" src="https://avatars1.githubusercontent.com/u/491565?v=3&s=200">
26-
<div class="caption">
27-
<h4 class="group inner list-group-item-heading">Pieter Meyvaert "Pegasuz"</h4>
28-
<p class="group inner list-group-item-text">
29-
<a href="https://github.com/Pegasuz">Github</a>
30-
</p>
21+
22+
<div class="col-12 col-md-6">
23+
<div class="card mb-1">
24+
<img class="card-img-top" src="https://avatars1.githubusercontent.com/u/491565?v=3&s=200" alt="Pieter Meyvaert 'Pegasuz'">
25+
<div class="card-body">
26+
<h5 class="card-title">Pieter Meyvaert "Pegasuz"</h5>
27+
<a href="https://github.com/Pegasuz" class="btn btn-primary">Github</a>
3128
</div>
3229
</div>
3330
</div>
3431
</div>
3532
</div>
36-
</div>
33+
</div>

css/style.css

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -12,50 +12,6 @@ footer.container {
1212
border-top: 1px dashed #aaa;
1313
}
1414

15-
.item.list-group-item {
16-
float: none;
17-
width: 100%;
18-
background-color: #fff;
19-
margin-bottom: 10px;
20-
}
21-
22-
.item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
23-
background: #428bca;
24-
}
25-
26-
.item.list-group-item .list-group-image {
27-
margin-right: 10px;
28-
}
29-
30-
.item.list-group-item .thumbnail {
31-
margin-bottom: 0px;
32-
}
33-
34-
.item.list-group-item .caption {
35-
padding: 9px 9px 0px 9px;
36-
}
37-
38-
.item.list-group-item:nth-of-type(odd) {
39-
background: #eeeeee;
40-
}
41-
42-
.item.list-group-item:before, .item.list-group-item:after {
43-
display: table;
44-
content: " ";
45-
}
46-
47-
.item.list-group-item img {
48-
float: left;
49-
}
50-
51-
.item.list-group-item:after {
52-
clear: both;
53-
}
54-
55-
.list-group-item-text {
56-
margin: 0 0 11px;
57-
}
58-
5915
#mainNavbar {
6016
margin-bottom: 2em;
6117
}

0 commit comments

Comments
 (0)