Added Funding Partners section
This commit is contained in:
parent
630cd8bcee
commit
89095ca70d
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
|
@ -268,6 +268,43 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<section id="partners" class="container mt50">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-md-6 col-12 mb100">
|
||||||
|
<img src="img/funding_partners.png" class="img-fluid">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-md-3">
|
||||||
|
<div class="partner-block vc" style="cursor: pointer;" onclick="window.location='https://0xproject.com/';">
|
||||||
|
<div class="block-content">
|
||||||
|
<img src="img/0x_logo_with_text.png">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-3">
|
||||||
|
<div class="partner-block vc" style="cursor: pointer;" onclick="window.location='https://status.im';">
|
||||||
|
<div class="block-content">
|
||||||
|
<img src="img/logo1.png">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-3">
|
||||||
|
<div class="partner-block vc" style="cursor: pointer;" onclick="window.location='https://ecf.network/';">
|
||||||
|
<div class="block-content ">
|
||||||
|
<img src="img/ecf.png">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-3">
|
||||||
|
<div class="partner-block vc" style="cursor: pointer;" onclick="window.location='https://www.toshi.org/';">
|
||||||
|
<div class="block-content ">
|
||||||
|
<img src="img/toshi.png">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
<section id="contact" class="container mt50">
|
<section id="contact" class="container mt50">
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-md-3 col-8 mb100">
|
<div class="col-md-3 col-8 mb100">
|
||||||
|
|
Loading…
Reference in New Issue