Skip to content

Commit

Permalink
Merge pull request #57 from RidhikaJoshi/RidhikaJoshi
Browse files Browse the repository at this point in the history
Added Random_Quote_Generator
  • Loading branch information
Manishak798 authored Oct 24, 2023
2 parents cee875f + cfbccd8 commit 15422d9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
- [Shrihari Magar](https://github.com/EternoSeeker)

- [Avantika Sankhe](https://github.com/avantikasankhe)

- [Ridhika Joshi](https://github.com/RidhikaJoshi)

- [Mohan Majhi](https://github.com/mohan060104)

Expand Down
Binary file added images/project-images/Random_Quote_Generator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,31 @@ <h5 class="card-title">
</div>
</div>
</div>

<!--copy till here-->
<!--Copy content here-->
<div class="col-md-3">
<!-- Card content here -->
<div class="card mb-4 custom-card" id="amazon">
<img class="card-img-top" src="./images/project-images/Random_Quote_Generator.png" alt="Card image cap" />
<!--Add your project image-->

<div class="card-body text-center card-1">
<h5 class="card-title">
Random Quote Generator
<!--Card title/Project NAME-->
</h5>
<p class="card-text">
<!--Project Description [SHORT]-->
Simple Random Quote Generator made using HTML5, CSS and JavaScript.
</p>

<a href="https://github.com/RidhikaJoshi/Random_Quote_Generator" class="btn btn-primary" rel="your github project link">
Project Link<!--Go somewhere, Mention the project link--></a>
</div>
</div>
</div>


<!--copy till here-->
<!--Copy content here-->
Expand Down

0 comments on commit 15422d9

Please sign in to comment.