Skip to content

Commit

Permalink
Adding images (#96)
Browse files Browse the repository at this point in the history
<!-- ISSUE & PR TITLE SHOULD BE SAME-->
## Description
<!--Please include a brief description of the changes-->
#90 Adding images


## Related Issues

<!--Cite any related issue(s) this pull request addresses. If none,
simply state “None”-->
- Closes #None

## Type of PR
<!-- Mention PR Type according to the issue in brackets below and check
the below box -->
- [bug ] (#90 )

## Screenshots / videos (if applicable)
<!--Attach any relevant screenshots or videos demonstrating the
changes-->
![Screenshot 2024-10-02
184629](https://github.com/user-attachments/assets/4a9bdbd3-4b2b-47bc-bd35-3316e64fa82d)




## Checklist
<!-- [X] - put a cross/X inside [] to check the box -->
- [x] I have gone through the [contributing
guide](https://github.com/Anjaliavv51/Retro)
- [x] I have updated my branch and synced it with project `main` branch
before making this PR
- [x] I have performed a self-review of my code
- [x] I have tested the changes thoroughly before submitting this pull
request.
- [x] I have provided relevant issue numbers, screenshots, and videos
after making the changes.
- [x] I have commented my code, particularly in hard-to-understand
areas.


## Additional context:
<!--Include any additional information or context that might be helpful
for reviewers.-->
  • Loading branch information
Anjaliavv51 authored Oct 2, 2024
2 parents fcdcc91 + b6fcb90 commit ba854a2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added Images/biryani.jpg
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 Images/candy.jpg
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 Images/plate_mismatch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,21 +356,21 @@ <h1 class="h-primary center" style="font-family: var(--ff-philosopher);font-size
<!-- changes -->
<div id="about">
<div class="box">
<img src="https://tse3.mm.bing.net/th/id/OIG4.SIHan_hRN4UJPwUqG4XX?pid=ImgGn" style="height: 300px;border-radius: 10px;" alt="">
<img src="Images/biryani.jpg" style="height: 300px;border-radius: 10px;" alt="">
<h2 class="h-secondary center" style="font-family:var(--ff-philosopher);">60s-style florals</h2>
<p class="center" style="font-family: var(--ff-poppins);">From aromatic curries to flavorful biryanis, our menu showcases the diversity and
deliciousness of Indian cuisine.
</p>
</div>
<div class="box">
<img src="https://tse3.mm.bing.net/th/id/OIG4.z_1sqeDkCWDNKbz25AoQ?w=270&h=270&c=6&r=0&o=5&dpr=1.4&pid=ImgGn" alt="" style="border-radius: 10px;height: 350px;width: 350px;">
<img src="Images/plate_mismatch.jpg" alt="" style="border-radius: 10px;height: 350px;width: 350px;">
<h2 class="h-secondary center" style="font-family: var(--ff-philosopher)">60's Dinning Items</h2>
<p class="center" style="font-family: var(--ff-poppins);">
Elegant porcelain plates with delicate floral patterns. Each plate tells a story of family gatherings and special occasions.
</p>
</div>
<div class="box">
<img src="https://tse2.mm.bing.net/th/id/OIG2.CyOiP72VYq.3vQSimbbp?w=270&h=270&c=6&r=0&o=5&dpr=1.4&pid=ImgGn" alt="" style="border-radius: 10px;height: 200px;">
<img src="Images/candy.jpg" alt="Images/bon-bon candy.jpg" style="border-radius: 10px;height: 200px;">
<h2 class="h-secondary center" style="font-family: var(--ff-philosopher);">Whimsical Nostalgia: The Stardust Bonbon</h2>
<p class="center" style="font-family: var(--ff-poppins);">The Stardust Bonbon, a sweet relic from an era when the universe was our playground.</p>
</div>
Expand Down

0 comments on commit ba854a2

Please sign in to comment.