-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbusiness-home.html
238 lines (202 loc) · 7.97 KB
/
business-home.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en">
<head>
<title>Local First</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="smartphone">
<div class="content">
<div class="head">
<img src="img/profile.png" alt="profile" class="profile">
<div class="dropdown">
<img src="img/settings.png" alt="settings" class="settings">
<div class="dropdown-content">
<a href="home.html">Switch to User</a>
<a href="#">Update Info</a>
<a href="#">Report User</a>
<a href="#">Help</a>
<a href="index.html">Logout</a>
</div> <!-- end of dropdown-content -->
</div><!-- end of dropdown -->
</div> <!-- end of head -->
<h2 class="header">Active Offers</h2>
<div class="container-button">
<!-- Trigger the modal with a button -->
<button type="button" class="offers" data-toggle="modal" data-target="#myModal">
Valentines Day
</button>
<!-- Modal -->
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content" id="modal-body1">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Valentines Day</h4>
</div>
<div class="modal-body">
<p>Performance</p>
<img class="modal-img2" src="img/graph1.jpg" alt="performance graph">
<h5>Total times redeemed:</h5>
<p>26</p>
<h5>Expiration date:</h5>
<p>February 15, 2021</p>
</div>
<div class="modal-footer">
<button type="button" class="button" data-dismiss="modal">
Close
</button>
</div>
</div>
</div>
</div>
</div>
<div class="container-button">
<!-- Trigger the modal with a button -->
<button type="button" class="offers" data-toggle="modal" data-target="#myModal2">
Woman's History Month
</button>
<!-- Modal -->
<div class="modal fade" id="myModal2" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content" id="modal-body2">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">
Women's History Month
</h4>
</div>
<div class="modal-body">
<p>Performance</p>
<img src="img/graph1.jpg" class="modal-img2" alt="">
<p>Times Redeemed: 64</p>
<p>Exp on Feb 15, 2021</p>
</div>
<div class="modal-footer">
<button type="button" class="button" data-dismiss="modal">
Close
</button>
</div>
</div>
</div>
</div>
</div>
<h2>Partnership Requests</h2>
<!-- turn into model to see parner request: why partner, what they have -->
<!-- if accept show else show -->
<!-- Modal -->
<div class="container-button">
<!-- Trigger the modal with a button -->
<button type="button" class="offers" data-toggle="modal" data-target="#myModal3">
ABC Business
</button>
<!-- Modal -->
<div class="modal fade" id="myModal3" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content" id="modal-body3">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Congrats! ABC Business wants to partner with you!</h4>
</div>
<div class="modal-body" >
<h3>Why they want ot partner with you:</h3>
<p>We think our customers would go crazy over your candles.</p>
<h3>What they have to offer:</h3>
<p>We are getting a shipment of fresias in from Italy next month. We want to do a package deal with your praline clusters. Let us know if you're interested.</p>
<!-- Trigger the modal with a button -->
<button type="button" class="button" data-toggle="modal" data-target="#myModal4">
Decline
</button>
<!-- trigger modal5 -->
<button type="button" class="button" name="button" data-toggle="modal" data-target="#myModal5">
Accept
</button>
<h6>(psst. You can always change your mind later.)</h6>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div> <!-- end of modal content -->
</div> <!-- end of modal dialogue -->
</div> <!-- end of modal fade -->
</div> <!-- end of container -->
<footer class="footer">
<div class="nav">
<a href="business-home.html" >
<img src="img/home.png" class="nav" alt="">
<h5 class="footer-text">Home</h5>
</a>
</div>
<div class="nav">
<a href="partner.html" >
<img src="img/partner.jpg" class="nav" alt="">
<h5 class="footer-text">Partner</h5>
</a>
</div>
<div class="nav">
<a href="messages.html" >
<img src="img/messages.png" class="nav" alt="">
<h5 class="footer-text">Messages</h5>
</a>
</div>
<div class="nav">
<a href="offers1.html">
<img src="img/offers.png" class="nav" alt="">
<h5 class="footer-text">Promos</h5>
</a>
</div>
</footer>
</div> <!-- end of content -->
</div> <!-- end of smartphone -->
<!-- Modal 4 -->
<div class="modal fade" id="myModal4" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content" id="modal-body4">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">That's ok!</h4>
</div>
<div class="modal-body" >
<p>We'll let them know that now's not the right time.</p>
<div class="modal-footer">
<a href="business-home.html" class="button">
Close
</a>
</div>
</div>
</div>
</div>
</div> <!-- end of modal fade -->
<!-- Modal 5 -->
<div class="modal fade" id="myModal5" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content" id="modal-body5">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Congrats! You are now partnered with Brattle Square Florist.</h4>
</div>
<div class="modal-body" >
<img class="modal-img" src="img/check.png" alt="check mark">
<p>Message them to start the converstation</p>
<a href="messages.html" class="button">Message</a>
<div class="modal-footer">
<a href="business-home.html" class="button">
Close
</a>
</div>
</div>
</div>
</div>
</div> <!-- end of modal fade -->
</body>
</html>