diff --git a/index.html b/index.html index 1d340d5..e88cd15 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@

experience

-

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.

+

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.

@@ -33,13 +33,13 @@

initiatives

-

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.

+

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.

community

-

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.

+

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.

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")