-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·50 lines (48 loc) · 1.98 KB
/
index.html
File metadata and controls
executable file
·50 lines (48 loc) · 1.98 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Responsive NGO (Non Profit Organization) Template: GIVE HELP</title>
<!-- BOOTSTRAP CORE STYLE CSS -->
<link href="demo/assets/css/bootstrap.css" rel="stylesheet" />
<!-- CUSTOM STYLE CSS -->
<link href="demo/assets/css/style.css" rel="stylesheet" />
<!-- GOOGLE FONT -->
<link href='http://fonts.googleapis.com/css?family=Nova+Flat' rel='stylesheet' type='text/css' />
</head>
<body>
<section>
<div class="container">
<div class="row c-t" >
<div class="col-md-12 col-sm-12 col-xs-12 c-t">
<h2>CHOOSE TEMPLATE VARIANT </h2>
<br /><br />
</div>
</div>
<div class="row c-t" >
<div class="col-md-6 col-sm-6 col-xs-12 c-t">
<a href="blue/index.html" target="_blank" >
<h3>Blue Color Template </h3>
</a>
<br />
<a href="blue/index.html" target="_blank" >
<img src="demo/assets/img/blue.png" class="img-responsive img-thumbnail" alt="" />
</a>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 c-t">
<a href="green/index.html" target="_blank" >
<h3>Green Color Template </h3>
</a>
<br />
<a href="green/index.html" target="_blank" >
<img src="demo/assets/img/green.png" class="img-responsive img-thumbnail" alt="" />
</a>
</div>
</div>
</div>
</section>
</body>
</html>