Merge branch 'master' into dev
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dorian Zedler 2023-03-26 15:29:23 +02:00
commit 016542707e
Signed by: dorian
GPG Key ID: 989DE36109AFA354
3 changed files with 43 additions and 42 deletions

View File

@ -3,9 +3,9 @@ title: Fannyapp
layout: appitem
imagesDir: images/apps/fannyapp
links:
googleplay: 'https://play.google.com/store/apps/details?id=com.itsblue.flgvertretung'
appstore: 'https://apps.apple.com/de/app/fannyapp/id1495583845'
opensource: 'https://itsblue.dev/dorian/fanny-app'
googleplay: "https://play.google.com/store/apps/details?id=com.itsblue.flgvertretung"
appstore: "https://apps.apple.com/de/app/fannyapp/id1495583845"
opensource: "https://itsblue.dev/dorian/fanny-app"
privacyPolicy: |
While you're using the Fannyapp Itsblue Development does not collect any of your personal data.<br>
<br>
@ -42,6 +42,5 @@ Also, users had to login to the website every time, since it used plain old http
At that time, I was also maintaining the schools main website. Since I found the http basic system very annoying and outdated, the authentication was fully migrated to Joomla (the CMS we were using) on my initiative.
That opened up more possibilities, since I was now able to use Joomlas plugin system to write a [plugin](https://github.com/Fanny-Leicht-Gymnasium/JoomlaFannySubstitutionPlan) which converted the pdf to an easy to parse REST-API.
As you can see, I spent lots of time to develop all of this, and it was my first public project that was actually useful.
So what happened? It's pretty simple actually: The school decided to purchase the commercially available app "Untis mobile" and therefore, my app was no longer needed and truned into a meal-plan.
So what happened? It's pretty simple actually: The school decided to purchase the commercially available app "Untis mobile" and therefore, my app was no longer needed and truned into a meal-plan.

View File

@ -1,7 +1,7 @@
00-carousel:
enabled: true
modularLayout: carousel
classes: 'text-light overlay-dark'
classes: "text-light overlay-dark"
items:
- image: "images/scstw/hero.jpeg"
positionY: 80
@ -36,7 +36,7 @@
01-hero:
enabled: false
modularLayout: hero
classes: 'text-light overlay-dark'
classes: "text-light overlay-dark"
image: "images/reader-clock/cnc.jpg"
positionY: 80
content: |
@ -52,23 +52,23 @@
classes: offset-box
smallColumns: false
features:
- icon: 'fas fa-code'
- icon: "fas fa-code"
header: Coding
- icon: 'fas fa-cubes'
header: '3D printing'
- icon: 'fas fa-microchip'
- icon: "fas fa-cubes"
header: "3D printing"
- icon: "fas fa-microchip"
header: Microcontrollers
- icon: 'fas fa-bahai'
header: 'Laser cutting'
- icon: 'far fa-file'
- icon: "fas fa-bahai"
header: "Laser cutting"
- icon: "far fa-file"
header: Foiling
- icon: 'fas fa-server'
header: 'Server management'
- icon: "fas fa-server"
header: "Server management"
content: |
# Our field of activity
@ -105,26 +105,25 @@
modularLayout: features
small: true
features:
- icon: 'fab fa-git-alt'
header: 'blue.code'
text: 'This is where our open source projects live, you can explore them here.'
url: 'https://itsblue.dev/explore'
- icon: 'fab fa-google-play'
header: 'Google Play'
text: 'This is our developer account on Google Play where you can find all of our apps for android.'
url: 'https://play.google.com/store/apps/developer?id=Itsblue+Development'
- icon: 'fab fa-app-store-ios'
header: 'App Store'
text: 'This is our developer account on the App Store where you can find all of our apps for IOS.'
url: 'https://apps.apple.com/de/developer/jens-noack/id1495583844'
- icon: 'fas fa-pencil-ruler'
header: 'MakerLab Murnau'
text: 'This is where our hardware development and production takes place.'
url: 'https://makerlab-murnau.de/'
- icon: "fab fa-git-alt"
header: "blue.code"
text: "This is where our open source projects live, you can explore them here."
url: "https://itsblue.dev/explore"
- icon: "fab fa-google-play"
header: "Google Play"
text: "This is our developer account on Google Play where you can find all of our apps for android."
url: "https://play.google.com/store/apps/developer?id=Itsblue+Development"
- icon: "fab fa-app-store-ios"
header: "App Store"
text: "This is our developer account on the App Store where you can find all of our apps for IOS."
url: "https://apps.apple.com/de/developer/dorian-zedler/id1666039119"
- icon: "fas fa-pencil-ruler"
header: "MakerLab Murnau"
text: "This is where our hardware development and production takes place."
url: "https://makerlab-murnau.de/"
content: |
# Links
## **Some things you might find interesting...**
## **Some things you might find interesting...**

View File

@ -64,12 +64,15 @@
</div>
</div>
<div class="h-captcha" data-sitekey="b586c42e-b3cd-4432-aea8-17efea9ff29d" data-theme="light"></div>
<div class="button-wrapper">
<button id="submit-button" type="submit" class="btn btn-primary">Submit</button>
<button type="reset" class="btn">Reset</button>
</div>
</form>
<script src="https://js.hcaptcha.com/1/api.js" async defer></script>
<script>
var form = document.getElementById("contact-form");
var statusToast = document.getElementById("status-toast");