SEO for libreevent, more about me page progress
This commit is contained in:
@@ -36,12 +36,27 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="timeline">
|
||||
<div class="timeline-line"></div>
|
||||
<div class="timeline-el" id="timeline-dot-1">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-year">2015</div> <!-- TODO: Check date is accurate-->
|
||||
<div class="timeline-desc">First coding experience using LEGO Mindstorms & LabView</div>
|
||||
</div>
|
||||
<div class="timeline-el" id="timeline-dot-2">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-year">2021</div> <!-- TODO: Check date is accurate-->
|
||||
<div class="timeline-desc">BiogasControllerApp</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p style="margin-top: 30px;">Discover the full range of services and software offered here</p>
|
||||
<div class="inline-elements">
|
||||
<a href="https://development.janishutz.com" class="button" target="_blank">Custom Websites</a>
|
||||
<a href="https://store.janishutz.com" class="button" target="_blank">Store</a>
|
||||
<a href="https://github.com/janishutz" class="button" target="_blank">GitHub</a>
|
||||
<a href="https://npmjs.com/~janishutz" class="button" target="_blank">npm</a>
|
||||
<a href="https://mastodon.social/@janishutz" class="button" target="_blank">Mastodon</a>
|
||||
<a href="/projects" class="button">Projects</a>
|
||||
<a href="/about/aboutme" class="button">About Janis Hutz</a>
|
||||
<a href="https://store.janishutz.com/donate" class="button" target="_blank">Donate</a>
|
||||
|
||||
@@ -10,13 +10,13 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="og:title" content="" />
|
||||
<meta name="og:description" content="" />
|
||||
<meta name="keywords" content="libreevent, event management, ticketing, seat plan editor, free and open source" />
|
||||
<meta name="description" content="libreevent is a free and open source event management solution that enables you to sell tickets for your next event, including a seat plan and many more settings." />
|
||||
<meta name="og:title" content="libreevent - free and open source event management solution" />
|
||||
<meta name="og:description" content="libreevent is a free and open source event management solution that enables you to sell tickets for your next event, including a seat plan and many more settings." />
|
||||
<meta name="og:image" content="https://static.janishutz.com/seo/projects/libreevent.jpg" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:url" content="https://janishutz.com" />
|
||||
<meta name="og:url" content="https://janishutz.com/projects/libreevent" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
|
||||
Reference in New Issue
Block a user