-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from bartczak-pa/feature/header
Moved header to separate template
- Loading branch information
Showing
2 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<section id="home" class="full-height px-lg-5"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-10"> | ||
<h1 class="display-4 fw-bold" data-aos="fade-up"> | ||
I'M A <span class="text-brand">BEGINNING SOFTWARE DEVELOPER</span> AND PASSIONATE PHOTOGRAPHER | ||
</h1> | ||
<p class="lead mt-2 mb-4" data-aos="fade-up" data-aos-delay="300"> | ||
I am Pawel Bartczak and this page shows my passions and work | ||
</p> | ||
<div data-aos="fade-up" data-aos-delay="600"> | ||
<a href="#projects" class="btn btn-brand me-3">Explore My Projects</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters