2024-03-29 16:17:59 +01:00
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2024-07-06 20:49:58 +02:00
< meta name = "description" content = "Nebulosus, a company focused on providing an intuitive interface for anything and anyone. Making applications that are useful." >
2024-07-06 20:42:33 +02:00
< meta name = "keywords" content = "website,software,developer,nederland,web" >
2024-03-29 16:17:59 +01:00
< title > Nebulosus< / title >
< link rel = "stylesheet" href = "./res/style.css" >
< script src = "./res/cases.js" defer > < / script >
< script src = "./res/anchors.js" defer > < / script >
< / head >
< body >
2024-03-29 17:54:45 +01:00
< header style = "display: flex; justify-content: space-between;" >
2024-07-06 20:37:12 +02:00
< div class = "logo" style = "display: flex; align-items: center; gap: .75rem" >
< img src = "/assets/logo.webp" height = "40" width = "40" alt = "" / >
< span > Nebulosus< / span >
< / div >
2024-07-06 20:45:46 +02:00
< div class = "columns" style = "padding: 1rem; justify-content: center;" >
2024-07-06 20:37:12 +02:00
< a href = "/" > Home< / a >
2024-03-29 16:17:59 +01:00
< / div >
< / header >
< main >
< section id = "intro" >
2024-07-06 21:10:02 +02:00
< div class = "columns" style = "align-items: flex-start; padding: 2rem; gap: 2rem;" >
2024-07-06 21:58:34 +02:00
< img src = "/assets/logo.webp" height = "100" width = "100" style = "filter: drop-shadow(0 0 20px #fff);" / >
2024-07-06 20:37:12 +02:00
< div class = "rows" >
< h1 > Nebulosus< / h1 >
< span > Focused on innovation.< / span >
< / div >
2024-03-29 16:17:59 +01:00
< / div >
2024-07-06 20:37:12 +02:00
< / section >
< div >
< section id = "offer" >
< h2 > What does Nebulosus offer?< / h2 >
< span > Nebulosus offers a variety of services:< / span >
< 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 darkcyan" > Server Hosting< / span > < / li >
2024-07-06 20:42:33 +02:00
< li > < span style = "border-bottom: 1px solid darkblue" > Technical Support< / span > < / li >
2024-07-06 20:37:12 +02:00
< / ol >
< button id = "cases-button" hidden > Cases< / button >
< div id = "cases" hidden > < / div >
< / section >
< section id = "about" >
< h2 > About Nebulosus< / h2 >
< p >
2024-07-06 20:42:33 +02:00
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 / >
2024-07-06 20:37:12 +02:00
Software should be intuitive, aware of it's environment. That's what Nebulosus strives for.
< br / >
If you want to develop an app with intuitive design and a redundant infrastructure, please reach out! < br / >
If you're looking for a company site, let's discuss it!
< / p >
2024-03-29 16:17:59 +01:00
< / section >
< / div >
< section id = "more-info" >
< h2 > More information about Nebulosus< / h2 >
< div class = "rows" >
2024-07-06 20:37:12 +02:00
< span > E-mail: < a href = "mailto:info@nebulosus.nl" > info@nebulosus.nl< / a > < / span >
2024-03-29 16:17:59 +01:00
< span > Chamber of Commerce number: < strong > 93409583< / strong > < / span >
< / div >
< / section >
< / main >
2024-07-06 20:37:12 +02:00
<!-- Want to collaborate? -->
<!-- E - Mail: didier (at) nebulosus (dot) nl -->
2024-03-29 16:17:59 +01:00
< / body >
< / html >