Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove content related to web3 #1754

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/main/webapp/WEB-INF/i18n/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ blog=Blog
chapter=Chapter
comment=Comment
community=Community
connect.a.web3.wallet=Connect a Web3 wallet
consonant=Consonant
contact.us=Contact us
content=Content
Expand Down Expand Up @@ -190,7 +189,6 @@ select=Select
select.other.if.you.are.not.sure=Select <b>Other</b> if you are not sure.
sign.on=Sign on
sign.on.via.an.existing.account=Sign on via an existing account
sign.on.with.web3=Sign on with Web3
sign.out=Sign out
social.media=Social media
solution=Solution
Expand Down Expand Up @@ -242,7 +240,6 @@ we.are.an.open.community.with=We are a community with the purpose of providing e
we.believe.that.a.free.quality.education.is=We believe that a quality basic education is the right of <i>every child</i>, no matter her social or geographical background.
we.build.educational.software.which.is.open.source=We build educational software which enables disadvantaged children to teach themselves basic literacy/numeracy.
what.is.your.personal.motivation=What is your personal motivation for contributing to the elimu.ai Community?
what.is.web3=What is Web3?
what.literacy.skills=What <i>literacy</i> skill(s) does the content teach?
what.numeracy.skills=What <i>numeracy</i> skill(s) does the content teach?
why?=Why?
Expand Down
35 changes: 0 additions & 35 deletions src/main/webapp/WEB-INF/jsp/content/main.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -291,39 +291,4 @@

<a href="<spring:url value='/contributions/most-recent' />">Most recent contributions</a>
</div>

<div class="divider" style="margin: 1.5em 0;"></div>

<h5 class="center">Token Holders 💎</h5>
<div class="card-panel deep-purple lighten-5">
<p>
Active contributors get rewarded with
<c:choose>
<c:when test="${applicationScope.configProperties['env'] != 'PROD'}">
<a href="https://rinkeby.etherscan.io/token/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank"><code>$ELIMU</code></a>
</c:when>
<c:otherwise>
<a href="https://etherscan.io/token/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank"><code>$ELIMU</code></a>
</c:otherwise>
</c:choose>
tokens.
</p>
<p>
All token holders can participate in the community's <a href="<spring:url value='/contributions/aragon-dao' />">decision making</a>.
</p>
<div id="tokenHoldersContainer">
<c:choose>
<c:when test="${applicationScope.configProperties['env'] != 'PROD'}">
<a href="https://rinkeby.etherscan.io/token/tokenholderchart/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank">
View all token holders <i class="material-icons">launch</i>
</a>
</c:when>
<c:otherwise>
<a href="https://etherscan.io/token/tokenholderchart/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank">
View all token holders <i class="material-icons">launch</i>
</a>
</c:otherwise>
</c:choose>
</div>
</div>
</content:aside>
150 changes: 0 additions & 150 deletions src/main/webapp/WEB-INF/jsp/contributions/aragon-dao.jsp

This file was deleted.

35 changes: 0 additions & 35 deletions src/main/webapp/WEB-INF/jsp/contributions/most-recent.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -231,39 +231,4 @@
</c:forEach>
</ol>
</div>

<div class="divider" style="margin: 1.5em 0;"></div>

<h5 class="center">Token Holders 💎</h5>
<div class="card-panel deep-purple lighten-5">
<p>
Active contributors get rewarded with
<c:choose>
<c:when test="${applicationScope.configProperties['env'] != 'PROD'}">
<a href="https://rinkeby.etherscan.io/token/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank"><code>$ELIMU</code></a>
</c:when>
<c:otherwise>
<a href="https://etherscan.io/token/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank"><code>$ELIMU</code></a>
</c:otherwise>
</c:choose>
tokens.
</p>
<p>
All token holders can participate in the community's <a href="<spring:url value='/contributions/aragon-dao' />">decision making</a>.
</p>
<div id="tokenHoldersContainer">
<c:choose>
<c:when test="${applicationScope.configProperties['env'] != 'PROD'}">
<a href="https://rinkeby.etherscan.io/token/tokenholderchart/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank">
View all token holders <i class="material-icons">launch</i>
</a>
</c:when>
<c:otherwise>
<a href="https://etherscan.io/token/tokenholderchart/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank">
View all token holders <i class="material-icons">launch</i>
</a>
</c:otherwise>
</c:choose>
</div>
</div>
</content:aside>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<content:title>
<fmt:message key="privacy.policy" />
Privacy Policy
</content:title>

<content:section cssId="privacyPolicyPage">
Expand Down
17 changes: 1 addition & 16 deletions src/main/webapp/WEB-INF/jsp/contributions/publish.jsp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<content:title>
<fmt:message key="publish.your.educational.app" /> 🎲🕹
Publish Your App/Game 🎲🕹
</content:title>

<content:section cssId="publishPage">
Expand Down Expand Up @@ -45,21 +45,6 @@
<li>Once quality-approved, we release the app and initiate user testing and usage data collection.</li>
</ol>

<h4>Reward 💎</h4>

<p>
Contributors get rewarded with
<c:choose>
<c:when test="${applicationScope.configProperties['env'] != 'PROD'}">
<a href="https://rinkeby.etherscan.io/token/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank"><code>$ELIMU</code></a>
</c:when>
<c:otherwise>
<a href="https://etherscan.io/token/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank"><code>$ELIMU</code></a>
</c:otherwise>
</c:choose>
tokens. All token holders can participate in the community's <a href="<spring:url value='/contributions/aragon-dao' />">decision making</a>.
</p>

<div class="divider"></div>

<p>
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/WEB-INF/jsp/layout.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@
<h5 class="white-text">About the elimu.ai Community</h5>
<p class="grey-text text-lighten-2">The purpose of elimu.ai is to help solve the global learning crisis—At primary level, 10% of children worldwide are not in school.</p>
<p class="grey-text text-lighten-2">Read more about the project in the <a class="white-text" href="https://github.com/elimu-ai/wiki" target="_blank">Wiki</a>.</p>
<p class="grey-text text-lighten-2">Governance token: <a class="white-text" href="https://etherscan.io/token/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank"><code>$ELIMU</code></a></p>
</div>
<div class="col l3 offset-l1 s12 ">
<h5 class="white-text"><fmt:message key="contact.us" /> 👋🏽</h5>
Expand Down
75 changes: 3 additions & 72 deletions src/main/webapp/WEB-INF/jsp/sign-on-web3.jsp
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<content:title>
<fmt:message key="sign.on.with.web3" />
Sign On With Web3
</content:title>

<content:section cssId="signOnWeb3Page">
<h2><content:gettitle /></h2>

<div class="card-panel">
<p><fmt:message key="connect.a.web3.wallet" />:</p>
<p>Connect a Web3 wallet:</p>

<div class="divider" style="margin-bottom: 1em;"></div>

<div class="center">
<a id="connectWeb3Wallet" class="btn-large waves-effect waves-dark deep-blue darken-5">
<a id="connectWeb3Wallet" class="btn-large waves-effect waves-light">
<svg style="width: 24px; height: 24px; top: 6px; position: relative; right: 5px;" viewBox="0 0 784.37 1277.39" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
<g>
<polygon fill="#343434" fill-rule="nonzero" points="392.07,0 383.5,29.11 383.5,873.74 392.07,882.29 784.13,650.54 "/>
Expand Down Expand Up @@ -75,72 +75,3 @@
</div>
</div>
</content:section>

<content:aside>
<h5 class="center"><fmt:message key="what.is.web3" /> 🤔</h5>
<div class="card-panel center deep-purple lighten-5">
<svg style="width: 64px;" viewBox="0 0 784.37 1277.39" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
<g>
<polygon fill="#343434" fill-rule="nonzero" points="392.07,0 383.5,29.11 383.5,873.74 392.07,882.29 784.13,650.54 "/>
<polygon fill="#8C8C8C" fill-rule="nonzero" points="392.07,0 -0,650.54 392.07,882.29 392.07,472.33 "/>
<polygon fill="#3C3C3B" fill-rule="nonzero" points="392.07,956.52 387.24,962.41 387.24,1263.28 392.07,1277.38 784.37,724.89 "/>
<polygon fill="#8C8C8C" fill-rule="nonzero" points="392.07,1277.38 392.07,956.52 -0,724.89 "/>
<polygon fill="#141414" fill-rule="nonzero" points="392.07,882.29 784.13,650.54 392.07,472.33 "/>
<polygon fill="#393939" fill-rule="nonzero" points="0,650.54 392.07,882.29 392.07,472.33 "/>
</g>
</svg>

<p>
Web3 is a new kind of Internet where <i>you</i> are in control of your account.
</p>
<p>
You no longer need to remember a username/password for every website or app you interact
with, because you can use your Web3 account instead.
</p>

<iframe style="border-radius: 8px;" width="100%" height="160" src="https://www.youtube.com/embed/YVgfHZMFFFQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<div class="divider" style="margin-top: 1em;"></div>

<p>To get started, we recommend these Web3 providers:</p>
<ul>
<li>Laptop: <a href="https://metamask.io/download.html" target="_blank">MetaMask</a></li>
<li>Smartphone: <a href="https://www.myetherwallet.com/" target="_blank">MyEtherWallet</a></li>
</ul>
</div>

<div class="divider" style="margin: 1.5em 0;"></div>

<h5 class="center">Token Holders 💎</h5>
<div class="card-panel deep-purple lighten-5">
<p>
Active contributors get rewarded with
<c:choose>
<c:when test="${applicationScope.configProperties['env'] != 'PROD'}">
<a href="https://rinkeby.etherscan.io/token/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank"><code>$ELIMU</code></a>
</c:when>
<c:otherwise>
<a href="https://etherscan.io/token/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank"><code>$ELIMU</code></a>
</c:otherwise>
</c:choose>
tokens.
</p>
<p>
All token holders can participate in the community's <a href="<spring:url value='/contributions/aragon-dao' />">decision making</a>.
</p>
<div id="tokenHoldersContainer">
<c:choose>
<c:when test="${applicationScope.configProperties['env'] != 'PROD'}">
<a href="https://rinkeby.etherscan.io/token/tokenholderchart/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank">
View all token holders <i class="material-icons">launch</i>
</a>
</c:when>
<c:otherwise>
<a href="https://etherscan.io/token/tokenholderchart/0xe29797910d413281d2821d5d9a989262c8121cc2" target="_blank">
View all token holders <i class="material-icons">launch</i>
</a>
</c:otherwise>
</c:choose>
</div>
</div>
</content:aside>
Loading