-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (25 loc) · 767 Bytes
/
Copy pathindex.html
File metadata and controls
31 lines (25 loc) · 767 Bytes
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
---
layout: default
title: home
---
<main role="main" class="main flex-shrink-0">
<div class="row">
<div class="col-10 col-md-8 offset-1 offset-md-2 p-0">
<div class="mark my-4 px-1 pt-4 pb-2 rounded-lg">
<div class="col-10 offset-1 pl-0">
<div class="lead">
{% include homepage_intro.html%}
</div>
</div>
</div>
</div>
</div>
<div class="row mx-4 align-items-center">
<div class="col-md-10 offset-md-1">
{% include searchbar.html %}
{% include homepage_companies.html %}
<hr class="mt-5">
{% include homepage_share.html %}
</div>
</div>
</main>