-
Notifications
You must be signed in to change notification settings - Fork 1
/
example2.html
70 lines (62 loc) · 3.02 KB
/
example2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Patternfly Web</title>
<!--<link href="/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" media="screen, print">-->
<link href="css/patternfly-web.css" rel="stylesheet" media="screen, print">
</head>
<body>
<!-- cover sheet -->
<div class="coversheet">
<h1 class="display-3">Iceland: it's not just ice.</div>
</div>
<div class="container-flex">
<!-- media objects -->
<div class="row">
<div class="media col-sm-6 col-md-4 circlewrap">
<div class="media-body">
<a class="media-left" href="#">
<img class="media-object " src="dist/img/puffer.jpg" alt="Media image">
</a>
<h4 class="media-heading">Fish</h4>
<p>Coral hogfish snake eel goatfish and Black clown goby fanatic jumping at a nurse shark. Wobbegong shark peaclam swimming. Fishies asian clam painted comber.</p>
<p>Slimy mackerel gombessa pencil catfish sand goby blue whiting. Oilfish alooh spotted danio carpetshark,
angelfish mud cat neon tetra Blenny, temperate bass.</p>
</div>
</div>
<div class="media col-sm-6 col-md-4 circlewrap">
<div class="media-body">
<a class="media-left" href="#">
<img class="media-object " src="dist/img/shark.jpg" alt="Media image">
</a>
<h4 class="media-heading">Fish</h4>
<p>Slimy mackerel gombessa pencil catfish sand goby blue whiting. Oilfish alooh spotted danio carpetshark,
angelfish mud cat neon tetra Blenny, temperate bass.
<p>Owen swordtail Jack Dempsey mud cat moonfish, sea devil. Kokopu--mudskipper lyretail squawfish monkfish skate
livebearer turbot Black triggerfish ling cod. Bluntnose knifefish threadfin snubnose parasitic eel sabertooth
fish, pike eel trumpeter eelblenny.
</div>
</div>
<div class="media col-sm-6 col-md-4 circlewrap">
<div class="media-body">
<a class="media-left" href="#">
<img class="media-object " src="dist/img/puffer-fish.jpg" alt="Media image">
</a>
<h4 class="media-heading">More fish</h4>
<p>Cat shark is batfish frogfish. Swimming are milk shark zebra moray est. Yellow pseudochromis weasel shark shadow, darkness in deap ocean an, Motionless Wabash pigtoe Full moon. Coral hogfis.
<p>Yellow pseudochromis weasel shark shadow, darkness in deap ocean an, Motionless Wabash pigtoe Full moon.
</div>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>