-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoutline.html
48 lines (33 loc) · 1.32 KB
/
outline.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
---
layout: default
title: App Outline-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 outline-rep">
<h3>Android Application Outline</h3>
<p class="tab">For this project I outlined an App that would connect people through events, a cross between MeetUp
and geo-based Apps. I wrote the outline in psuedo code as well as putting rough drafts of the GUI together. I
detailed the flow of data and what would be happening both on the front and back end at each stage while
suggesting ways to achieve the goals through code. Below is client feedback.
Find out more <a href="https://www.upwork.com/freelancers/~01bbfe6e6ac112ea7f" target="_blank">here</a>.
</p>
</div>
<div class="img-feedback">
<img id="outline" src="images/out.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="/pyw.html" class="p-button" id="button-nxt">Previous Project</a>
</div>
<!-- End of body container -->
</body>
</html>