Skip to content

Commit

Permalink
Timeline Vision Data Issue fix (#7230)
Browse files Browse the repository at this point in the history
* tiny fix typo

* ending paragraph

* fix timeline

* timeline fix data
  • Loading branch information
molecula451 authored Aug 14, 2020
1 parent 9b8140f commit a892f10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/assets/v2/css/vision.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

.tl-event:before {
content: attr(data-time);
content: attr(data);
width: 4rem;
height: 4rem;
background: var(--tl-bg);
Expand Down Expand Up @@ -163,4 +163,4 @@ li.market {
text-align: right;
list-style-position: inside;
}
}
}
14 changes: 7 additions & 7 deletions app/retail/templates/vision.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% comment %}
Copyright (C) 2019 Gitcoin Core
Copyright (C) 2020 Gitcoin Core

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
Expand Down Expand Up @@ -49,7 +49,7 @@ <h1 class="font-title-xl">{% trans "We believe Blockchain is the TCP/IP of Money
<div class="col-lg-6">
<h3 class="font-title-lg">{% trans "The internet changed the way we exchange information; Blockchain changes the way we exchange value.." %}</h3>
<p>{% trans "When the internet came along, p2p content changed the way the world exchanged information; from our media, to our arts, to how we consume our news." %}</p>
<p>{% trans "We believe that DLT (distributed ledger technology), especially Ethereum, has the potential to change the way the world exchanges value.s" %}</p>
<p>{% trans "We believe that DLT (distributed ledger technology), especially Ethereum, has the potential to change the way the world exchanges values." %}</p>
<p>{% trans "What changes will that portend for the world in the 21st century? We think that it could change the way we do purchases, make investments, and how we think about work." %}</p>
<p>{% trans "We are at the beginning of a decades-long shift in how humanity exchanges value in the network'd age." %}</p>
</div>
Expand Down Expand Up @@ -109,15 +109,15 @@ <h1 class="font-title-xl my-4">{% trans "Blockchain will evolve rapidly over tim
</div>
<div class="tl-component pt-5">
<div class="tl">
<div class="tl-event" data-time="2019">
<div class="tl-event" data="2019">
<b>{% trans "Year 0" %}</b>
<ul class="list-special">
<li class="macro">{% trans "Sharding / POS in research stage" %}</li>
<li class="market">{% trans "Bear Market" %}</li>
<li class="gitcoin">{% trans "Gitcoin is doing some Revenue Testing (Tokenization, Kudos, CodeFund, Grants, Bounties)" %}</li>
</ul>
</div>
<div class="tl-event" data-time="2020">
<div class="tl-event" data="2020">
<b>{% trans "1 Year out" %}</b>
<ul class="list-special">
<li class="macro">{% trans "Sharding / POS goes live." %}</li>
Expand All @@ -128,7 +128,7 @@ <h1 class="font-title-xl my-4">{% trans "Blockchain will evolve rapidly over tim
<li class="gitcoin">{% trans "Gitcoin has figured out a scalable Revenue model. Starting to scale." %}</li>
</ul>
</div>
<div class="tl-event" data-time="2022">
<div class="tl-event" data="2022">
<b>{% trans "3 Years out" %}</b>
<ul class="list-special">
<li class="macro">{% trans "Ethereum hits 1 billion tx / day" %}</li>
Expand All @@ -140,7 +140,7 @@ <h1 class="font-title-xl my-4">{% trans "Blockchain will evolve rapidly over tim
<li class="gitcoin">{% trans "Digital Corporations will be leveraging cryptocurrency in their products." %}.</li>
</ul>
</div>
<div class="tl-event" data-time="2024">
<div class="tl-event" data="2024">
<b>{% trans "5 Years out" %}</b>
<ul class="list-special">
<li class="macro">{% trans "Developers will pay each other in crypto as much as fiat currenty." %}</li>
Expand All @@ -149,7 +149,7 @@ <h1 class="font-title-xl my-4">{% trans "Blockchain will evolve rapidly over tim
<li class="gitcoin">{% trans "Sovereign Nations will be issuing digital currencies." %}</li>
</ul>
</div>
<div class="tl-event" data-time="2029">
<div class="tl-event" data="2029">
<b>{% trans "10 Years out" %}</b>
<ul class="list-special">
<li class="macro">{% trans "Whether or not ETH ‘wins’, cryptocurrency will be utilized for a non-trivial amount of total currency transactions. (i.e. at least 10% of total M1 money supply)" %}</li>
Expand Down

0 comments on commit a892f10

Please sign in to comment.