forked from Santhuvcrepos/fayasnoushad.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (47 loc) · 1.85 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
<!DOCTYPE html>
<html>
<head>
<title>Fayas Noushad - Projects</title>
<meta property="og:title" content="Fayas Noushad - Projects">
<link rel="icon" href="https://github.com/FayasNoushad.png" type="image/x-icon" />
<meta property="og:image" content="https://github.com/FayasNoushad.png">
<meta property="og:description" content="Projects of Fayas Noushad">
<meta itemprop="name" content="Fayas Noushad - Projects">
<meta itemprop="description" content="Projects of Fayas Noushad">
<meta itemprop="image" content="https://github.com/FayasNoushad.png">
<!-- Common Style -->
<link href="/index.css" rel="stylesheet" type="text/css" />
<!-- Projects Style -->
<link href="/projects/index.css" rel="stylesheet" type="text/css" />
<!-- Animation Style -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!-- Header -->
<header id="header"></header>
<hr width="100%" />
<!-- Heading -->
<section data-aos="fade-down">
<h1>Fayas Noushad - Projects</h1>
</section>
<hr width="100%" />
<!-- Projects -->
<section data-aos="fade-up" id="projects">
<a href="/" class="links">Personal Website</a>
<a href="/projects/apis" class="links">APIs</a>
<a href="https://pypi.org/user/FayasNoushad/" class="links">Python Packages</a>
<a href="https://github.com/FayasNoushad?tab=repositories" class="links">Repositories</a>
</section>
<hr width="100%" />
<!-- Footer -->
<section data-aos="fade-up" id="footer"></section>
<hr width="100%" />
<!-- Animation Script -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- Common Script -->
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<script src="/common/index.js"></script>
</body>
</html>