Finish projects page
parent
cf9cbe50ec
commit
5a701db89c
|
@ -125,6 +125,22 @@ article {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.round {
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
.smallimg {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
Binary file not shown.
After Width: | Height: | Size: 5.7 MiB |
Binary file not shown.
After Width: | Height: | Size: 4.4 MiB |
Binary file not shown.
After Width: | Height: | Size: 4.1 MiB |
|
@ -26,25 +26,26 @@
|
|||
<main data-m="drop" data-m-duration="0.5">
|
||||
<h1>Projects</h1>
|
||||
<article>
|
||||
<h2>Lorem ipsum</h2>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc finibus id turpis vitae accumsan. Nulla
|
||||
sodales elementum ipsum, sit amet ornare est congue at. Phasellus lacinia rhoncus felis id ultrices.
|
||||
Nulla vitae tellus at ante sollicitudin porttitor et nec dolor. Duis pulvinar, eros a lobortis dictum,
|
||||
dui lacus rutrum diam, dignissim hendrerit erat nunc fringilla nunc. Curabitur augue sapien, porta nec
|
||||
congue sed, mollis nec ex. Phasellus ornare sem sapien, in consectetur ante porttitor eu. Donec tempor,
|
||||
orci eu porta cursus, mi erat elementum dui, id eleifend neque orci quis mi. In hac habitasse platea
|
||||
dictumst. Sed nisl eros, finibus eu velit a, mattis elementum tellus. Morbi sit amet sollicitudin arcu.
|
||||
Aenean quis nisi dignissim, posuere turpis ac, accumsan mauris. Integer rhoncus dignissim diam a
|
||||
lobortis. Suspendisse potenti. Nam aliquam nulla ipsum, eget cursus metus condimentum sed. Proin id
|
||||
justo eget purus eleifend consectetur eget sed quam.</p>
|
||||
<h2>Lorem ipsum</h2>
|
||||
<p>Aliquam maximus lectus consectetur justo pellentesque, commodo cursus ante suscipit. Cras at arcu
|
||||
feugiat, gravida justo sed, pretium nunc. Sed et sapien finibus, pulvinar erat a, molestie tortor.
|
||||
Quisque et justo eget turpis sollicitudin laoreet in at risus. Ut feugiat molestie risus, vel imperdiet
|
||||
odio ultrices eget. Nullam lacus nunc, venenatis ut pellentesque eget, ornare id quam. Donec a magna at
|
||||
ipsum elementum tincidunt. Phasellus suscipit commodo vehicula. Fusce semper lacinia efficitur. Nam
|
||||
euismod feugiat neque, a placerat neque vehicula in. Proin rutrum lobortis sagittis. Aenean consectetur
|
||||
lorem nec urna ultrices, eget suscipit nibh tempor. Mauris mollis non est vitae sodales.</p>
|
||||
<div class="center">
|
||||
<h2>Feeding the Hungry</h2>
|
||||
<img src="../assets/img/bread.png" class="round smallimg" />
|
||||
</div>
|
||||
<p>At our food bank in Nashville, TN, our goal is to feed as many people as we possibly can in a day. We have long lines coming towards the window and the benches outside are always filled, rain or shine.</p>
|
||||
<div class="center">
|
||||
<h2>Financial Aid</h2>
|
||||
<img src="../assets/img/money.png" class="round smallimg" />
|
||||
</div>
|
||||
<p>If you contact us and tell us about your situation and how much you need, we can help you with financial aid. We may request extra information if your request looks suspicious.</p>
|
||||
<div class="center">
|
||||
<h2>Orphanage</h2>
|
||||
<img src="../assets/img/hill.png" class="round smallimg" />
|
||||
</div>
|
||||
<p>Our orphanage takes care of over 100 kids, with most finding homes within 4 years. We are planning on offering sponsorships soon. We school all of our kids that are of age using <a href="https://aceschooloftomorrow.com">the A.C.E. curriculum</a>.</p>
|
||||
<div class="center">
|
||||
<h2>Homeless Shelter</h2>
|
||||
<img src="../assets/img/street.png" class="round smallimg" />
|
||||
</div>
|
||||
<p>Our homeless shelter aims to help any person no matter what age if they have nowhere to go. Our homeless shelter is located in Wisconsin Rapids, WI.</p>
|
||||
</article>
|
||||
</main>
|
||||
<footer data-m="bounce-up" data-m-duration="0.5">
|
||||
|
|
Loading…
Reference in New Issue