diff --git a/app/assets/v2/css/hackathons/explorer.css b/app/assets/v2/css/hackathons/explorer.css
index a9b58c4a0be..8a1b691176e 100644
--- a/app/assets/v2/css/hackathons/explorer.css
+++ b/app/assets/v2/css/hackathons/explorer.css
@@ -76,18 +76,10 @@
#beyondblockchain_2019 img.Alethio,
#beyondblockchain_2019 img.Arweave {
- height: 4rem;
+ height: 3.5rem;
width: auto;
}
-#beyondblockchain_2019 img.Alethio ,
-#beyondblockchain_2019 img.Matic,
-#beyondblockchain_2019 img.Arweave {
- padding: 5px;
- background-color: rgba(255, 255, 255, 0.85);
- border-radius: 1px;
-}
-
#beyondblockchain_2019 .img-holder {
width: auto;
height: auto;
@@ -98,13 +90,28 @@
max-height: 6rem;
}
-#beyondblockchain_2019 .sponsors-silver img {
- max-height: 3rem;
+#beyondblockchain_2019 .sponsors-gold {
+ margin-bottom: 1rem;
}
-#beyondblockchain_2019 img.Pegasys,
-#beyondblockchain_2019 img.Portis {
- max-height: 3rem;
+#beyondblockchain_2019 img.Pegasys {
+ height: 4rem;
position: relative;
top: 1rem;
+}
+
+#beyondblockchain_2019 img.Portis {
+ height: 3rem;
+ position: relative;
+ top: 1.5rem;
+}
+
+#beyondblockchain_2019 img.Alethio,
+#beyondblockchain_2019 img.TheGraph {
+ height: 4.5rem;
+}
+
+#beyondblockchain_2019 img.TheGraph {
+ position: relative;
+ top: -.4rem;
}
\ No newline at end of file
diff --git a/app/assets/v2/css/hackathons/static.css b/app/assets/v2/css/hackathons/static.css
index b41821af3ec..2a2b6b867fe 100644
--- a/app/assets/v2/css/hackathons/static.css
+++ b/app/assets/v2/css/hackathons/static.css
@@ -52,6 +52,7 @@ h4 {
.hackathon .banner-logo {
max-height: 18rem;
+ width: auto !important;
}
.hackathon .sponsors_gold img {
@@ -147,8 +148,13 @@ h4 {
height: 100%;
}
+.beyond_blocks .sponsors_silver img {
+ height: 3.5rem;
+}
+
.bb-banner-bg {
background-color: #121315;
+ text-align: center;
}
.bb-green-bg {
diff --git a/app/assets/v2/images/hackathon/beyond_block/logo.png b/app/assets/v2/images/hackathon/beyond_block/logo.png
new file mode 100644
index 00000000000..e0593f56146
Binary files /dev/null and b/app/assets/v2/images/hackathon/beyond_block/logo.png differ
diff --git a/app/assets/v2/images/hackathon/beyond_block/logo.svg b/app/assets/v2/images/hackathon/beyond_block/logo.svg
deleted file mode 100644
index b61cc9f4ab7..00000000000
--- a/app/assets/v2/images/hackathon/beyond_block/logo.svg
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
\ No newline at end of file
diff --git a/app/assets/v2/images/hackathon/beyond_block/sponsors/arweave-white.svg b/app/assets/v2/images/hackathon/beyond_block/sponsors/arweave-white.svg
new file mode 100644
index 00000000000..5bf61b4800c
--- /dev/null
+++ b/app/assets/v2/images/hackathon/beyond_block/sponsors/arweave-white.svg
@@ -0,0 +1,35 @@
+
+
\ No newline at end of file
diff --git a/app/assets/v2/images/hackathon/beyond_block/sponsors/matic-white.svg b/app/assets/v2/images/hackathon/beyond_block/sponsors/matic-white.svg
new file mode 100644
index 00000000000..ea1e7d5dc69
--- /dev/null
+++ b/app/assets/v2/images/hackathon/beyond_block/sponsors/matic-white.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/app/assets/v2/images/hackathon/beyond_block/sponsors/thegraph-white.svg b/app/assets/v2/images/hackathon/beyond_block/sponsors/thegraph-white.svg
new file mode 100644
index 00000000000..c537c9695c8
--- /dev/null
+++ b/app/assets/v2/images/hackathon/beyond_block/sponsors/thegraph-white.svg
@@ -0,0 +1,10 @@
+
diff --git a/app/assets/v2/images/hackathon/beyond_block/sponsors/thegraph.svg b/app/assets/v2/images/hackathon/beyond_block/sponsors/thegraph.svg
new file mode 100644
index 00000000000..6a42f9c390e
--- /dev/null
+++ b/app/assets/v2/images/hackathon/beyond_block/sponsors/thegraph.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/app/assets/v2/images/hackathon/ethhack/sponsors/small/alethio-white.svg b/app/assets/v2/images/hackathon/ethhack/sponsors/small/alethio-white.svg
new file mode 100644
index 00000000000..cdf3b43646c
--- /dev/null
+++ b/app/assets/v2/images/hackathon/ethhack/sponsors/small/alethio-white.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/app/dashboard/context/hackathon.py b/app/dashboard/context/hackathon.py
index c5635a1e06a..f05c3d1272f 100644
--- a/app/dashboard/context/hackathon.py
+++ b/app/dashboard/context/hackathon.py
@@ -163,7 +163,7 @@
'bg' : 'hk-black-bg',
'banner_text' : 'hk-white-f',
'logo_bg' : 'bb-banner-bg',
- 'logo' : static('v2/images/hackathon/beyond_block/logo.svg'),
+ 'logo' : static('v2/images/hackathon/beyond_block/logo.png'),
'title' : 'BEYOND BLOCKCHAIN',
'title_banner' : 'BEYOND BLOCKCHAIN',
'caption' : '''A three-week virtual hackathon
where global developers and
@@ -199,8 +199,8 @@
'logo' : static('v2/images/hackathon/ethhack/sponsors/small/alethio-no-bg.svg')
},
{
- 'name' : 'Pegasys',
- 'logo' : static('v2/images/hackathon/ethhack/sponsors/big/pegasys-logo.svg')
+ 'name' : 'TheGraph',
+ 'logo' : static('v2/images/hackathon/beyond_block/sponsors/thegraph.svg')
},
],
'sponsors_silver' : [
@@ -215,7 +215,11 @@
{
'name' : 'Portis',
'logo' : static('v2/images/hackathon/beyond_block/sponsors/portis.svg')
- }
+ },
+ {
+ 'name' : 'Pegasys',
+ 'logo' : static('v2/images/hackathon/ethhack/sponsors/big/pegasys-logo.svg')
+ },
],
'sections' : [
{
diff --git a/app/dashboard/context/hackathon_explorer.py b/app/dashboard/context/hackathon_explorer.py
index 3a1c7040b02..532550866c3 100644
--- a/app/dashboard/context/hackathon_explorer.py
+++ b/app/dashboard/context/hackathon_explorer.py
@@ -107,15 +107,19 @@
'sponsors_silver' : [
{
'name' : 'Matic',
- 'logo' : static('v2/images/hackathon/beyond_block/sponsors/matic.svg')
+ 'logo' : static('v2/images/hackathon/beyond_block/sponsors/matic-white.svg')
},
{
'name' : 'Alethio',
- 'logo' : static('v2/images/hackathon/ethhack/sponsors/small/alethio-no-bg.svg')
+ 'logo' : static('v2/images/hackathon/ethhack/sponsors/small/alethio-white.svg')
+ },
+ {
+ 'name' : 'TheGraph',
+ 'logo' : static('v2/images/hackathon/beyond_block/sponsors/thegraph-white.svg')
},
{
'name' : 'Arweave',
- 'logo' : static('v2/images/hackathon/beyond_block/sponsors/arweave.svg')
+ 'logo' : static('v2/images/hackathon/beyond_block/sponsors/arweave-white.svg')
},
],
}