-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (105 loc) · 5.77 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Music Finder.</title>
<!--Link Image.-->
<meta property="og:image" content="https://www.svgrepo.com/show/469362/music-lyric-2.svg" />
<!--Icon.-->
<link href="https://www.svgrepo.com/show/469362/music-lyric-2.svg"
rel="icon" type="image/x-icon">
<!--Description.-->
<meta content="A simple web app which helps you to find your favourit music." property="og:description">
<!--Keywords.-->
<meta content="Lyrics , Lyric Finder , Songs"
name="keywords">
<!--Author.-->
<meta content="Damian Peiris" name="author">
<!--Viewport.-->
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!--CSS animation library. (https://Animate.style)-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" rel="stylesheet">
<!--Bootstrap 5.-->
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" rel="stylesheet">
<script crossorigin="anonymous" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
<!--AOS - Animate on scroll library.(CCS.)(https://github.com/michalsnik/aos) or (https://michalsnik.github.io/aos/)-->
<link href="https://unpkg.com/aos@next/dist/aos.css" rel="stylesheet"/>
<!--JQuery.-->
<script crossorigin="anonymous" integrity="sha256-tG5mcZUtJsZvyKAxYLVXrmjKBVLd6VpVccqz/r4ypFE="
src="https://code.jquery.com/jquery-3.7.0.slim.min.js"></script>
<!--Google Fonts.-->
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Belanosima:wght@700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Martian+Mono:wght@700&display=swap" rel="stylesheet">
<!--Custom CSS.-->
<link href="styling/minified.css" rel="stylesheet">
<!--Normalize CSS.-->
<link href="styling/normalize.css" rel="stylesheet">
<!--FontAwesome.-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<h1 class="heading highlight animate__animated animate__zoomInUp">Music Findr.</h1>
<h1 class="intro animate__animated animate__zoomInUp">Your Ultimate Music Companion!</h1>
<div class="mb-3">
<input class="form-control animate__animated animate__zoomInUp" id="nameField"
placeholder="Enter a song name and artist name for more accurate results!"
type="text">
</div>
<div class="myFooter" data-aos="zoom-in">
<footer class="bg-dark text-center text-white">
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Github -->
<a class="btn btn-outline-light btn-floating m-1" href="https://github.com/DamianRavinduPeiris" target=_blank role="button"
><i class="fa fa-github"></i
></a>
<a class="btn btn-outline-light btn-floating m-1" href="https://stackoverflow.com/users/19215399/damian-peiris" target=_blank role="button"
><i class="fa fa-stack-overflow"></i
></a>
<!-- LinkedIn. -->
<a class="btn btn-outline-light btn-floating m-1" href="https://www.linkedin.com/in/damianpeiris/" target=_blank role="button"
><i class="fa fa-linkedin"></i
></a>
<!-- Instagram -->
<a class="btn btn-outline-light btn-floating m-1" href="https://instagram.com/damian.peiris" role="button"
><i class="fa fa-instagram"></i
></a>
<!-- Twitter -->
<a class="btn btn-outline-light btn-floating m-1" href="https://twitter.com/damianlka" target=_blank role="button"
><i class="fa fa-twitter"></i
></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3 intro" id="footerText" style="background-color: rgba(0, 0, 0, 0.2);">
Crafted with 💖by Damian.<br> <br>
Damian Peiris. © 2023 All Rights Reserved.
</div>
<!-- Copyright -->
</footer>
</div>
<!--AOS - Animate on scroll library.(JS)(https://github.com/michalsnik/aos) or (https://michalsnik.github.io/aos/)-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!--Initializing AOS.-->
<script>
AOS.init();
</script>
<!--Custom JS.-->
<script src="js/minified.js"></script>
</body>
</html>