diff --git a/assets/images/github.svg b/assets/images/github.svg new file mode 100644 index 0000000..d5e6491 --- /dev/null +++ b/assets/images/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/pouet.svg b/assets/images/pouet.svg new file mode 100644 index 0000000..05c19f1 --- /dev/null +++ b/assets/images/pouet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/youtube.svg b/assets/images/youtube.svg new file mode 100644 index 0000000..c981291 --- /dev/null +++ b/assets/images/youtube.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index cdfda6b..318780e 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@ background: #1d3459; position: relative; overflow: hidden; - margin-bottom: 40px; + margin-bottom: 20px; text-align: center; color: white; } @@ -95,6 +95,13 @@ transform: translate3d(0px, 0px, 2px); } + .external-links { + display: flex; + justify-content: center; + gap: 16px; + margin-bottom: 30px; + } + .demo { max-width: 625px; margin: 15px auto 30px; @@ -157,6 +164,33 @@ + + {% for post in site.posts %}