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' back: '#C4745C'
link: https://mariadb.org link: https://mariadb.org
#*----------------------------------------------------------------------------*#
react: react:
name: React name: React
fore: '#04D8F8' fore: '#04D8F8'
back: '#242323' back: '#242323'
link: https://reactjs.org 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 id: freshmanual
title: FreshManual title: FreshManual
subtitle: Mobile App subtitle: Mobile App
stack: [ html, css, js, php, docker, mariadb, azure ] stack: [ react, js, firebase, swift, objective-c ]
link: /404 link: https://apps.apple.com/en/app/freshmanuals/id1627091250
color: blue color: freshmanual
image: /res/projects/freshmanual.png
ready: false ready: false
description: description:
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lead developer during the initial development of the FreshManuals app.
Lorem Ipsum has been the industry's standard dummy text ever since the Worked with <b>team of 5</b> at Tightrope Interactive to design, build, and test
1500s, when an unknown printer took a galley of type and scrambled it to the <b>mobile product manual aggregator</b>.<br><br>FreshManuals is currently available
make a type specimen book. It has survived not only five centuries, but also for download on the <b>iPhone app store</b>.
the leap into electronic typesetting, remaining essentially unchanged.
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 outcomes:
1500s, when an unknown printer took a galley of type and scrambled it to - User interface built using React/React-Native, for multiplatform integration.
make a type specimen book. - Used Firestore/Firebase to store and access user account data.
- Integrated paid yahoo search results into mobile search results.
- It has survived not only five centuries, but also the leap into electronic - Used Fetch API to request user manual data from website API endpoints.
typesetting, remaining essentially unchanged.
#*----------------------------------------------------------------------------*# #*----------------------------------------------------------------------------*#

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 KiB

View File

@@ -30,6 +30,7 @@
.blue { --color: var(--blue) } .blue { --color: var(--blue) }
.white { --color: white } .white { --color: white }
.malung { --color: #F76F8E } .malung { --color: #F76F8E }
.freshmanual { --color: #3b91db }
.flex-space, .flex, br { flex-grow: 1 } .flex-space, .flex, br { flex-grow: 1 }
.flex.dark { background-color: var(--dark) } .flex.dark { background-color: var(--dark) }