mirror of
https://github.com/Rushilwiz/campaign.git
synced 2025-04-09 23:10:18 -04:00
feat: added content to middle
This commit is contained in:
parent
2a7d2465ef
commit
0e895bb2c4
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user