-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmdb.html
47 lines (31 loc) · 1.3 KB
/
mdb.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
---
layout: default
title: MongoDB App-NiaApps
---
<html>
<title>{{page.title}}</title>
<body style="overflow-x: hidden" id="body">
<div class="page-title">
<p><h2>Previous Projects</h2></p>
</div>
<div class="project-container">
<div class="description mdb-rep">
<h3>Cafe Rewards App with MongoDB Backend</h3>
<p class="tab">This app was fairly simple, 4 Activities and a login system. My client specifically wanted to work with <a href="https://www.mongodb.com/" target="blank">Mongo DB</a>,
so I set it up and went to work. To respect the NDA I signed I will not be able to provide photos/video.
Here is the client feedback from Upwork.com where I took the job. Find out more
<a href = "https://www.upwork.com/freelancers/~01bbfe6e6ac112ea7f" target="_blank">here</a>.
</p>
</div>
<div class="img-feedback">
<img id="mdb-f" src="images/mongo.png" alt="Feedback from Upwork.com" onContextMenu="alert('Please don\'t steal my portfolio photos! This image is copyright© of Nia Williams');return false;">
</a>
</div>
</div>
<div class="button-div">
<a href="/nocc.html" class="p-button" id="button-nxt">Previous Project</a>
<a href="/pyw.html" class="p-button" id="button-nxt">Next Project</a>
</div>
<!-- End of body container -->
</body>
</html>