-
Notifications
You must be signed in to change notification settings - Fork 0
/
TatToo_App.html
251 lines (234 loc) · 15.1 KB
/
TatToo_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
251
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Regina E. Scott- Tat, Too 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">"Tat, Too" Web App</a>
<a class="dropdown-item" href="UGood_App.html">"UGood?" App (in progress)</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(242, 61, 76, 0.3) !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"> "Tat, Too" Web App </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">"Tat, Too" Web App</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">"Tat, Too: Your Personal Tattoo Gallery"</h4>
<p class="text-muted">This app was created because I love tattoos and looking at them online makes me really happy. After getting my most recent tattoo, I noticed that I had a slight reaction to the brand of ink I got and I thought that for my next one, I would like to have the artist probably use a different brand of ink, except since this was a couple months after the fact, I had no idea what type of ink the artist had used. I also realized that while some people only stick to one tattoo artist for all of their tattoos, many people with multiple tattoos have different artists (like myself) and I want a way to keep track of all of them so when people ask me about them I can just pull out my app and see the info all about it!</p>
<p class="text-muted mb-0">If you would like to test this app out without making your own account, please use my demo login information below.</p>
<br/>
<p class="text-muted mb-0"><strong>Username :</strong> demo@demo</p>
<p class="text-muted mb-0"><strong>Password :</strong> demo</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>General Assembly Capstone Project</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>December 2019</span>
</li>
<li class="mt-3">
<b>Live Website :</b>
</li>
<li class="mt-3">
<span><a href="https://reginapizza.github.io/TatToo-App/#/" 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/reginapizza/TatToo-App" 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/reginapizza/TatToo-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, Rails, Postman, Sketch</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/tat-too-app-1.png" class="img-fluid mx-auto d-block rounded" alt="img">
<img src="images/tat-too-app-2.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2 mobile-screenshot" alt="img">
<img src="images/tat-too-app-3.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
<img src="images/tat-too-app-4.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
<img src="images/tat-too-app-5.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" 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="Star_Wars.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="UGood_App.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>