Skip to content

Commit

Permalink
changed homepage images and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal Yang authored and Crystal Yang committed May 11, 2022
1 parent d8ebcb7 commit b53dab4
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
Binary file added build/imgs/homeimg3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/imgs/img4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/imgs/img5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/imgs/img6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 20 additions & 8 deletions build/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

{% block body %}
<div class = "alltext">
<h1 class ="title">DELICIOUS FOOD</h1>
<h2 class ="caption">A restaurant that sets a high standard
for its food quality and ensures customers with the best
<h1 class ="title">FRIENDS TO FAMILY</h1>
<h2 class ="caption">A cafe that sets a comfortable atmosphere
for its customers and ensures high quality menu items to provide the best
experience.
</h2>
</div>
Expand All @@ -21,14 +21,26 @@ <h1 class = "title2">DENISSE'S CAFE</h1>
<h2 class ="caption2">A little about us and a brief history on how we started:</h2>
<div class = "cap3container">
<div class = "imgs">
<img src ="./imgs/img1.png" class = "img2" width="500px" height="300px">
<img src ="./imgs/img2.png" class = "img2" width="235px" height="150px">
<img src ="./imgs/img3.png" class = "img2" width="235px" height="150px">
<img src ="./imgs/img4.png" class = "img2" width="500px" height="300px">
<img src ="./imgs/img5.png" class = "img2" width="235px" height="150px">
<img src ="./imgs/img6.png" class = "img2" width="235px" height="150px">
</div>
<div class ="caption3">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
We started out as a group of friends online that came together with mutual interests
of starting our own cafe. By bonding and becoming closer through our times together,
we realized that anything could be possible with the power of friendship!
</p>
<p>
Our cafe provides the best cup of Joe to start off your day, along with the perfect
environment to either relax or socialize with other fellow customers. Be sure to check
out our other delicious menu items as well.
</p>
<p>
Please consider creating a customer account to receive the best user experience!
</p>
<p>
If you have any other questions, feel free to fill out the contact form below!
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions build/styles/main.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.alltext {
background-image: url("/imgs/homeimg2.png");
background-image: url("/imgs/homeimg3.png");
/* filter:brightness(50%); */
background-attachment: fixed;
background-size: cover;
height: 450px;
color:white;
font-size: 40px;
font-size: 30px;
padding: 20px;
font-family: 'Raleway', sans-serif;
}
Expand Down

0 comments on commit b53dab4

Please sign in to comment.