-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
25 lines (25 loc) · 1.11 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/about.css">
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@1&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="./icon.png" type="image/x-icon">
<title>About</title>
</head>
<body>
<button class="button" style="vertical-align:right;" ><a href="./index.html"><span style="color:black; opacity: 8em; font-weight: 500; ">Back</span></a>
</button>
<div class="card">
<img src="./images/birthday.svg" class="birthday">
<div class="text">
<h1>Akan Birthday!</h1>
<p> Akan names are derived from Ghanian culture. Frequently in Ghana, children are given their first name as a 'day name' which corresponds to the day in the week they were born.You wanna know your akan name check it out in the explore section🤗</p>
<p class="writter">- jimmy-oss</p>
</div>
<div class="space"></div>
</div>
</body>
</html>