-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
161 lines (143 loc) · 6.44 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Re-store: Request</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href='./src/css/generatedStyles.css' rel='stylesheet' />
<link href='./src/css/menu.css' rel='stylesheet' />
<link href='./src/css/styles.css' rel='stylesheet' />
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<body>
<div id="Web_1920___home">
<div id="desktop">
<div id="rightMenu">
<svg class="Rectangle_1">
<rect id="Rectangle_1" rx="0" ry="0" x="0" y="0" width="433" height="1080">
</rect>
</svg>
<svg class="Rectangle_2 ActiveRect">
<rect id="Rectangle_2" rx="24" ry="24" x="0" y="0" width="371" height="117">
</rect>
</svg>
<div id="What_do_you_need_">
<span>What do you need?</span>
</div>
<a href="./pages/findCustomers.html">
<svg class="Rectangle_3 Rectangles">
<rect id="Rectangle_3" rx="24" ry="24" x="0" y="0" width="259" height="90">
</rect>
</svg>
</a>
<div id="Find_Customers">
<span>Find Customers</span>
</div>
<svg class="Rectangle_4 Rectangles">
<rect id="Rectangle_4" rx="24" ry="24" x="0" y="0" width="259" height="90">
</rect>
</svg>
<div id="Logistics">
<span>Logistics</span>
</div>
<svg class="Rectangle_5 Rectangles">
<rect id="Rectangle_5" rx="24" ry="24" x="0" y="0" width="259" height="90">
</rect>
</svg>
<div id="Funding">
<span>Funding</span>
</div>
<svg class="Rectangle_6 Rectangles">
<rect id="Rectangle_6" rx="24" ry="24" x="0" y="0" width="379" height="117">
</rect>
</svg>
<div id="Tell_us_about_your_business">
<span>Tell us about your business</span>
</div>
<div id="content">
<div id="Name">
<div id="Request">
<span>Request:</span>
<br>
<textarea></textarea>
</div>
</div>
<div id="ZIP_CODE">
<span>ZIP CODE</span>
</div>
<div id="ID95673">
<input id="zipcode" />
</div>
</div>
</div>
</div>
<div id="mobile">
<nav class="navbar navbar-inverse">
<div class="container-fluid" id="myTopnav">
<div class="navbar-header">
<a href="./index.html" class="active">Home</a>
<a href="javascript:void(0);" class="navbar-toggle icon" data-toggle="collapse"
data-target="#myNavbar" v-on:click="toggleMenu">
<div class="fa fa-bars icon-bars"></div>
<div class="fa fa-bars icon-bars"></div>
<div class="fa fa-bars icon-bars"></div>
</a>
<!-- <a class="navbar-brand" href="#">Menu</a> -->
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li id="home" class="active"><a href="./index.html">Home</a></li>
<li class=""><a href="./pages/findCustomers.html">Find Customers</a></li>
<li class=""><a href="./pages/offers.html">Offers</a></li>
<li class=""><a href="./pages/requests.html">Requests</a></li>
<li class=""><a href="./pages/acceptOffer.html">Accept an Offer</a></li>
<li class=""><a href="./pages/resources.html">Resources</a></li>
</ul>
</div>
</div>
</nav>
<div id="m-menu">
</div>
<div id="m-content">
<div class="errors" v-if="errors"><span v-cloak>{{errors}}</span></div>
<h2>What do you need?</h2>
<h3>Find customers:</h3>
<div class="formInput">
<input type="number" id="CUSTOMERS" v-model="zipcode">
<a class="button round" v-on:click.stop="navFindCustomers">Go</a>
</div>
<h3>Get back in business:</h3>
<div class="formInput">
<label>What can you provide?
</label>
<a class="button round" href="./pages/requests.html">Request</a>
<br>
<label>What do you need?
</label>
<a class="button round" href="./pages/offers.html">Offer</a>
</div>
<h3>Rebuild loans, state and local resources:</h3>
<div class="formInput">
<input type="number" id="CUSTOMERS" v-model="zipcode">
<a class="button round" v-on:click.stop="navResources">Go</a>
</div>
<br>
<a class="button round" v-on:click.stop="navAlerts">Setup Alerts</a>
</div>
<div class="footer"><a href="https://github.com/lastlink/re-store">GitHub</a></div>
</div>
<a class="hidden" href="./sso/authorized.html">hidden authorized</a>
</div>
</body>
<script src="./src/js/index.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-102829142-29"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-102829142-29');
</script>
</html>