-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresort.html
36 lines (25 loc) · 1.47 KB
/
resort.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
---
layout: default
title: Resort App-NiaApps
---
<html>
<title>{{page.title}}</title>
<div class="page-title">
<p><h2>Previous Projects</h2></p>
</div>
<div class="project-container">
<div class="description">
<h3>Rewards App for Resorts and Hotels</h3>
<p class="tab">This Android app was one of my favorite projects. The app has 4 <a href="https://developer.android.com/reference/android/app/Activity" target="_blank" title="Link to Android Documentation">activities</a> and used <a href="https://firebase.google.com/" target="_blank" title="Link to Firebase Database website">Firebase Database</a> for the backend. This is client feedback and a video of the app. Find out more <a href = "https://www.upwork.com/freelancers/~01bbfe6e6ac112ea7f" target="_blank" title="Link to my old Upwork profile">here</a>.
</p>
<p class="tab"> <a href="video/resort-vid.mp4" target="_blank" title="Video of my Resort App"onContextMenu="alert('Please don\'t steal my app Video! This is copyright© of Nia Williams');return false;"> Video of the app.</a></p>
</div>
<div class="img-feedback">
<img id="resort"src="images/resort.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">Next Project</a>
</div>
<!-- End of body container -->
</body>