From 0e0b4240eb5beb2bb5d1279f95c143c9504cb4bc Mon Sep 17 00:00:00 2001 From: Pat Mellon Date: Wed, 5 Aug 2020 10:53:52 -0400 Subject: [PATCH 1/2] Update companies and universities module --- _case_studies/salesforce.md | 1 + _case_studies/stanford-university.md | 1 + _case_studies/udacity.md | 1 + _sass/homepage.scss | 6 +++++- index.html | 9 ++++----- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/_case_studies/salesforce.md b/_case_studies/salesforce.md index 30c78629385f..75dd47b65c56 100644 --- a/_case_studies/salesforce.md +++ b/_case_studies/salesforce.md @@ -4,6 +4,7 @@ title: Salesforce logo: assets/images/salesforce.png featured-home: true order: 1 +link: https://www.facebook.com --- Pushing the state of the art in NLP and Multi-task learning. diff --git a/_case_studies/stanford-university.md b/_case_studies/stanford-university.md index 73fb2b933065..9da716f9659e 100644 --- a/_case_studies/stanford-university.md +++ b/_case_studies/stanford-university.md @@ -4,6 +4,7 @@ title: Stanford University logo: assets/images/stanford-university.png featured-home: true order: 2 +link: https://www.facebook.com --- Using PyTorch's flexibility to efficiently research new algorithmic approaches. diff --git a/_case_studies/udacity.md b/_case_studies/udacity.md index a04aa23fcd24..c16f7bb7a44c 100644 --- a/_case_studies/udacity.md +++ b/_case_studies/udacity.md @@ -4,6 +4,7 @@ title: Udacity logo: assets/images/udacity.png featured-home: true order: 3 +link: https://www.facebook.com --- Educating the next wave of AI Innovators using PyTorch. diff --git a/_sass/homepage.scss b/_sass/homepage.scss index 6144b2746071..803f3e9ef3ee 100644 --- a/_sass/homepage.scss +++ b/_sass/homepage.scss @@ -244,10 +244,14 @@ p { color: $not_quite_black; - font-size: rem(24px); + font-size: 1.125rem; letter-spacing: 0.25px; line-height: rem(36px); } + + .btn { + background-color: $white; + } } .follow-us-on-twitter h2 { diff --git a/index.html b/index.html index 8cfa6a316927..c1bce8c64959 100644 --- a/index.html +++ b/index.html @@ -166,12 +166,11 @@

Companies & Universities
Using PyTorch

{% for case_study in case_studies %}
- +

{{ case_study.excerpt }}

- - + + Learn More +
{% endfor %} From dcf97361b9fdfa0e8d370c5653a3baa736b9ff23 Mon Sep 17 00:00:00 2001 From: Pat Mellon Date: Fri, 7 Aug 2020 14:24:25 -0400 Subject: [PATCH 2/2] Address feedback --- _case_studies/salesforce copy.md | 10 ++++++++++ _case_studies/stanford-university copy.md | 10 ++++++++++ _case_studies/udacity copy.md | 10 ++++++++++ _sass/homepage.scss | 6 +----- 4 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 _case_studies/salesforce copy.md create mode 100644 _case_studies/stanford-university copy.md create mode 100644 _case_studies/udacity copy.md diff --git a/_case_studies/salesforce copy.md b/_case_studies/salesforce copy.md new file mode 100644 index 000000000000..2c5678fc39f2 --- /dev/null +++ b/_case_studies/salesforce copy.md @@ -0,0 +1,10 @@ +--- +layout: blog_detail +title: Salesforce +logo: assets/images/salesforce.png +featured-home: true +order: 4 +link: https://www.facebook.com +--- + +Pushing the state of the art in NLP and Multi-task learning. diff --git a/_case_studies/stanford-university copy.md b/_case_studies/stanford-university copy.md new file mode 100644 index 000000000000..ce8bffb219f4 --- /dev/null +++ b/_case_studies/stanford-university copy.md @@ -0,0 +1,10 @@ +--- +layout: blog_detail +title: Stanford University +logo: assets/images/stanford-university.png +featured-home: true +order: 5 +link: https://www.facebook.com +--- + +Using PyTorch's flexibility to efficiently research new algorithmic approaches. diff --git a/_case_studies/udacity copy.md b/_case_studies/udacity copy.md new file mode 100644 index 000000000000..e77066ebaf23 --- /dev/null +++ b/_case_studies/udacity copy.md @@ -0,0 +1,10 @@ +--- +layout: blog_detail +title: Udacity +logo: assets/images/udacity.png +featured-home: true +order: 6 +link: https://www.facebook.com +--- + +Educating the next wave of AI Innovators using PyTorch. diff --git a/_sass/homepage.scss b/_sass/homepage.scss index 803f3e9ef3ee..9ab2c89443ce 100644 --- a/_sass/homepage.scss +++ b/_sass/homepage.scss @@ -232,9 +232,6 @@ .col-md-4 { margin-bottom: rem(40px); - @include desktop { - margin-bottom: 0; - } } .case-study-title { @@ -243,10 +240,9 @@ } p { - color: $not_quite_black; + color: $dark_grey; font-size: 1.125rem; letter-spacing: 0.25px; - line-height: rem(36px); } .btn {