diff --git a/services/web/app/views/subscriptions/_plans_quotes.pug b/services/web/app/views/subscriptions/_plans_quotes.pug index afb1b2baa5..e7c6978a48 100644 --- a/services/web/app/views/subscriptions/_plans_quotes.pug +++ b/services/web/app/views/subscriptions/_plans_quotes.pug @@ -8,18 +8,18 @@ .row .col-md-3 .circle-img - img(src=buildImgPath('advocates/erdogmus.jpg') alt="Professor Erdogmus") + img(src=buildImgPath('advocates/schultz.jpg') alt="Kevin Schultz") .col-md-9 blockquote - p The ability to track changes and the real-time collaborative nature is what sets ShareLaTeX apart. - footer Professor Erdogmus, Northeastern University + p It is the ability to collaborate very easily that drew me to Overleaf. + footer Kevin Schultz, Assistant Professor of Physics, Hartwick College .col-md-6 div .row .col-md-3 .circle-img - img(src=buildImgPath('advocates/henderson.jpg') alt="Rob Henderson") + img(src=buildImgPath('advocates/dagoret-campagne.jpg') alt="Dr Sylvie Dagoret-Campagne") .col-md-9 blockquote - p ShareLaTeX has proven to be a powerful and robust collaboration tool that is widely used in our School. - footer Rob Henderson, School Of Informatics And Computing - Indiana University \ No newline at end of file + p Overleaf is a great educational tool for publishing scientific documents. + footer Dr Sylvie Dagoret-Campagne, Director of Research at CNRS, University of Paris-Saclay \ No newline at end of file diff --git a/services/web/app/views/subscriptions/plans.pug b/services/web/app/views/subscriptions/plans.pug index dd6927d3e5..9752c25919 100644 --- a/services/web/app/views/subscriptions/plans.pug +++ b/services/web/app/views/subscriptions/plans.pug @@ -110,6 +110,8 @@ block content .col-sm-12(ng-if="ui.view == 'student'") +table_student + include _plans_quotes + include _plans_faq .row.row-spaced-large diff --git a/services/web/public/img/advocates/dagoret-campagne.jpg b/services/web/public/img/advocates/dagoret-campagne.jpg new file mode 100644 index 0000000000..55d05448f4 Binary files /dev/null and b/services/web/public/img/advocates/dagoret-campagne.jpg differ diff --git a/services/web/public/img/advocates/schultz.jpg b/services/web/public/img/advocates/schultz.jpg new file mode 100644 index 0000000000..187d469181 Binary files /dev/null and b/services/web/public/img/advocates/schultz.jpg differ