Skip to content

Commit

Permalink
starting contacts section
Browse files Browse the repository at this point in the history
  • Loading branch information
funaki-roger committed Sep 10, 2024
1 parent 3dc799b commit 0d5fd98
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -841,13 +841,6 @@ <h2>Portfolio</h2>
</div>
</div>
<div class="row">
<div class="portfolio-heading padd-15">
<h2>My projects:</h2>
</div>
</div>
<!-- Primeira seção com imagens 1 e 2 -->
<div class="row">
<!-- Primeiro texto -->
<div class="portfolio-heading padd-15">
<h2>Dev Burguer, <br><br>

Expand All @@ -865,7 +858,7 @@ <h2>Dev Burguer, <br><br>
</div>
</div>

<!-- Imagens 1 e 2 lado a lado -->

<div class="row" style="display: flex; gap: 15px;">
<!--portfolio item start-->
<div class="portfolio-item" style="flex: 1;">
Expand All @@ -887,7 +880,6 @@ <h2>Dev Burguer, <br><br>
<!--portfolio item end-->
</div>

<!-- Segunda seção com imagens 3 e 4 -->
<div class="row">
<!-- Segundo texto -->
<div class="portfolio-heading padd-15">
Expand All @@ -905,7 +897,6 @@ <h2>Customer Registration,<br><br>
</div>
</div>

<!-- Imagens 3 e 4 lado a lado -->
<div class="row" style="display: flex; gap: 15px;">
<!--portfolio item start-->
<div class="portfolio-item" style="flex: 1;">
Expand All @@ -930,9 +921,21 @@ <h2>Customer Registration,<br><br>
</section>
<!--Portfolio Section End-->

<!--Contact section start-->
<section class="contact section">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>Contact</h2>
</div>
</div>
</div>
</section>
<!--Contact section end-->

</div>
<!--Main content End-->

</div>

<!--Main Container End-->
Expand Down

0 comments on commit 0d5fd98

Please sign in to comment.