-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnocc.html
50 lines (35 loc) · 1.28 KB
/
nocc.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
---
layout: default
title: NOCC App-NiaApps
---
<html>
<title>{{page.title}}</title>
<html>
<body style="overflow-x: hidden" id="body">
<div id="main-container">
<div class="page-title">
<p>
<h2>Previous Projects</h2>
</p>
</div>
<div class="project-container">
<div class="description">
<h3>Chamber of Commerce Android Application</h3>
<p class="tab">NOCC needed an app for members. This App used Firebase Database as the backend.
Taking the information and displaying it in a User friendly interface.
This is the feedback they provided on Upwork.com.
Find out more <a href="https://www.upwork.com/freelancers/~01bbfe6e6ac112ea7f" target="_blank">here</a>.
</p>
</div>
<div class="img-feedback">
<img id="nocc" src="images/nocc.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="/resort.html" class="p-button" id="button-nxt">Previous Project</a>
<a href="/mdb.html" class="p-button" id="button-nxt">Next Project</a>
</div>
<!-- End of body container -->
</body>
</html>