Skip to content

Commit

Permalink
add sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
TrixDiaz committed Jul 29, 2023
1 parent 9bee81c commit 73097c2
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
68 changes: 68 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,51 @@ <h4>A dedicated Front-end Developer
<h5>portfolio</h5>
<h4>Each project is a unique piece of development 🧩</h4>
</div>

<div class="grid-container-2 project">
<div class="item-1"><img src="assets/images/barangay.png" alt="Baranggay"></div>
<div class="item-2">
<div class="title">Baranggay</div>
<div class="description">
<p>A car rental website is an online platform that allows users to rent cars for personal or
business use. The website provides an interface for searching, comparing, and reserving
cars.</p>
</div>
<div class="language">
<h5>Laravel</h5>
<h5>Tailwind</h5>
</div>
<div class="link">
<a href="https://github.com/TrixDiaz/Baranggay_Complain">
<h5>Code</h5>
<i class="bi bi-github"></i>
</a>
</div>
</div>
</div>

<div class="grid-container-2 project">
<div class="item-2">
<div class="title">Baranggay</div>
<div class="description">
<p>A car rental website is an online platform that allows users to rent cars for personal or
business use. The website provides an interface for searching, comparing, and reserving
cars.</p>
</div>
<div class="language">
<h5>Laravel</h5>
<h5>Tailwind</h5>
</div>
<div class="link">
<a href="https://github.com/TrixDiaz/Baranggay_Complain">
<h5>Code</h5>
<i class="bi bi-github"></i>
</a>
</div>
</div>
<div class="item-1"><img src="assets/images/barangay.png" alt="Baranggay"></div>
</div>

<div class="grid-container-2 project">
<div class="item-1"><img src="assets/images/barangay.png" alt="Baranggay"></div>
<div class="item-2">
Expand All @@ -128,6 +173,29 @@ <h5>Code</h5>
</div>
</div>
</div>

<div class="grid-container-2 project">
<div class="item-2">
<div class="title">Baranggay</div>
<div class="description">
<p>A car rental website is an online platform that allows users to rent cars for personal or
business use. The website provides an interface for searching, comparing, and reserving
cars.</p>
</div>
<div class="language">
<h5>Laravel</h5>
<h5>Tailwind</h5>
</div>
<div class="link">
<a href="https://github.com/TrixDiaz/Baranggay_Complain">
<h5>Code</h5>
<i class="bi bi-github"></i>
</a>
</div>
</div>
<div class="item-1"><img src="assets/images/barangay.png" alt="Baranggay"></div>
</div>

</div>
</section>

Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ body {
border-radius: 1rem;
transition: 2s ease;
max-height: 100%;
margin-block: 1rem
}
#project .container .title {
padding-bottom: 1rem;
Expand Down

0 comments on commit 73097c2

Please sign in to comment.