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/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 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/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 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/_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..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,13 @@ } p { - color: $not_quite_black; - font-size: rem(24px); + color: $dark_grey; + font-size: 1.125rem; letter-spacing: 0.25px; - line-height: rem(36px); + } + + .btn { + background-color: $white; } } diff --git a/index.html b/index.html index 8cfa6a316927..c1bce8c64959 100644 --- a/index.html +++ b/index.html @@ -166,12 +166,11 @@