From 989ea981e59aad8374a894153fe8cd32b2ea5ad5 Mon Sep 17 00:00:00 2001
From: Thib
Date: Fri, 9 Jun 2023 10:39:24 +0200
Subject: [PATCH] Link to our github
---
sass/_index.scss | 8 ++++++++
static/assets/frontpage/github-mark-white.svg | 1 +
static/assets/frontpage/github-mark.svg | 1 +
templates/index.html | 2 ++
4 files changed, 12 insertions(+)
create mode 100644 static/assets/frontpage/github-mark-white.svg
create mode 100644 static/assets/frontpage/github-mark.svg
diff --git a/sass/_index.scss b/sass/_index.scss
index bdd87ca71..b9a533a1b 100644
--- a/sass/_index.scss
+++ b/sass/_index.scss
@@ -412,6 +412,10 @@
}
.call-to-action {
+ display: flex;
+ align-items: center;
+ gap: .5em;
+
background-color: #fff;
color: #000;
font-size: 1.125rem;
@@ -419,6 +423,10 @@
border-radius: 1000px;
padding: .4em 2em;
margin: 0 auto;
+
+ img {
+ max-height: 1.5em;
+ }
}
}
diff --git a/static/assets/frontpage/github-mark-white.svg b/static/assets/frontpage/github-mark-white.svg
new file mode 100644
index 000000000..c679c236f
--- /dev/null
+++ b/static/assets/frontpage/github-mark-white.svg
@@ -0,0 +1 @@
+
diff --git a/static/assets/frontpage/github-mark.svg b/static/assets/frontpage/github-mark.svg
new file mode 100644
index 000000000..98d74c33f
--- /dev/null
+++ b/static/assets/frontpage/github-mark.svg
@@ -0,0 +1 @@
+
diff --git a/templates/index.html b/templates/index.html
index 7c436b0b7..032b60fb2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -55,6 +55,8 @@
services. Find out more in our developer documentation.
Browse documentation
+
We're open source