Skip to content

Commit

Permalink
Add index page text
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed Apr 3, 2019
1 parent 67568d9 commit 38bc4bf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
17 changes: 17 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,17 @@
{
"spellright.language": [
"en_US",
"ru_RU"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"django-html"
],
"spellright.parserByClass": {
"django-html": {
"parser": "xml"
}
}
}
Binary file modified pollpa/db_test.sqlite3
Binary file not shown.
8 changes: 3 additions & 5 deletions pollpa/polls/templates/polls/index.html
Expand Up @@ -37,8 +37,7 @@ <h1 class="title is-size-2">Let's talk about what matters.</h1>
<i class="fas fa-user-secret is-size-3"></i>
<p class="heading is-size-6">Anonymous</p>
<p>
Eiusmod consectetur enim ex cillum culpa proident qui tempor proident. Pariatur minim tempor qui minim id
consectetur cillum ipsum labore excepteur.
Your vote isn't tied to your account, so there is no way for anyone — even the site operators — to know how you voted. And if you don't believe us, you can read the <a href="https://github.com/jeffreyshen19/PollPA">code</a> yourself.
</p>
</div>
</div>
Expand All @@ -47,7 +46,7 @@ <h1 class="title is-size-2">Let's talk about what matters.</h1>
<i class="fas fa-bolt is-size-3"></i>
<p class="heading is-size-6">Instant</p>
<p>
Dolore occaecat ullamco elit sint consectetur aliquip ex fugiat cillum cupidatat officia excepteur.
The polls can be completed in seconds, and you can see the preliminary results immediately. With frequent polls, there's no need to wait weeks for answers.
</p>
</div>
</div>
Expand All @@ -56,8 +55,7 @@ <h1 class="title is-size-2">Let's talk about what matters.</h1>
<i class="fas fa-chart-pie is-size-3"></i>
<p class="heading is-size-6">Informative</p>
<p>
Ea pariatur magna dolor adipisicing consequat anim nisi magna sit proident ut eiusmod aliquip nulla sunt
aute officia.
With frequent all-school polls, you can get useful data about the current climate on campus — as told by the students themselves. And it's all fully transparent.
</p>
</div>
</div>
Expand Down

0 comments on commit 38bc4bf

Please sign in to comment.