FEAT: Info for FreshManuals mobile app.

This commit is contained in:
MajorDroolz
2023-01-06 04:52:52 -05:00
parent 9ac21fac1e
commit 81f467e16a
4 changed files with 35 additions and 18 deletions

View File

@@ -40,8 +40,28 @@ mariadb:
back: '#C4745C'
link: https://mariadb.org
#*----------------------------------------------------------------------------*#
react:
name: React
fore: '#04D8F8'
back: '#242323'
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

View File

@@ -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.
Lead developer during the initial development of the FreshManuals app.
Worked with <b>team of 5</b> at Tightrope Interactive to design, build, and test
the <b>mobile product manual aggregator</b>.<br><br>FreshManuals is currently available
for download on the <b>iPhone app store</b>.
outcomes:
- 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.
- 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.
#*----------------------------------------------------------------------------*#

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 KiB

View File

@@ -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) }