diff --git a/_data/techs.yml b/_data/techs.yml
index 1628180..45379ca 100644
--- a/_data/techs.yml
+++ b/_data/techs.yml
@@ -40,8 +40,28 @@ mariadb:
back: '#C4745C'
link: https://mariadb.org
+#*----------------------------------------------------------------------------*#
+
react:
name: React
fore: '#04D8F8'
back: '#242323'
- link: https://reactjs.org
\ No newline at end of file
+ link: https://reactjs.org
+
+swift:
+ name: Swift
+ fore: white
+ back: 'linear-gradient(-45deg, #FF3527, #FBAB3F)'
+ link: https://www.swift.org
+
+objective-c:
+ name: Objective-C
+ fore: '#000000'
+ back: '#EEEEEE'
+ link: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html
+
+firebase:
+ name: Firebase
+ fore: '#F57C00'
+ back: '#EEF3F5'
+ link: https://firebase.google.com
\ No newline at end of file
diff --git a/_data/work.yml b/_data/work.yml
index 5de8cf6..e4e91fc 100644
--- a/_data/work.yml
+++ b/_data/work.yml
@@ -28,28 +28,24 @@ freshmanual:
id: freshmanual
title: FreshManual
subtitle: Mobile App
- stack: [ html, css, js, php, docker, mariadb, azure ]
- link: /404
- color: blue
+ stack: [ react, js, firebase, swift, objective-c ]
+ link: https://apps.apple.com/en/app/freshmanuals/id1627091250
+ color: freshmanual
+ image: /res/projects/freshmanual.png
ready: false
description:
- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- Lorem Ipsum has been the industry's standard dummy text ever since the
- 1500s, when an unknown printer took a galley of type and scrambled it to
- make a type specimen book. It has survived not only five centuries, but also
- the leap into electronic typesetting, remaining essentially unchanged.
-
- outcomes:
- - Lorem Ipsum is simply dummy text of the printing and typesetting industry.
+ Lead developer during the initial development of the FreshManuals app.
+ Worked with team of 5 at Tightrope Interactive to design, build, and test
+ the mobile product manual aggregator.
FreshManuals is currently available
+ for download on the iPhone app store.
- - Lorem Ipsum has been the industry's standard dummy text ever since the
- 1500s, when an unknown printer took a galley of type and scrambled it to
- make a type specimen book.
-
- - It has survived not only five centuries, but also the leap into electronic
- typesetting, remaining essentially unchanged.
+ outcomes:
+ - User interface built using React/React-Native, for multiplatform integration.
+ - Used Firestore/Firebase to store and access user account data.
+ - Integrated paid yahoo search results into mobile search results.
+ - Used Fetch API to request user manual data from website API endpoints.
#*----------------------------------------------------------------------------*#
diff --git a/res/projects/freshmanual.png b/res/projects/freshmanual.png
new file mode 100644
index 0000000..17dd672
Binary files /dev/null and b/res/projects/freshmanual.png differ
diff --git a/styles/global.css b/styles/global.css
index 43bdf0f..7199626 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -30,6 +30,7 @@
.blue { --color: var(--blue) }
.white { --color: white }
.malung { --color: #F76F8E }
+.freshmanual { --color: #3b91db }
.flex-space, .flex, br { flex-grow: 1 }
.flex.dark { background-color: var(--dark) }