Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 3148bad

Browse files
committed
feat(website): holding page #8
1 parent 7f8a3a7 commit 3148bad

3 files changed

Lines changed: 237 additions & 0 deletions

File tree

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Editor configuration, see https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 2
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
max_line_length = off
11+
12+
[*.ts]
13+
quote_type = single
14+
15+
[*.md]
16+
trim_trailing_whitespace = false

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# EddieJaoudeCommunity.github.io
2+
23
Information about our community
4+
5+
![Website](https://user-images.githubusercontent.com/624760/90750677-119e9500-e2cd-11ea-874d-9dc1a74bc72d.png)

src/index.html

Lines changed: 218 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)