forked from anujdube12/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (87 loc) · 3.28 KB
/
index.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<title>Fayas Noushad - Personal Website</title>
<link rel="icon" href="https://github.com/FayasNoushad.png" type="image/x-icon"/>
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- animation css -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.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%"/>
<br/>
<br/>
<section data-aos="fade-down" class="section-1" style="color: white">
<h1 class="zoom-effect1">
<img data-aos="zoom-in" alt="Profile" src="https://github.com/FayasNoushad.png"/>
</h1>
<br/>
<h1>Fayas Noushad</h1>
</section>
<hr width="100%" />
<section data-aos="fade-right" class="section-2" id="about">
<h2>About Me</h2>
<p>
My name is <b>Fayas</b>.
I am a 15 years old boy and I was born on 30th December in 2005.
I am a 10th standard finished student.
I'm living in <a href="https://en.m.wikipedia.org/wiki/Palakkad_district" target="_blank" rel="noopener noreferrer">
Palakkad, Kerala, India
</a>.
I know <a href="https://en.m.wikipedia.org/wiki/Malayalam" target="_blank" rel="noopener noreferrer">Malayalam</a>,
<a href="https://en.m.wikipedia.org/wiki/Tamil" target="_blank" rel="noopener noreferrer">Tamil</a>, and
<a href="https://en.m.wikipedia.org/wiki/English" target="_blank" rel="noopener noreferrer">English</a> languages.
I am an Opensource Developer.
You can check my brief bio <a href="/bio">here</a>.
</p>
</section>
<hr width="100%" />
<section data-aos="fade-up" class="section-3" id="accounts">
<h2>My Accounts</h2>
<p>
You can send messages via <a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer">email</a>
or you can contact me via my
<a href="/accounts">accounts</a> and please follow / subscribe / join my <a href="/accounts">accounts</a>.
</p>
</section>
<hr width="100%"/>
<section data-aos="fade-left" class="section-4" id="projects">
<h2>My Projects</h2>
<p>
I created more public projects like APIs, Python Packages, Opensource
Repositories etc. You can checkout my projects <a href="/projects">here</a>.
</p>
</section>
<hr width="100%"/>
<section data-aos="fade-up" class="section-5" id="donate">
<h2>Donate for me</h2>
<p>
Your donation needed for me. Please donate any amount via my <a href="/donate">donation links</a>.
</p>
</section>
<hr width="100%" />
<section data-aos="fade-down" class="section-6" id="education">
<h2>Education</h2>
<p>
<b>Puliyaparambu Higher Secondary School</b> - Finished 10th standard ( High School )
</p>
</section>
<hr width="100%" />
<hr width="100%" />
<section data-aos="fade-down" class="section-7" id="thanks">
<h4>© 2021 - Fayas Noushad</h4>
</section>
<hr width="100%"/>
<!-- animation script -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>