-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
104 lines (97 loc) · 3.99 KB
/
index.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Welcome</title>
<link href="icons/ejc.ico" rel="icon">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/app.css" />
<link rel="shortcut icon" href="img/ejc.ico" >
</head>
<body>
<!-- TOP BAR NAV -->
<div class="show-for-large-up">
<div class="contain-to-grid sticky" data-options="sticky_on: large">
<div class="show-for-large-up">
<div class="contain-to-grid sticky" data-options="sticky_on: large">
<nav class="top-bar" data-topbar>
<section class="top-bar-section">
<ul>
<li><a href="index.html">Empire Justice Center</a></li>
</ul>
<ul>
<li class="has-dropdown">
<a href="timeline1.html">Timeline</a>
<ul class="dropdown">
<li><a href="Stage1.html">Stage 1</a></li>
<li><a href="Stage2.html">Stage 2</a></li>
<li><a href="Stage3.html">Stage 3</a></li>
<li><a href="Stage4.html">Stage 4</a></li>
<li><a href="Stage5.html">Stage 5</a></li>
<li><a href="Stage6.html">Stage 6</a></li>
<li><a href="Stage7a.html">Stage 7a</a></li>
<li><a href="Stage7b.html">Stage 7b</a></li>
<li><a href="Stage8.html">Stage 8</a></li>
</ul>
</li>
</ul>
<ul>
<li class="has-dropdown">
<a href="form.html">Important Forms</a>
<ul class="dropdown">
<li><a href="notice_appearance_page1.html">Notice of Appearance</a></li>
<li><a href="answer_page1.html">Answer a Complaint</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href="resources.html">Glossary</a></li>
</ul>
<ul>
<li><a href="about.html">About Us</a></li>
</ul>
<ul>
<li><a href="housing.html">Find Housing Counselors</a></li>
</ul>
</section>
</nav>
</div>
</div>
</div>
</div>
<!--END TOP BAR NAV-->
<div class="body-wrapper">
<div class="row">
<div class="large-4 columns">
<div class="text-center"><h1 ><img src="http://i.cubeupload.com/xWEuJq.gif"></h1></div>
</div>
</div>
<div class="row">
<div class="small-12 columns">
<h3 class="text-center">Welcome to The Empire Justice Center's guide to the Foreclosure Process</h3>
<div class="text-center">
<img src="http://i.cubeupload.com/zJ9S17.png">
</div>
<hr>
<p class="text-justify">Going through foreclosure? You're not alone. This guide will bring you through the steps of the process, and provide valuable resources. You can read a timeline of the foreclosure process, access important forms and other resources, or find housing counselors in your area.</p>
<p class="show-for-medium-down panel text-center">Get started by clicking on the menu button below.</p>
</div>
</div>
</div>
<script src="bower_components/modernizr/modernizr.js"></script>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/foundation/js/foundation.min.js"></script>
<script src="js/app.js"></script>
<!--MOBILE NAV BAR-->
<div class="show-for-medium-down">
<div id="navbarfooter">
<p class="text-center"><a href="#"><div class="text-right unicodemenu">☰ Menu </div></a></p>
</div>
<script>$('#navbarfooter').load("navigation.html");</script>
</div>
<!--END MOBILE NAV BAR-->
</body>
</html>