-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (67 loc) · 2.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Support - Kugali</title>
<link rel="shortcut icon" href="img/favicon.jpg" type="image/x-icon">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav>
<div class="container">
<div class="row">
<div class="navbar col-xs-offset-2">
<a href="http://kugali.com/" class="logo" target="_blanc">
<img src="img/logo.png" alt="logo">
</a>
<a href="http://kugali.com/" target="_blanc">SUPPORT KUGALI</a>
</div>
</div>
</div>
</nav>
<section class="block">
<div class="container">
<div class="row">
<h1 class="header-text">Help us to reach our Goal</h1>
<h2 class="text">and we will show you incredible world of comics</h2>
<div class="col-xs-12 main">
<div class="loadMain col-sm-offset-4 col-sm-4 col-xs-offset-2 col-xs-8">
<div class="preload">
<div id="load"></div>
</div>
<p id="percent" class="percent col-xs-12">0 step done on 3</p>
</div>
</div>
<div class="wrap col-sm-offset-0 col-sm-11 col-md-offset-1 col-md-8">
<a href="https://www.facebook.com/share.php?u=http://bit.ly/facebookkugali" target="_blanc">
<div id="facebook" class="work_block">
<i class="fa fa-facebook fa-4x"></i>
<p>1. Share</p>
<p>on Facebook</p>
</div>
</a>
<a href="http://twitter.com/share?text=Discover the best of film/TV, gaming and comics across Africa and beyond - @Kugalimedia&hashtags=Kugalimedia" target="_blanc">
<div id="twitter" class="work_block">
<i class="fa fa-twitter fa-4x"></i>
<p>2. Post</p>
<p>on Twitter</p>
</div>
</a>
<a href="http://bit.ly/youtubekugali" target="_blanc">
<div id="youtube" class="work_block">
<i class="fa fa-youtube-play fa-4x"></i>
<p>3. Watch</p>
<p>on YouTube</p>
</div>
</a>
</div>
<div class="col-xs-12 footer">
<p class="footer-text">Thank you. Check our latest comics in our site <a href="http://bit.ly/KugaliSharePage" target="_blanc">Kugali.com</a></p>
</div>
</div>
</div>
</section>
<script src="js/main.js"></script>
</body>
</html>