update various things
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
|
||||
<h1 class="content-title">Projects</h1>
|
||||
<p style="text-align: center; margin-bottom: 5%;">This is a selection of my most important projects. This list is not exhaustive and I've got some private projects ongoing at all times, like updating and optimising all my different websites.</p>
|
||||
<h3 id="ios" class="content-title-small">Swift & SwiftUI (iOS Apps)</h3>
|
||||
<h3 id="ios" class="content-title-small">iOS Apps</h3>
|
||||
<div class="sidebyside">
|
||||
<div class="element">
|
||||
<h3>StorageManager</h3>
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
</div>
|
||||
<script>
|
||||
const texts = {
|
||||
'notification': '<h3>Notifications.</h3><p>This app can send you notifications. For this you will need to enable notifications for the app in the iOS settings or accept notifications when the app asks you, if it can send notifications during setup.</p>',
|
||||
'notifications': '<h3>Notifications.</h3><p>This app can send you notifications. For this you will need to enable notifications for the app in the iOS settings or accept notifications when the app asks you, if it can send notifications during setup.</p>',
|
||||
'adding': '<h3>Adding products.</h3><p>You can add new products with two options. Either, if the product has a Barcode, you can use the built-in barcode scanner to scan it or by manually entering the product details. If a product has been added before, StorageManager will autofill the information necessary when scanning the barcode or when selecting a suggestion it gives you when typing the product name.</p>',
|
||||
'editing': '<h3>Editing products.</h3><p>You can edit every aspect of every product you have ever added. StorageManager will also allow you to use changed data as new defaults for this kind of product.</p>',
|
||||
'removing': `<h3>Removing products.</h3><p>You have three different options for removing products. First off, you can remove it by scanning the product's barcode and then selecting the product you want to delete. The other two options are to swipe to delete the product on the app's home page and to tap the delete button in the product's details page.</p>`,
|
||||
|
||||
Reference in New Issue
Block a user