diff --git a/_config.yml b/_config.yml index b6b69d9..517e8ef 100644 --- a/_config.yml +++ b/_config.yml @@ -16,11 +16,11 @@ repository: parse-community/parse-community.github.io facebook_username: parseit twitter_username: parseplatform github_username: parse-community -stackoverflow_tag: parse.com +stackoverflow_tag: parse-platform serverfault_tag: parse # Build settings markdown: kramdown exclude: [ Gemfile, Gemfile.lock, README.md, config.codekit ] -theme: jekyll-theme-cayman \ No newline at end of file +theme: jekyll-theme-cayman diff --git a/css/main.css b/css/main.css index 86a7e6c..61e9c32 100644 --- a/css/main.css +++ b/css/main.css @@ -834,7 +834,7 @@ section { width: 100%; max-width: 650px; margin: 0 auto; - height: 72px; + height: auto; background: rgba(14, 105, 161, 0.03); position: relative; border: none; @@ -843,7 +843,6 @@ section { position: relative; } .repoList .repoTitle h4, .repoList .repoTitle p, .repoList .repoDescription h4, .repoList .repoDescription p, .repoList .repoInfo h4, .repoList .repoInfo p { text-overflow: ellipsis; - overflow: hidden; white-space: nowrap; } .repoList h4 { margin: 16px 0px 4px 0px; @@ -865,13 +864,13 @@ section { .repoList .repoDescription { opacity: 0.6; margin: 0px; + padding-right: 24px; padding-left: 24px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; } + padding-bottom: 16px; } @media screen and (max-width: 600px) { .repoList .repoDescription { - padding-left: 16px; } } + padding-left: 16px; + padding-right: 16px; } } .repoList .language { text-align: right; padding-right: 16px; diff --git a/css/main.scss b/css/main.scss index 6adc2dc..d0d21f9 100755 --- a/css/main.scss +++ b/css/main.scss @@ -1044,7 +1044,7 @@ section{ width: 100%; max-width: 650px; margin: 0 auto; - height: 72px; + height: auto; background: $fadedBlue; position: relative; border: none; @@ -1053,7 +1053,6 @@ section{ position: relative; h4, p{ text-overflow: ellipsis; - overflow: hidden; white-space: nowrap; } } @@ -1081,11 +1080,11 @@ section{ opacity: 0.6; margin: 0px; padding-left: 24px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; + padding-right: 24px; + padding-bottom: 16px; @media screen and (max-width: $smallWidth){ padding-left: 16px; + padding-right: 16px; } } .language{ diff --git a/index.html b/index.html index 95564d4..2bd6640 100755 --- a/index.html +++ b/index.html @@ -3,10 +3,43 @@ slug: Parse + Open Source --- + +
+

Help & Communication

+
Our preferred channels of communication for help, issues and disscussion.
+
+ + + + + + + + + + + + + +
+

Stack Overflow parse-platform tag

Use for any code level questions related to the Parse Platform. Please also use other tags where appropriate, such as parse-server, parse-dashboard, parse-javascript-sdk and parse-cloud.

+
+

Sever Fault parse tag

+ Use for questions related to the hosting & maintenance of Parse Server.

+
+

Community Forum

+ Use for discussion relating to strategy and implementation.

+
+

Github Issues

+ Use for reporting bugs and making pull requests for specific repositories.

+
+
+
+

Parse Server and Dashboard

-
The REST server and dashboard to manage your data
+
The REST server and dashboard to manage your data.