Mixpanel partnership badge

jamesperet 9 years ago
parent
commit
d41e4d0c1e
2 changed files with 7 additions and 1 deletions
  1. 6 1
      app/views/layouts/_footer.html.erb
  2. 1 0
      readme.md

+ 6 - 1
app/views/layouts/_footer.html.erb

@@ -1,4 +1,9 @@
1 1
 <footer>
2
+  <p style="text-align: center;">
3
+  	<a href="https://mixpanel.com/f/partner"><img src="//cdn.mxpnl.com/site_media/images/partner/badge_light.png" alt="Mobile Analytics" /></a>
4
+  </p>
2 5
   <hr>
3
-  <p style="text-align: center;">&copy; <%= @config.website_name %> <%= Time.now.year %></p>
6
+  <p style="text-align: center;">
7
+	  &copy; <%= @config.website_name %> <%= Time.now.year %>
8
+  </p>
4 9
 </footer>

+ 1 - 0
readme.md

@@ -37,6 +37,7 @@ A template for creating rails websites that includes the following:
37 37
 5. Push to heroku:  ```git push heroku master``` to deploy the repo
38 38
 6. Migrate the database: ```heroku run rake db:migrate```
39 39
 7. Create the initial config and admin user: ```heroku run rake bootstrap:all```
40
+8. Add your website URL to the [Mixpanel Partner program](https://mixpanel.com/free/) to earn 200,000 data points every month plus 25,000 people profiles.
40 41
 
41 42
 ## Env Variables
42 43