-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
46 lines (41 loc) · 1.51 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
---
layout: wrapper
title: 404-Error
---
<div class="projects-blurb" >
<h1 class="tag-line" >Error 404:</h1>
<h2 class="error-msg">This page could not be found.</h2>
</div>
<div class="projects-section" >
<div class="projects-container">
<h1>Perhaps check out one of these projects?</h1>
<!--Jeet.gs link-->
<div class="project-listing-container">
<div class="project-img-left">
<a href="/pages/client-pages/jeet.html">
<img src="/assets/img/work/jeet-thumb.jpg" alt="Jeet.gs" class="img-responsive">
</a>
</div>
<h3>Jeet.gs</h3>
<br>
</div>
<!--Cincinnati Mine Machinery link-->
<div class="project-listing-container">
<div class="project-img-middle">
<a href="/pages/client-pages/cmmc.html">
<img src="/assets/img/work/cmmc-thumb.jpg" alt="Cincinnati Mine Machinery" class="img-responsive">
</a>
</div>
<h3 style="max-width: 220px">Cincinnati Mine Machinery</h3>
</div>
<!--JAMstack link-->
<div class="project-listing-container">
<div class="project-img-right">
<a href="/pages/client-pages/jamstack.html">
<img src="/assets/img/work/jamstack-thumb.jpg" alt="JAMstack" class="img-responsive">
</a>
</div>
<h3>JAMstack</h3>
</div>
</div>
</div>