Skip to content

Commit

Permalink
Merge pull request #2 from lario0913/fixed-whitepaper-button
Browse files Browse the repository at this point in the history
Great Job! Like the open-source development.
  • Loading branch information
ChoiceCoin authored Sep 9, 2021
2 parents 0193931 + ba27717 commit c473542
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/1.9.2/tailwind.min.css">
<!-- Small CSS to Hide elements at 1520px size -->
<style>
@media(max-width:1000px){
#whitepaper{
margin-bottom: 40px;
}
}
@media(max-width:1520px) {
.left-svg {
display: none;
Expand Down Expand Up @@ -123,7 +128,7 @@
class="z-30 flex flex-col items-center w-full max-w-xl pt-48 text-center lg:items-start lg:w-1/2 lg:pt-20 xl:pt-40 lg:text-left">
<h1 class="relative mb-4 text-3xl font-black leading-tight text-gray-900 sm:text-6xl xl:mb-8">A Democratic Token For a New Age</h1>
<p class="pr-0 mb-8 text-base text-gray-600 sm:text-lg xl:text-xl lg:pr-20">Choice Coin is a voting software that powers the Fortior Voting Protcol. Leveraging the Algorand Blockchain and Quantum Computing, the Fortior Voting Protocol is at the forefront of innovation and will make decentralized voting a reality. Through Choice Coin, participants can access the Fortior Voting Protocol and integrate it into their own communities. </p>
<a href="https://github.com/ChoiceCoin/White_Paper"
<a id="whitepaper" href="https://github.com/ChoiceCoin/White_Paper"
class="relative self-start inline-block w-auto px-8 py-4 mx-auto mt-0 text-base font-bold text-white bg-indigo-600 border-t border-gray-200 rounded-md shadow-xl sm:mt-1 fold-bold lg:mx-0">White-Paper</a>
<!-- Integrates with section -->
<svg class="absolute left-0 max-w-md mt-24 -ml-64 left-svg" viewBox="0 0 423 423"
Expand Down

0 comments on commit c473542

Please sign in to comment.