Skip to content

Commit 6643b62

Browse files
author
Stephen Miles
committed
TODO's for new copy.
1 parent 63945db commit 6643b62

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# BernKit.com
1+
# RevolutionKit
22

3-
Deployed in Heroku, on PHP
3+
Deployed in Heroku, on PHP // TODO: We have anything in particular we want to say here? if not, I'll update to include some more technical details for documentation
44

55
# Run
66

web/index.php

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
<meta charset="UTF-8">
44
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
55

6+
// TODO: Change title
67
<title>Bernie's Volunteer Toolkit - All the online tools you can use to help make Bernie the next president of these United States. Pick and choose, volunteer, feel the bern! Don't see your app?</title>
8+
// TODO: Change image
79
<meta property="og:image" content="http://www.bernkit.com/img/fb.png" />
8-
<meta property="og:url" content="http://www.bernkit.com" />
10+
<meta property="og:url" content="http://www.revolutionkit.us" />
11+
// TODO: Change this title
912
<meta property="og:title" content="Bernie's Volunteer Toolkit"/>
13+
// TODO: Change description
1014
<meta property="og:description" content="Bernie's Volunteer Toolkit - BernKit - All the online tools you can use to help make Bernie the next president of these United States. Pick and choose, volunteer, feel the bern! Don't see your app?"/>
1115
<link href='https://fonts.googleapis.com/css?family=Neuton:400,700,800|Lato:400,300,100,700' rel='stylesheet' type='text/css'>
16+
// TODO: Color scheme
1217
<link href='./css/volunteer-toolkit.css' rel='stylesheet' type='text/css'>
1318
<body>
1419
<script>
@@ -22,6 +27,7 @@
2227
</script>
2328
<div id='main-container'>
2429
<div id='title-hero'>
30+
// TODO: Change H1 and H3 text
2531
<h1 class='neuton'>Bernie's Volunteer Toolkit</h1>
2632
<h3 class='neuton'>All the online tools <span style='font-weight: 600'>you</span> can use to help make Bernie the next president of these United States.<br/>Take your pick, volunteer, feel the bern! Don't see your app? <a href='http://goo.gl/forms/q0T8FscLYv' target='_blank'>Submit it here.</a></h3>
2733
</div>
@@ -52,13 +58,16 @@
5258
</div>
5359
</div>
5460
<footer class='lato'>
61+
// TODO: change the share button href and info
5562
<div class="fb-share-button" data-href="http://www.bernkit.com/" data-layout="button">
5663
<a href="javascript:fbShare('http://www.bernkit.com/', 'Fb Share', 'Facebook share popup', 'http://www.bernkit.com/img/fb.png', 520, 350)">Share</a></div>&nbsp;<a href="https://twitter.com/share" class="twitter-share-button"{count} data-url="http://www.bernkit.com" data-text="All the online tools you can use to make Bernie the next president of these United States #feelthebern">Tweet</a>&nbsp;
5764
<script>
5865
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
59-
<a href='http://www.berniesanders.com/donate' class='donate-button'>Donate</a>
66+
// TODO: Keep/change donate?
67+
<a href='http://www.berniesanders.com/donate' class='donate-button'>Donate</a>
6068
<span>&nbsp;&nbsp;&nbsp;
61-
&copy; <a href='http://www.reddit.com/r/SandersForPresident' style='display: inline-block'>Grassroots for Sanders 2016</a> &bull; <a href='https://docs.google.com/forms/d/1TMrM4xFagI7SqzSD5qr2VPGUlV9jopisNOnecYq9Cgc/viewform?edit_requested=true' target='_blank' style='display: inline-block'>Join our Call Team</a> &bull; This site is not affiliated with Bernie 2016 campaign. Contact <a href='mailto:[email protected]' >[email protected]</a></span>
69+
// TODO: Correct copywrite? Do we want a replacement for the call form? Who should be the contact person and email?
70+
&copy; <a href='http://www.reddit.com/r/political_revolution' style='display: inline-block'>Political Revolution</a> &bull; <a href='https://docs.google.com/forms/d/1TMrM4xFagI7SqzSD5qr2VPGUlV9jopisNOnecYq9Cgc/viewform?edit_requested=true' target='_blank' style='display: inline-block'>Join our Call Team</a> &bull; This site is not affiliated with Bernie 2016 campaign. Contact <a href='mailto:[email protected]' >[email protected]</a></span>
6271
</footer>
6372
<script src="/js/d3.js" charset="utf-8"></script>
6473
<script type='text/javascript' src='js/jquery.js'></script>

0 commit comments

Comments
 (0)