-
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.
- Loading branch information
1 parent
f975dde
commit 136aeaf
Showing
1 changed file
with
48 additions
and
0 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,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> |