diff --git a/homepage/home_img/github.svg b/homepage/home_img/github.svg new file mode 100644 index 0000000000..013e025322 --- /dev/null +++ b/homepage/home_img/github.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/homepage/home_static/style.css b/homepage/home_static/style.css index 8759532e12..422fa7faf1 100644 --- a/homepage/home_static/style.css +++ b/homepage/home_static/style.css @@ -61,13 +61,17 @@ a { max-width: 100%; } -object { +.card-body object { background-color: #f8f8f2; border-radius: 25% 25%; padding: 5px; box-shadow: 5px 5px #a09fa2; } +.github-logo { + padding-right: 5px; +} + .card-set .card { border-radius: 0; border-bottom: 0; diff --git a/homepage/index.html b/homepage/index.html index e63096ab74..cc6bc29c43 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -49,19 +49,24 @@