From 0e895bb2c457576cfb7fb10f9deb0da3297c43a7 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <rushilwiz@gmail.com> Date: Mon, 2 May 2022 23:51:46 -0400 Subject: [PATCH] feat: added content to middle --- index.html | 6 +++--- style.css | 3 +++ style.sass | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1d340d5..e88cd15 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ <div class="row"> <div class="caption"> <h1>experience</h1> - <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor dolore rem perspiciatis beatae voluptates, temporibus error possimus, quis labore architecto delectus dignissimos nemo sequi nam quo, repudiandae mollitia saepe. Maiores.</p> + <p>I've served dilligently over the past three years on student government as class council senator and SGA treasurer. My time at these positions has allowed me to garner the experience needed for a good SGA president. I've seen it all, from Hoco to HackTJ. My contribution has been invaluable, and I am ready to continue serving the school.</p> </div> <div class="img" id="experience"></div> </div> @@ -33,13 +33,13 @@ <div class="img" id="initatives"></div> <div class="caption"> <h1>initiatives</h1> - <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor dolore rem perspiciatis beatae voluptates, temporibus error possimus, quis labore architecto delectus dignissimos nemo sequi nam quo, repudiandae mollitia saepe. Maiores.</p> + <p>Next year is going to be one of prescedent. We are the change-makers and my policy intiatives will be focused around bringing the community back together to make that change happen. We need to reopen communication between departments and their students, we need that feedback. We need the student voice.</p> </div> </div> <div class="row"> <div class="caption"> <h1>community</h1> - <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor dolore rem perspiciatis beatae voluptates, temporibus error possimus, quis labore architecto delectus dignissimos nemo sequi nam quo, repudiandae mollitia saepe. Maiores.</p> + <p>The TJ community is vital to what makes our school so great. We stand united in our quirks and differences in order to foster a learning environment that doesn't end. Next year, I will be there to make sure that SGA is able to support each and every one of you. We will make TJ great again.</p> </div> <div class="img" id="community"></div> </div> diff --git a/style.css b/style.css index 3c12596..b483862 100644 --- a/style.css +++ b/style.css @@ -212,6 +212,9 @@ section { #about .row .img { width: 100%; height: 50vh; + background-repeat: no-repeat; + background-size: contain; + background-position: center; } #about .row #experience { diff --git a/style.sass b/style.sass index faebf62..a118734 100644 --- a/style.sass +++ b/style.sass @@ -131,6 +131,9 @@ section .img width: 100% height: 50vh + background-repeat: no-repeat + background-size: contain + background-position: center #experience background-image: url("/res/experience.jpeg")