diff --git a/_includes/head.html b/_includes/head.html index 9dcd49c..aede985 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -48,6 +48,7 @@ + diff --git a/_posts/2019-07-04-gender-and-sexuality.md b/_posts/2019-07-04-gender-and-sexuality.md new file mode 100644 index 0000000..529448c --- /dev/null +++ b/_posts/2019-07-04-gender-and-sexuality.md @@ -0,0 +1,15 @@ +--- +layout: post +title: "Gender and Sexuality" +tags: [wona, column] +author: "Sudhang Varshney, Manya, Saurav Mahale" +image: gender-sexuality-survey.jpeg +category: editorial +excerpt: "With the recent dissolution of Article 377, the LGBTQ movement has been gaining momentum nationally and this provided Watch Out! with an impetus to appraise the climate of the campus with respect to gender sensitisation and awareness about gender and sexuality." +--- + +
Gender and Sexuality Survey
Infogram
+ +*** + +**Illustration credits:** [http://miamioh.edu/cas/academics/programs/wgs/](http://miamioh.edu/cas/academics/programs/wgs/){: style="text-decoration:underline"} diff --git a/css/posts.css b/css/posts.css new file mode 100644 index 0000000..69fe68d --- /dev/null +++ b/css/posts.css @@ -0,0 +1,10 @@ +/* INFOGRAM ARTICLE (Gender and sexuality survey) */ +.gender-sexuality-infogram { + width: 1040px; +} + +@media (max-width: 1000px) { + .gender-sexuality-infogram { + width: 100%; + } +} diff --git a/images/posts/gender-sexuality-survey.jpeg b/images/posts/gender-sexuality-survey.jpeg new file mode 100644 index 0000000..33295e9 Binary files /dev/null and b/images/posts/gender-sexuality-survey.jpeg differ