diff --git a/get_together/static/css/get_together.css b/get_together/static/css/get_together.css index 2c700c7..9f96ff2 100644 --- a/get_together/static/css/get_together.css +++ b/get_together/static/css/get_together.css @@ -41,3 +41,39 @@ form { height: 16px; } +.btn-googleplus { + color: #FFFFFF; + background-color: #DB4437; + border-color: #DB4437; +} +.btn-googleplus:hover:active { + color: #FFFFFF; +} + +.btn-facebook { + color: #FFFFFF; + background-color: #3B5998; + border-color: #3B5998; +} +.btn-facebook:hover, .btn-facebook:active { + color: #FFFFFF; +} + +.btn-twitter { + color: #FFFFFF; + background-color: #1DA1F2; + border-color: #1DA1F2; +} +.btn-twitter:hover, .btn-twitter:active { + color: #FFFFFF; +} + +.btn-github { + color: #FFFFFF; + background-color: #24292e; + border-color: #24292e; +} +.btn-github:hover, .btn-github:active { + color: #FFFFFF; +} + diff --git a/get_together/templates/get_together/base.html b/get_together/templates/get_together/base.html index 84c7f82..1f52352 100644 --- a/get_together/templates/get_together/base.html +++ b/get_together/templates/get_together/base.html @@ -30,6 +30,7 @@ + {%block styles %}{% endblock %} +{% if settings.SOCIAL_AUTH_FACEBOOK_KEY %} + +{% endif %} +{% if settings.SOCIAL_AUTH_TWITTER_KEY %} + +{% endif %} {% endblock %} {% block content %} @@ -35,15 +85,27 @@
Hosted by {{ team.name }}
+ {% if can_edit_event %} +{{ event.summary|markdown }}
@@ -83,6 +145,7 @@Organized by {{ common_event.organization.name }}
{{ common_event.summary|markdown }}
diff --git a/get_together/templates/get_together/users/login.html b/get_together/templates/get_together/users/login.html index 780c683..6372125 100644 --- a/get_together/templates/get_together/users/login.html +++ b/get_together/templates/get_together/users/login.html @@ -8,10 +8,10 @@ Facebook