forked from anujdube12/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbio.html
More file actions
35 lines (35 loc) · 1.2 KB
/
bio.html
File metadata and controls
35 lines (35 loc) · 1.2 KB
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
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>Fayas Noushad - Brief Bio</title>
<link rel="icon" href="https://github.com/FayasNoushad.png" type="image/x-icon"/>
<link href="./styles/style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<header>
<a href="/">Home</a>
<a href="/accounts">Accounts</a>
<a href="/projects">Projects</a>
<a href="/donate">Donate</a>
</header>
<hr width="100%"/>
<section data-aos="fade-down" class="section-1" style="color: white">
<h1>Fayas Noushad - Brief Bio</h1>
</section>
<hr width="100%"/>
<section data-aos="fade-up" class="section-2" id="bio">
<p>
Fayas Noushad is a 15 years old boy.
He is an Indian.
His original name is <strong>Fayas</strong>.
<strong>Noushad</strong> is his father's name.
So he known as <strong>Fayas Noushad</strong>.
He is an Opensource Developer.
His so many opensource projects available in <a href="https://github.com/FayasNoushad">GitHub</a>.
He finished 10th standard.
More information available on <a href="/education">education page</a>.
</p>
</section>
<hr width="100%"/>
</body>
</html>