mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-02-05 21:18:11 +00:00
Add some generic about information
This commit is contained in:
parent
5a292a1161
commit
ce2a5c0979
|
@ -8,28 +8,56 @@
|
|||
<h1>Our story</h1>
|
||||
|
||||
<ImageWithText image={Hog}>
|
||||
<div class="padding">
|
||||
<div class="section">
|
||||
<h2>How it all started</h2>
|
||||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.</p>
|
||||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.</p>
|
||||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.</p>
|
||||
<p>
|
||||
- started as a small group of friends that liked to cook together
|
||||
<br>
|
||||
- Then sold things locally
|
||||
<br>
|
||||
- Decided to get together to open a restaurant/diner
|
||||
</p>
|
||||
</div>
|
||||
</ImageWithText>
|
||||
|
||||
<div class="spacer" />
|
||||
|
||||
<ImageWithText image={Hog} toRight={true}>
|
||||
<div class="section">
|
||||
<h2>Our Struggles</h2>
|
||||
<p>
|
||||
- Covid hit during opening and drained nearly all of their savings right as they opened the restaurant
|
||||
<br>
|
||||
- Got through by being able todo home delivery of the food
|
||||
<br>
|
||||
- Managed to get a high rating on most review websites
|
||||
</p>
|
||||
</div>
|
||||
</ImageWithText>
|
||||
|
||||
<div class="spacer" />
|
||||
|
||||
<ImageWithText image={Hog}>
|
||||
<div class="section">
|
||||
<h2>Our Team</h2>
|
||||
<p>
|
||||
- Describe 4-5 fake people, some cooks, some do delivery, some cleaning, some designing
|
||||
</p>
|
||||
</div>
|
||||
</ImageWithText>
|
||||
|
||||
<div class="spacer" />
|
||||
|
||||
<ImageWithText image={Beetle} toRight={true}>
|
||||
<div class="padding">
|
||||
<h2>Our Chef</h2>
|
||||
<p>He sucks at his job</p>
|
||||
<div class="section">
|
||||
<h2>Thank you</h2>
|
||||
<p>
|
||||
- generic thank you for supporting us message here
|
||||
</p>
|
||||
</div>
|
||||
</ImageWithText>
|
||||
|
||||
|
||||
<style lang="scss">
|
||||
@import "../styles/vars";
|
||||
|
||||
.padding {
|
||||
padding: $spacing-normal;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -55,7 +55,14 @@
|
|||
|
||||
<h2>About Us</h2>
|
||||
<div class="container padding">
|
||||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.</p>
|
||||
<p>
|
||||
Hello! We're TastyBites, a restaurant opened by young adults with a passion for making food thats healthy and organic.
|
||||
We opened this restaurant as we want others to be consious of where their food came from, and what it really is.
|
||||
<br><br>
|
||||
We've designed the restaurant to have a fun and positive energy, and we're inviting everyone to give it a try!
|
||||
<br><br>
|
||||
Read more on us if you wanna know our full back story...
|
||||
</p>
|
||||
</div>
|
||||
<a href="/about" use:link>Continue reading <ArrowUpRight /></a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue