Skip to content

Commit a893c5a

Browse files
authored
Merge pull request #2 from CentreSecuriteIA/pr-1
Updated Home
2 parents 67f7021 + 5651a50 commit a893c5a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+7703
-62
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
site/**
22
.DS_Store
3+
node_modules

.prettierrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"semi": true,
3+
"singleQuote": true,
4+
"tabWidth": 2,
5+
"printWidth": 100,
6+
"trailingComma": "es5",
7+
"bracketSpacing": true,
8+
"htmlWhitespaceSensitivity": "css",
9+
"endOfLine": "lf"
10+
}

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["esbenp.prettier-vscode"]
3+
}

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"editor.defaultFormatter": "esbenp.prettier-vscode",
3+
"editor.formatOnSave": true,
4+
"prettier.requireConfig": true
5+
}

docs/assets/atlas-text-logo.svg

Lines changed: 4 additions & 0 deletions
Loading

docs/assets/hero.jpg

104 KB
Loading

docs/assets/hero.png

159 KB
Loading

docs/assets/hero.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/assets/icons/community.png

28.3 KB
Loading

docs/assets/icons/connected.png

17.8 KB
Loading

0 commit comments

Comments
 (0)