-
Notifications
You must be signed in to change notification settings - Fork 4
/
animate.html
33 lines (30 loc) · 1.35 KB
/
animate.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<div class="col-sm-4 col-md-3 cardbox">
<div class="card">
<div class="image-wrapper">
<img src="img/target.png" />
</div>
<div class="card-body">
<div class="card-content">
<h2 class="main">Mission Statement</h2>
<p>We are motivated to empower youth all across Africa
by equipping them with tools to help them succeed in life
</p>
</div>
<div class="read-more text-center">
<a href="#" class="btn btn-primary btn-sm">Read more</a>
</div>
</div>
</div>
</div>
<body>
</body>
</html>