forked from volny/creative-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
65 lines (57 loc) · 1.98 KB
/
404.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
---
layout:
---
{% include head.html %}
<body id="page-top" class="news">
<div class="container-fluid" id="app">
{% include nav.html %}
<section class="page-banner-sm text-light" ref="bannerBlock">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>404</h2>
</div>
</div>
</div>
</section>
<section class="section-pad">
<div class="container">
<div class="row">
<div class="col-md-12 section-pad-sm">
<h2>Error 4 'oh' 4!</h2>
<p>You're looking for something...the thing is...we just can't find it</p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<img class="icon" src="img/icon-chemistry.svg" alt="Icon Discovery">
<h6>Strategic Partners</h6>
<p>
Learn more about our potential in the drug discovery markets of the future.
<a href="contact.html" class="link-arrow">Contact Us <span class="arrow"></span></a>
</p>
</div>
<div class="col-sm-4">
<img class="icon" src="img/icon-bond.svg" alt="Icon Bond">
<h6>Collaboration & Data</h6>
<p>
Learn more about our potential in the drug discovery markets of the future.
<a href="technology.html" class="link-arrow">Our Technology <span class="arrow"></span></a>
</p>
</div>
<div class="col-sm-4">
<img class="icon" src="img/icon-careers.svg" alt="Icon Careers">
<h6>Strategic Partners</h6>
<p>
Learn more about our potential in the drug discovery markets of the future.
<a href="research.html" class="link-arrow">Our Research <span class="arrow"></span></a>
</p>
</div>
</div>
</div>
</div>
</section>
{% include footer.html %}
</div>
{% include scripts.html %}
</body>