
Nebulosus
- Focused on innovation. +What does Nebulosus offer?
- Nebulosus offers a variety of services: --
-
- Website / Application Development -
- Server Hosting -
- Technical Support -
About Nebulosus
-
- Nebulosus is a dutch company focusing on intuitivism, simplicity, redundancy, reliability and friendliness.
- Software should be intuitive, aware of it's environment. That's what Nebulosus strives for.
-
- If you want to develop an app with intuitive design and a redundant infrastructure, please reach out!
- If you're looking for a company site, let's discuss it!
-
More information about Nebulosus
+ + +About
++ Nebulosus is a dutch company focusing on intuitivism, simplicity, redundancy, reliability and + friendliness. + Software should be intuitive, aware of it's environment. That's what Nebulosus strives for. + If you want to develop an app with intuitive design and a redundant infrastructure, please reach out! + If you're looking for a company site, let's discuss it! +
+Offer
+Information
We believe software should be intuitive and aware of its environment. This is the standard we aim for at Nebulosus.
Looking to develop an app with intuitive design and robust infrastructure? Get in touch!
Need a company website? Let’s discuss how we can help." + }, + "offer": { + "title": "Offer", + "it-consultancy": { + "title": "IT Consultancy", + "tagline": "IT consultancy services for your business.", + "description": "Nebulosus offers IT consultancy services for your business. Giving you a clear understanding of the technology you need to move forward.", + "solutions": [ + "IT Strategy", + "Infrastructure", + "Security", + "Compliance", + "Training" + ] + }, + "managed-hosting": { + "title": "Managed Hosting", + "tagline": "Managed hosting services for your website.", + "description": "Nebulosus offers managed hosting services for your website. Taking care of the technical stuff so you can focus on your business.", + "solutions": [ + "Application Hosting", + "DNS Management (Domain and Subdomains)", + "SSL Certificates", + "Email Hosting" + ] + }, + "tech-support": { + "title": "Tech Support", + "tagline": "Professional support for your technical issues.", + "description": "Having an issue with your website, computer, or network? Nebulosus offers professional support for all your technical issues.", + "solutions": [ + "Android/iOS Support", + "Windows/Mac/Linux Support", + "Network Support", + "Installation and Configuration", + "Advice and Guidance" + ] + }, + "development": { + "title": "Development", + "tagline": "Development services for your business.", + "description": "Nebulosus offers development services for your application. Whether you need a website, custom integration, or want to automate your business, Nebulosus can help.", + "solutions": [ + "(Web)applications", + "Integration development", + "Automation", + "API Development", + "Database Development" + ] + } + }, + "dict": { + "kvk": "Chamber of Commerce", + "mail": "Email" + } +} \ No newline at end of file diff --git a/public/res/locale/nl.json b/public/res/locale/nl.json new file mode 100644 index 0000000..f080e9d --- /dev/null +++ b/public/res/locale/nl.json @@ -0,0 +1,66 @@ +{ + "$": { + "name": "Nebulosus", + "kvk": 93409583, + "mail": "info@nebulosus.nl", + "motto": "Gericht op innovatie." + }, + "about": { + "title": "Over", + "text": "Nebulosus is een Nederlands bedrijf dat streeft naar intuïtieve, eenvoudige en betrouwbare software, met redundantie en gebruiksvriendelijkheid als kernwaarden.
Software moet intuïtief en omgevingsbewust zijn. Daar zetten wij ons voor in.
Wil je een app met intuïtief design en een robuuste infrastructuur? Neem contact op!
Op zoek naar een bedrijfssite? Laten we het bespreken!" + }, + "offer": { + "title": "Aanbod", + "it-consultancy": { + "title": "IT Consultancy", + "tagline": "IT-consultancydiensten voor uw bedrijf.", + "description": "Technologie moet je vooruithelpen, niet tegenwerken. Strategisch advies waarmee uw bedrijf wendbaar blijft in een snel veranderend digitaal landschap.", + "solutions": [ + "IT-strategie", + "Infrastructuur", + "Beveiliging", + "Compliance", + "Training" + ] + }, + "managed-hosting": { + "title": "Beheerde Hosting", + "tagline": "Beheerde hostingdiensten voor uw website.", + "description": "Nebulosus biedt beheerde hostingdiensten voor uw website. Terwijl de technische zaken worden geregeld, kunt u zich richten op uw bedrijf.", + "solutions": [ + "Applicatie Hosting", + "DNS-beheer (Domeinnaam en subdomeinen)", + "SSL-certificaten", + "E-mailhosting" + ] + }, + "tech-support": { + "title": "Technische Ondersteuning", + "tagline": "Professionele ondersteuning bij uw technische problemen.", + "description": "Een probleem met uw website, computer of netwerk? Nebulosus biedt professionele ondersteuning voor al uw technische problemen.", + "solutions": [ + "Android/iOS-ondersteuning", + "Windows/Mac/Linux-ondersteuning", + "Netwerkondersteuning", + "Installatie en configuratie", + "Advies en begeleiding" + ] + }, + "development": { + "title": "Ontwikkeling", + "tagline": "Ontwikkelingsdiensten voor uw bedrijf.", + "description": "Nebulosus biedt ontwikkelingsdiensten voor uw applicatie. Of u nu een website, mobiele app of aangepaste software nodig heeft, Nebulosus kan helpen.", + "solutions": [ + "(Web)applicaties", + "Integratie ontwikkeling", + "Automatisering", + "API's", + "Databaseontwikkeling" + ] + } + }, + "dict": { + "kvk": "Kamer van Koophandel", + "mail": "E-mail" + } +} \ No newline at end of file diff --git a/public/res/style.css b/public/res/style.css index e2a67b1..9599049 100644 --- a/public/res/style.css +++ b/public/res/style.css @@ -25,7 +25,6 @@ header { color: #000; align-content: center; z-index: 100; - box-shadow: 0 0 20px var(--theme-color-lowlight); } header div.logo { @@ -80,6 +79,20 @@ div section { /* --- */ +footer { + display: flex; + flex-direction: column; + position: fixed; + bottom: 0; + width: calc(100vw - 5em); + height: 2rem; + padding-left: 2.5em; + background-color: #fff; + justify-content: center; +} + +/* --- */ + /* for anchors.js */ h2:hover { cursor: pointer; @@ -148,7 +161,7 @@ button { cursor: pointer; &:hover { - background-color: var(--theme-color-highlight-2); + border: 1px solid var(--theme-color-highlight); } transition: background-color .2s ease-in-out; @@ -156,7 +169,6 @@ button { .columns { display: flex; - align-items: center; @media (max-width: 600px) { flex-direction: column;