-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhat_we_do.html
69 lines (64 loc) · 2.8 KB
/
what_we_do.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>What we do</title>
<!-- <Bootsarap> -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<!-- Navigation bar -->
<nav class="navbar navbar-inverse navigation">
<div class="container-fluid">
<div class="navbar-neader">
<a class="navbar-brand" href="home.html">Tech Bang</a>
</div>
<ul class="nav navbar-nav">
<li><a href="home.html">Home</a></li>
<li class="active"><a href="what_we_do.html">What We Do</a></li>
<li><a href="our_thoughts.html">Our Thoughts</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="reach_us.html">Reach Us</a></li>
</ul>
<!-- Log out button -->
<ul class="nav navbar-nav navbar-right">
<li><a href="login.html">Log out</a></li>
</ul>
</div>
</nav>
<!-- Section One -->
<section class="container-fluid section-one">
<!-- Images -->
<div class="col-md-6 images">
<center><a href="reach_us.html">
<img class="img-responsive img-rounded" src="assets/images/seed_fund.jpg" alt="Seed Funding"
width="520" height="400" title="Seed Funding" name="Seed Funding">
<h3><strong>Funding</strong></h3></a>
<p>Do you have an idea or a project that needs funding? Why not contact us for collaboration or partnership.
</p>
<p><a href="reach_us.html"><h5><strong>Get Funds</strong></h5></a></p>
</center>
</div>
<div class="col-md-6 images">
<center><a href="you_report.html">
<img class="img-responsive img-rounded" src="assets/images/news.jpg" width="600" height="400" alt="You Report" title="You Report" name="You Report">
<h3><strong>You Report</strong></h3></a>
<p>Do you know of any tech news? Join us in showcasing HOT and TRENDING news in the Africa ecosystem.
</p>
<p><a href="you_report.html"><h5><strong>Report a News</strong></h5></a></p>
</center>
</div>
</section>
<!-- Footer -->
<footer class="container-fluid footer-what-we-do">
<center>
<h6>2016 Tech Bang Ltd. All Rights Reserved © . Designed by Emeka Nwachukwu (aka - brist)</h6>
</center>
</footer>
<!-- JQuery -->
<script src="assets/js/jquery.min.js"></script>
<!-- Bootstrap Query -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>