1
0
Fork 1

PC transfer

main
dugo3number2 2024-01-30 18:30:00 -06:00
parent 319b87b489
commit 329f3cffda
2 changed files with 28 additions and 4 deletions

View File

@ -70,9 +70,15 @@ body {
color: #dddddd; color: #dddddd;
} }
@media screen and (max-width: 1000px) { @media screen and (max-width: 950px) {
.cover { .cover-tagline {
padding-top: 75%; margin: 25% 0;
}
}
@media screen and (max-width: 600px) {
.cover-tagline {
margin-top: 50%;
} }
} }

View File

@ -24,13 +24,31 @@
<main> <main>
<section> <section>
<!-- Information --> <!-- Information -->
<h2>Information here</h2> <p>At LCS Coffee, you can get high-quality coffee at a low price! Get a 16oz latte at less than 40% the price of our competitors! With your purchase, you also support Lighthouse Christian School to go to Regional and International Student Conventions! We have many drink and add-on options available, plus a few surprises added to the menu throughout the year!</p>
</section>
<section>
<!-- Dates and hours -->
<h2>Hours</h2>
<span>Monday-Friday mornings: 7:30-8:00</span><br />
<span>Monday-Thursday afternoons: 1:00-1:30</span><br /><br />
<h2>Upcoming dates</h2>
<ul>
<li>March 25-29</li>
<li>April 15-19</li>
<li>May 6-10</li>
</ul>
<h2>Location</h2>
<span>The coffee shop is located in the break room at A.C.E. School of Tomorrow headquarters. We may open the coffee shop at other locations or during other fundraisers, so keep an eye out here!</span>
</section> </section>
<section> <section>
<!-- New at the coffee shop --> <!-- New at the coffee shop -->
<h2>What's new?</h2>
<h2>Mocha</h2> <h2>Mocha</h2>
<p>A latte with a mix of hot chocolate! Try it hot or iced with all your favorite add-ons!</p>
<h2>Almond milk</h2> <h2>Almond milk</h2>
<p>On a dairy-free diet or just want to try something new? Almond milk is available now!</p>
<h2>Sugar-free</h2> <h2>Sugar-free</h2>
<p>Sugar-free hot chocolate and add-ons are here! Try some sugar-free vanilla or toasted marshmallow syrup in any drink today!</p>
</section> </section>
<section> <section>
<!-- Images --> <!-- Images -->