Skip to content

Commit

Permalink
projects hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
VAISHALI-NILE committed Sep 24, 2024
1 parent d1e5f27 commit a462fa0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
Binary file added img/pr-6-img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>Hi, I'm <span class="name">Vaishali Nile</span></h2> <br>
<div class="discription">
<p>ChargeMate is a web application designed to assist electric vehicle (EV) owners in locating nearby charging stations. </p>
<br>
<a class="pr-link" href="https://github.com/VAISHALI-NILE/ChargeMate">View Project</a>
<a class="pr-link" href="https://charge-mate-frontend.vercel.app/">View Project</a>
</div>

</div>
Expand Down Expand Up @@ -162,6 +162,30 @@ <h2>Hi, I'm <span class="name">Vaishali Nile</span></h2> <br>
</div>
<div class="pr-img-div"> <img class="pr-img" src="./img/pr-5-img.png" alt=""></div>
</div>
</div>
<br>
<div class="projects">
<div class="pr-6 pr">
<div class="pr-img-div"> <img class="pr-img" src="./img/pr-6-img.png" alt=""></div>
<div class="info">
<div class="title-top"> <div class="red-dot"></div> No . <div class="number"> 6 </div> </div>
<div class="title"><h1>Tic-Tac-Toe</h1></div>
<div class="tech">
<ul>
<li>Simple</li>
<li>Game</li>
<li>Development</li>
</ul>
</div>
<div class="discription">
<p>A Simple Tic-Tac-Toe Game Developed for fun.</p>
<br>
<a class="pr-link" href="https://tic-tac-toe-nine-iota-98.vercel.app/">View Project</a>
</div>

</div>

</div>
</div>
<br>
<br>
Expand Down
6 changes: 4 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,15 @@ body {
}

.pr-1,
.pr-3 {
.pr-3,
.pr-5 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 30px;
}
.pr-2,
.pr-4 {
.pr-4,
.pr-6 {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 40px;
Expand Down

0 comments on commit a462fa0

Please sign in to comment.