-
Notifications
You must be signed in to change notification settings - Fork 0
/
UGood_App.html
250 lines (233 loc) · 15.8 KB
/
UGood_App.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
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Regina E. Scott- UGood App</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive Personal Template" />
<meta name="keywords" content="Portfolio, Personal, CV, Resume, Minimal" />
<meta name="author" content="Shreethemes" />
<meta name="E-mail" content="[email protected]" />
<meta name="Website" content="shreethemes.in" />
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Magnific -->
<link href="css/magnific-popup.css" rel="stylesheet" type="text/css" />
<!-- Icon -->
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<link href="css/pe-icon-7-stroke.css" rel="stylesheet" type="text/css" />
<!-- Custom Css -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/colors/default.css" rel="stylesheet" id="color-opt">
</head>
<body>
<!-- Loader Start -->
<div id="preloader">
<div id="status">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
</div>
<!-- Loader End -->
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg fixed-top navbar-custom navbar-light sticky">
<div class="container">
<a class="navbar-brand" href="index.html">
<h4> Regina E. Scott </h4>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="mdi mdi-menu"></span>
</button><!--end button-->
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav navbar-nav-link mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link" href="index.html#projects">Projects</a>
</li><!--end nav item-->
<li class="nav-item active dropdown">
<a class="nav-link dropdown-toggle" href="javascript:void(0)" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pages
</a>
<div class="dropdown-menu rounded m-0" aria-labelledby="navbarDropdown">
<div class="container ml-0 ml-md-0">
<div class="row">
<div class="col-md-12">
<a class="dropdown-item" href="TatToo_App.html">"UGood?" App (In Progress)</a>
<a class="dropdown-item" href="TatToo_App.html">"Tat, Too" Web App</a>
<!-- <a class="dropdown-item" href="page_portfolio_detail.html">Bucket List Web App</a> -->
<a class="dropdown-item" href="Paranormal_Encounters.html">"Paranormal Encounters" Web App</a>
<a class="dropdown-item" href="Tic_Tac_Toe.html">Tic Tac Toe Game</a>
<a class="dropdown-item" href="Star_Wars.html">Star Wars Intro CSS</a>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</div>
</li><!--end nav item-->
</ul>
<ul class="list-unstyled mb-0 mt-2 mt-sm-0 social-icon">
<li class="list-inline-item"><a href="https://www.linkedin.com/in/reginascott/" target="blank"><i class="mdi mdi-linkedin-box"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/reginapizza" target="blank"><i class="mdi mdi-github-box"></i></a></li>
<li class="list-inline-item"><a href="https://codepen.io/reginapizza" target="blank"><i class="mdi mdi-codepen"></i></a></li>
</ul>
</div>
</div><!--end container-->
</nav><!--end navbar-->
<!-- Navbar End -->
<!-- Home Start -->
<section class="bg-pages bg-light" style="background-color: rgba(182, 115, 206, 0.4) !important;">
<div class="home-center">
<div class="home-desc-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 text-center">
<div class="page-next-level">
<h4 class="title"> "UGood?" App (In Progress) </h4>
<ul class="page-next d-inline-block p-2 pl-4 pr-4 rounded mb-0">
<li><a href="index.html#projects" class="text-uppercase text-dark">Home</a></li>
<li>
<span class="text-uppercase text-custom">"UGood?" App (In Progress)</span>
</li>
</ul>
</div>
</div> <!--end col-->
</div><!--end row-->
</div> <!--end container-->
</div>
</div>
</section><!--end section-->
<!-- Home End -->
<!-- Work Start -->
<section class="section">
<div class="container">
<div class="row">
<!-- WORK START -->
<div class="col-lg-7 col-md-6 order-2 order-md-1 mt-4 mt-sm-0 pt-2 pt-sm-0">
<div class="row mr-lg-4">
<div class="col-lg-12">
<div class="work-details">
<h4 class="title mb-3 border-bottom pb-3">UGood?: Your Quick Exit Strategy</h4>
<p class="text-muted">Have you ever been on a bad date and needed an excuse to escape? Gone are the days where you have to rely on your friend to make up an excuse for you to leave, now there's UGood: your quick exit strategy. Just discreetly trigger the app, wait a minute, and surprise! You suddenly have an incoming text from your "friend" saying that they're having a family emergency and need your help immediately, giving you the perfect excuse to leave. Don't think it seems real enough? You can respond to the text and get more messages, making it seem like an authentic cry for help. This app hopefully can help users escape situations where they feel uncomfortable or unsafe, and also provides resources for learning more about human trafficking, safe dating tips, and resources for survivors of sexual assult. In the future, we hope to be able to use data collected from the user through text to send information to police in an emergency.</p>
<p class="text-muted mb-0">My group and I created this app for the TechTogether Boston Hackathon 2020. We originally started coding the frontend in Ionic since we wanted it to be a native app, but quickly realized that we would need more time to make that a reality. We switched over to coding the app in React for demo purposes and made it mobile-first, so if you're viewing it in the browser, please switch your browser to mobile view. Going forward, we will be continuing to work on the app and transferring it over to React Native so that we can hopefully make it into a working mobile app.</p>
<br/>
<p class="text-muted mb-0"><strong>This app is currently still under construction... come back later to test it out and see updates!</strong></p>
</div>
</div><!--end col-->
<div class="col-lg-7 mt-4 pt-2">
<div class="work-details bg-light p-4">
<h4 class="title border-bottom pb-3 mb-3">Project Info :</h4>
<ul class="list-unstyled mb-0">
<li class="mt-3">
<b>Client :</b>
</li>
<li class="mt-3">
<span>TechTogether Boston 2020 Hackathon</span>
</li>
<li class="mt-3">
<b>Category :</b>
</li>
<li class="mt-3">
<span>Fullstack Application</span>
</li>
<li class="mt-3">
<b>Date :</b>
</li>
<li class="mt-3">
<span>February 2020</span>
</li>
<li class="mt-3">
<b>Live Website :</b>
</li>
<li class="mt-3">
<span><a href="https://ugood-hackathon.github.io/UGood-React/#/" target="_blank" class="text-custom">Click here</a></span>
</li>
<li class="mt-3">
<b>Front-end Github Repo :</b>
</li>
<li class="mt-3">
<span><a href="https://github.com/UGood-Hackathon/UGood-React" target="_blank" class="text-custom">Click here</a></span>
</li>
<li class="mt-3">
<b>Back-end Github Repo :</b>
</li>
<li class="mt-3">
<span><a href="https://github.com/UGood-Hackathon/UGood-Backend" target="_blank" class="text-custom">Click here</a></span>
</li>
<li class="mt-3">
<b>Technologies Used :</b>
</li>
<li class="mt-3">
<span>React, JavaScript, CSS, Bootstrap, Ruby on Rails, Twilio</span>
</li>
</ul>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end col-->
<div class="col-lg-5 col-md-6 order-1 order-md-2">
<div class="port-images">
<img src="images/ugood-home.png" class="img-fluid mx-auto d-block rounded mobile-screenshot" alt="img">
<img src="images/ugood-start.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2 mobile-screenshot" alt="img">
<img src="images/ugood-user.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2 mobile-screenshot" alt="img">
<img src="images/ugood-signup.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2 mobile-screenshot" alt="img">
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row mt-4 pt-2">
<div class="col-12">
<ul class="pagination justify-content-center mb-0 list-unstyled">
<li><a href="TatToo_App.html" class="pr-3 pl-3 pt-2 pb-2"> <i class="mdi mdi-chevron-left"></i> Prev</a></li>
<li><a href="index.html#projects" class="pr-3 pl-3 pt-2 pb-2"><i class="mdi mdi-home"></i> Home</a></li>
<li><a href="Paranormal_Encounters.html" class="pr-3 pl-3 pt-2 pb-2">Next <i class="mdi mdi-chevron-right"></i></a></li>
</ul><!--end pagination-->
</div><!--end col-->
</div>
</div><!--end container-->
</section><!--end section-->
<!-- Work End -->
<!-- Footer Start -->
<footer class="footer bg-dark">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<!-- <a href="#"><img src="images/logo-light.png" height="20" alt=""></a> -->
<h4> Regina E. Scott </h4>
<p class="para-desc mx-auto mt-4">You can find me on all of the platforms below by clicking the respective icon.</p>
<ul class="list-unstyled mb-0 mt-4 social-icon">
<li class="list-inline-item"><a href="https://www.linkedin.com/in/reginascott/" target="blank"><i class="mdi mdi-linkedin-box"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/reginapizza" target="blank"><i class="mdi mdi-github-box"></i></a></li>
<li class="list-inline-item"><a href="https://codepen.io/reginapizza" target="blank"><i class="mdi mdi-codepen"></i></a></li>
</ul>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</footer><!--end footer-->
<hr>
<footer class="footer footer-bar bg-dark">
<div class="container text-foot text-center">
<p class="mb-0">© 2019-20 Cristino. Design with <i class="mdi mdi-heart text-danger"></i> by <a href="http://www.shreethemes.in/" target="_blank" class="text-white">Shreethemes</a>.</p>
</div><!--end container-->
</footer><!--end footer-->
<!-- Footer End -->
<!-- Back to top -->
<a href="#" class="back-to-top rounded text-center" id="back-to-top">
<i class="mdi mdi-chevron-up d-block"> </i>
</a>
<!-- Back to top -->
<!-- javascript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrollspy.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific.init.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
</html>