Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lantechbd committed Sep 23, 2022
1 parent bb023fa commit daee0be
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,25 @@ <h3>Build Climber and Train Stopper</h3>
for
hat work. That's why I am learning and mastering web development. I will not stop until I become the Web
Development Hero.</p>
<a class="link-button" href="www.lantechbd.com" target="_blank">Hire Me</a>
<a class="link-button" href="https://www.lantechbd.com" target="_blank">Hire Me</a>
</div>
<div class="half">
<img src="images/my-bg.png" alt="kawserahmed">
</div>
</section>
<section class="dream-big">
<div class="half-width">
<img src="images/my-bg2.png" alt="kawsers02">
</div>
<div class="half-width">
<h1>Dream Big</h1>
<h2>Became a WebDeveloper</h2>
<p>I already learned the basic HTML and CSS. I can build any simple website. I can even teach my grandma how
to
make a simple website. My goal is to build 3 websites and lear advanced topics.</p>
<a class="link-button" href="https://www.lantechbd.com" target="_blank">DOWNLOAD MY RESUME</a>
</div>
</section>
</body>

</html>
12 changes: 12 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ h1 {
font-size: 50px;
}

p {
text-align: justify;
padding-right: 80px;
}

.kaws {
color: orange;
}

section {
display: flex;
margin-bottom: 100px;
}

.half-width {
Expand All @@ -38,4 +44,10 @@ section {
background-image: url(images/top-banner.png);
background-repeat: no-repeat;

}

.dream-big {
background-image: url(images/dream-bg.png);
background-repeat: no-repeat;
background-position: right;
}

0 comments on commit daee0be

Please sign in to comment.