Skip to content

Commit

Permalink
Create About.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tranthanhvi authored Dec 12, 2021
1 parent f975dde commit 136aeaf
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions About.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About-Shepar</title>
<link rel="stylesheet" href="Shepar-photography1.css">
<style>
.home-button {
justify-content: center;
font-size: 30px;
font-family: ;
color: black;

}
</style>
</head>

<body>
<!--Background info and picture-->
<div class="about-flex-container">
<div class="about-flex-container-item shepaar-portrait">
<a href="https://www.instagram.com/shepaar/"><img class="shepar-portrait"
src="https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2F1024x.net%2Fwallpapers%2F45%2FFunny_Cat_Detective.jpg&f=1&nofb=1"
width="475px"></a>
</div>
<div class="about-flex-container-item">
<h1 class="title-shepar">Shepar Chowdhury</h1>
<div class="about-content">
<div>Shepar Chowdhury is a Bangladeshi 30-year-old man who extremely
passionate about painting and taking
photos. Spending 15 years in Finland, now he's running his own small business with a Fafa's
restaurant.
</div>
<div>
<p style="display: inline-block;">Instagram:</p>
<a style="color: black; display: inline-block;"
href="https://www.instagram.com/shepaar/">@shepaar</a>
</div>
</div>
</div>
</div>
<div class="home-button">
<a href="Shepar-photography.html">Home</a>
</div>
</body>

</html>

0 comments on commit 136aeaf

Please sign in to comment.