-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
26 lines (25 loc) · 904 Bytes
/
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
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Github Finder</title>
<!-- Bootstrap core CSS -->
<link href="https://bootswatch.com/4/simplex/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>about</title>
</head>
<body>
<div class="jumbotron">
<h1 class="display-4">Hello, </h1>
<p class="lead">Finder for Github is developed by Ashwini B S for educational and testing purposes.</p>
<hr class="my-4">
<p>It uses the GitHub API, JQuery and AJAX</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="https://github.com/AshwiniBS" role="button">Learn more</a>
</p>
</div>
</body>
</html>