-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
49 lines (48 loc) · 1.39 KB
/
portfolio.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
---
layout: base
---
<style type="text/css">
.blog-cover h3 {font-weight: normal;}
.blog-cover:hover{
opacity: .75;
-webkit-transition: all 500ms;
-moz-transition: all 500ms;
-o-transition: all 500ms;
transition: all 500ms;
}
</style>
<div class="container">
<section class="index">
<h3 class="text-center" style="margin-top:1.5em; margin-bottom:1.5em; font-weight:normal;">A Glimpse Of Our Projects And Services</h3>
</section>
<hr>
</div>
<div class="container" style="margin-top:3em;">
<div class="row do">
<div class="col-md-6">
<div class="blog-cover blog-cover-shadow" style="background-image:url(/images/{{ site.to.ap-results }});">
<section>
<div class="container">
<h3>Apollo</h3><br>
<form action="{{ site.to.apollo-link }}">
<input type="submit" value="View Project" class="btn btn-outline-white">
</form>
</div>
</section>
</div>
</div>
<div class="col-md-6">
<div class="blog-cover blog-cover-shadow" style="background-image:url(/images/{{ site.to.br-one }});">
<section>
<div class="container">
<h3>Birth Registration</h3><br>
<form action="{{ site.to.br-link }}">
<input type="submit" value="View Project" class="btn btn-outline-white">
</form>
</div>
</section>
</div>
</div>
</div>
</div>
<div class="clear"></div>