forked from ajsingh273/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfind.html
More file actions
33 lines (27 loc) · 1 KB
/
find.html
File metadata and controls
33 lines (27 loc) · 1 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
---
layout: default
title: Find
permalink: /find/
---
{% include wrap.html %}
<!--<div class="container mtb" style="width:100%; height:400px;margin-top:0;margin-bottom:0;background-image: url(https://images.unsplash.com/photo-1445620466293-d6316372ab59?dpr=2&auto=format&crop=entropy&fit=crop&w=1500&h=1125&q=80&cs=tinysrgb;); background-repeat:no-repeat; background-size: cover;background-position:center center;" >
<div class="row">
<div class="col-lg-8 col-lg-offset-5 centered">
</br></br>
<h1 class="text-info" style="font-weight:700;">Powerful search capability</h1>
<div class="hline"></div>
</div>
</div>
</div>-->
<div class="container mtb" >
<div class="row">
<div class="col-md-6">
<h5 class="content-title">{{ site.search_title }}</h5>
<li>{{ site.search_description }}</li>
</div>
<div class="col-md-6">
<img src="{{ site.find_img }}">
</div>
</div>
</div>
</div>