add some more seo
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<meta name="keywords" content="event management, free and open source, self-hosted, ticketing, sell tickets online">
|
||||
<meta name="description" content="Evade all commercial ticketing systems and take control over the ticketing yourself using this easy to use, free and open-source project.">
|
||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script defer src="/js/loader.js"></script>
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||
<link rel="stylesheet" href="/css/pages/home.css">
|
||||
<meta name="keywords" content="qr code scanner, barcode scanner, detailed qr scanner, scanning history">
|
||||
<meta name="description" content="Scanning QR-Codes can be quite scary, if you don't know what link or data is inside of it. This is why QR & Barcode insight shows you the entire content of the QR-Code unfiltered">
|
||||
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script defer src="/js/loader.js"></script>
|
||||
</head>
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||
<link rel="stylesheet" href="/css/pages/home.css">
|
||||
<meta name="keywords" content="school projects, open source, free">
|
||||
<meta name="description" content="Discover some of my openly accessible school projects I have created. They all offer way more advanced functionality compared to what they had to have.">
|
||||
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script defer src="/js/loader.js"></script>
|
||||
</head>
|
||||
@@ -22,19 +24,19 @@
|
||||
<div class="sidebyside">
|
||||
<div class="element">
|
||||
<h3>BiogasControllerApp.</h3>
|
||||
<p>A python / kivy application that can interface with the microcontrollers used in a special subject at the school I go to (which sadly I don't have anymore)</p>
|
||||
<p>A Python / Kivy application that can interface with the microcontrollers used in a special subject at the school I go to (which sadly I don't have anymore)</p>
|
||||
<button class="button" onclick="openDetails( 'bgac' )">Learn more</button>
|
||||
</div>
|
||||
<div class="element">
|
||||
<h3>Micro:bit Interface.</h3>
|
||||
<p>A python / kivy application that can communicate between the PC and the micro:bit and give it instructions. This project is incomplete.</p>
|
||||
<p>A Python / Kivy application that can communicate between the PC and the micro:bit and give it instructions. This project is incomplete.</p>
|
||||
<button class="button" onclick="openDetails( 'microbit' )">Learn more</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sidebyside">
|
||||
<div class="element">
|
||||
<h3>MIDI - Micro:bit Sound Converter.</h3>
|
||||
<p>A python / kivy application to create a string from a midi file that can be used in conjunction with the Micro:bit micropython sound library and therefore allows you to use MIDI file to play on the Micro:bit</p>
|
||||
<p>A Python / Kivy application to create a string from a midi file that can be used in conjunction with the Micro:bit micropython sound library and therefore allows you to use MIDI file to play on the Micro:bit</p>
|
||||
<button class="button" onclick="openDetails( 'midi' )">Learn more</button>
|
||||
</div>
|
||||
<div class="element">
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||
<link rel="stylesheet" href="/css/pages/home.css">
|
||||
<meta name="keywords" content="video upscaling, photo upscaling, FSR, Electron GUI, FSR Frontend, CLI">
|
||||
<meta name="description" content="Upscaling images and videos can be quite challenging. This is what smuL tries to resolve by offering an easy to use graphical user interface.">
|
||||
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script defer src="/js/loader.js"></script>
|
||||
<style>
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||
<link rel="stylesheet" href="/css/pages/home.css">
|
||||
<meta name="keywords" content="home storage management, logistics, product stock tracking, iOS-App, free">
|
||||
<meta name="description" content="Stop the food waste with StorageManager which can help you keep track of what you've got in stock at home and notify you when a product is about to expire.">
|
||||
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script defer src="/js/loader.js"></script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user