Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
go open source
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Sep 21, 2023
1 parent 62e31f8 commit 903aa3a
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 6 deletions.
2 changes: 2 additions & 0 deletions src/components/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ const t = useTranslations(lang);
<h1
class="text-5xl lg:text-6xl xl:text-7xl font-bold lg:tracking-tight xl:tracking-tighter"
>
<!-- make the string in hero.title break into two lines after the , -->

{t("hero.title")}
</h1>
<p class="text-lg mt-4 text-slate-600 max-w-xl">
Expand Down
6 changes: 5 additions & 1 deletion src/components/navbar/navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ const menuitems = [
},
{
title: t('nav.community'),
path: `/${lang}/community/`,
path: `https://github.com/intuitem`,
},
{
title: t('nav.trial'),
path: `/${lang}/trial`,
},
{
title: "Contact",
path: `/${lang}/contact`,
Expand Down
61 changes: 61 additions & 0 deletions src/content/blog/we-are-going-open-source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
draft: false
title: "We are Going Open Source"
category: "News"
author: Abderrahmane Smimite
publishDate: "2023-09-20 19:25"
image: {
src: "https://images.unsplash.com/photo-1569017388730-020b5f80a004?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=430&q=80",
alt: "exec meeting"
}
snippet: "Five common mistakes that executives keep repeating about cyber security and some actionable insights on how to deal with them"
tags: ["cybersecurity", "executives", "risk", "management", "leadership", "compliance", "resiliency"]
---

Hello to our valued customers, partners, and the cybersecurity community,

We are thrilled to announce something that has been in the works for quite some time now. We've always believed in making cyber risk management and GRC (Governance, Risk, and Compliance) more accessible, transparent, simple, and effective for everyone. Today, we're taking a significant step in that direction by making our flagship products, Mira and CISO Assistant, available as open-source software through a Community Edition.

## Why Open Source?

**Community Collaboration:** The challenges of cybersecurity are ever-evolving. Going open-source allows us to collaborate with a vast community of developers, industry experts, and end-users. Together, we can better shape and evolve the GRC tools landscape.

**Transparency:** In a domain like cybersecurity, trust is paramount. By opening up our source code, we're offering complete transparency, so you know exactly what you're implementing in your systems and how sensitive data are being processed.

**Accessibility:** Our mission has always been democratizing cyber risk management and GRC tools. With free-to-use Community Editions, smaller businesses can also implement best-in-class cybersecurity measures and benefit from the community expertise.

## What’s Included in the Community Edition?

Mira and CISO assistant core features are open-source and free to use. All future general usage features will be as well. Visit the website to learn more about their capabilities.

Community editions will benefit from both community support as well as the regular maintenance and bug fixes that we will keep doing on the internal branches.

There is no change on the enterprise edition, where customers can request custom features that we’ll maintain as the product grows. Custom-made features will not be part of the community edition unless agreed on with the customer. Enterprise edition benefits from direct and priority support, as well as advanced assistance for setup, integration, and team coaching.


## How to Get Started?

This is the easy part. Just head over to our GitHub repositories, clone them, and follow the instructions on the readme files.

- Mira Repo is here: [https://github.com/intuitem/mira-community]

- CISO Assistant repo is here: [https://github.com/intuitem/ciso-assistant-community]

## Don’t want the setup?

We have a free 30-day trial, and no credit card is required. Head out to [https://intuitem.com/fr/trial/].

We automatically create isolated demo infrastructure even for the trial to keep your data private and secure. You’ll get a notification email once it’s up.

## Need more?

Reach out to our team on [https://intuitem.com/fr/contact/] for the enterprise plan with extra features, customization, and priority support.


## A Big Thank You!

We want to extend our heartfelt gratitude to everyone who has supported us thus far. We're excited to see where this new chapter takes us, and we can't wait for you to be a part of it.

Best regards,

intuitem Team
4 changes: 3 additions & 1 deletion src/i18n/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ export const ui = {
'nav.about': 'À propos',
'nav.solutions': 'Solutions',
'nav.community': 'Communauté',
'nav.trial': 'Essai gratuit',
'nav.overview': 'Vue d\'ensemble',
'nav.blog': 'Blog',
'nav.audit': 'Audit et Pentest',
'nav.ai': 'AI/ML et Data',
'nav.consultancy': 'Conseil et prestation',
'hero.title': 'Des Solutions Simples, Des Personnes Fiables',
'hero.title': 'Des Solutions Simples,\n Des Personnes Fiables',
'hero.paragraph1' : 'Intuitem est spécialisée dans l\'architecture cloud, la cybersécurité et le développement logiciel. Nous construisons des produits et fournissons des services de conseil et d\'accompagnement pour simplifier la complexité croissante du monde numérique moderne.',
'hero.paragraph2' : 'La nouvelle version de MIRA, 3.0, est désormais disponible. Il s\'agit de notre solution tout-en-un de gestion des risques. Obtenez votre essai gratuit maintenant !',
'hero.button.primary' : 'Produits',
Expand All @@ -33,6 +34,7 @@ export const ui = {
'nav.about': 'About',
'nav.solutions': 'Solutions',
'nav.community': 'Community',
'nav.trial': 'Free Trial',
'nav.overview': 'Overview',
'nav.audit': 'Audit and Pentest',
'nav.ai': 'AI/ML and Data',
Expand Down
8 changes: 4 additions & 4 deletions src/pages/fr/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import "../../styles/base.css";
class="absolute w-40 h-48 rounded-full bg-rose-400 blob filter blur-2xl mix-blend-multiply opacity-50 left-40 top-20"
>
</div>
<div class="font-highlight text-center text-rose-900 text-2xl mb-2 z-0">
Solutions clés en main pour gérer et optimiser votre
<div class="font-highlight text-center text-rose-900 text-4xl mb-2 z-0">
Des solutions clés en main pour gérer et optimiser votre
programme de cybersécurité
</div>
<p class="lg:p-10 py-4 text-justify lg:text-left z-0">
Expand All @@ -38,8 +38,8 @@ import "../../styles/base.css";
class="absolute w-40 h-48 rounded-full bg-blue-300 blob filter blur-2xl mix-blend-multiply opacity-50 right-40 top-10 delay-4"
>
</div>
<div class="font-highlight text-center text-2xl text-blue-900 mb-2 z-0">
Professionnels dédiés pour vous
<div class="font-highlight text-center text-4xl text-blue-900 mb-2 z-0">
Des experts pour vous
accompagner, conseiller, construire et coacher vos équipes
</div>
<p class="lg:p-10 py-4 text-justify lg:text-left z-0">
Expand Down

0 comments on commit 903aa3a

Please sign in to comment.