fix: meta tags
This commit is contained in:
parent
c3a2d96dd8
commit
32e4ccdcb5
1 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="description" content="Nebulosus, a company focused on providing an intuitive and simple experience while still maintaining customizability.">
|
||||||
|
<meta name="keywords" content="website,software,developer,nederland,web">
|
||||||
<title>Nebulosus</title>
|
<title>Nebulosus</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="./res/style.css">
|
<link rel="stylesheet" href="./res/style.css">
|
||||||
|
@ -37,7 +39,7 @@
|
||||||
<ol class="rows" style="gap: .5em;">
|
<ol class="rows" style="gap: .5em;">
|
||||||
<li><span style="border-bottom: 1px solid blue">Website / Application Development</span></li>
|
<li><span style="border-bottom: 1px solid blue">Website / Application Development</span></li>
|
||||||
<li><span style="border-bottom: 1px solid darkcyan">Server Hosting</span></li>
|
<li><span style="border-bottom: 1px solid darkcyan">Server Hosting</span></li>
|
||||||
<li><span style="border-bottom: 1px solid darkblue;">Technical Support</span></li>
|
<li><span style="border-bottom: 1px solid darkblue">Technical Support</span></li>
|
||||||
</ol>
|
</ol>
|
||||||
<button id="cases-button" hidden>Cases</button>
|
<button id="cases-button" hidden>Cases</button>
|
||||||
<div id="cases" hidden></div>
|
<div id="cases" hidden></div>
|
||||||
|
@ -45,7 +47,7 @@
|
||||||
<section id="about">
|
<section id="about">
|
||||||
<h2>About Nebulosus</h2>
|
<h2>About Nebulosus</h2>
|
||||||
<p>
|
<p>
|
||||||
Nebulosus is <span style="letter-spacing: 1px;">simplicity</span>, <b style="color: darkgoldenrod;">redundancy</b>, <span style="color: darkcyan; text-decoration: underline;">reliability</span> and <i style="color: green">friendliness</i>. <br />
|
Nebulosus is a dutch company focusing on intuitivism, <span style="letter-spacing: 1px;">simplicity</span>, <b style="color: darkgoldenrod;">redundancy</b>, <span style="color: darkcyan; text-decoration: underline;">reliability</span> and <i style="color: green">friendliness</i>. <br />
|
||||||
Software should be intuitive, aware of it's environment. That's what Nebulosus strives for.
|
Software should be intuitive, aware of it's environment. That's what Nebulosus strives for.
|
||||||
<br />
|
<br />
|
||||||
If you want to develop an app with intuitive design and a redundant infrastructure, please reach out! <br/>
|
If you want to develop an app with intuitive design and a redundant infrastructure, please reach out! <br/>
|
||||||
|
|
Loading…
Reference in a new issue