-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Github finder</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="github.css">
<link href="https://bootswatch.com/4/simplex/bootstrap.min.css" rel="stylesheet">
</head>
<body class="contents">
<div class="container">
<center><h1 class="well">Github User Finder</h1>
</br></br></br></br>
<h2 class="info">Please enter the Github username to get the result</h2>
<input id="searchUser" type="text" placeholder="Github username..">
<h2 id="profile" class="responsive"></h2>
</div>
<script src="https://code.jquery.com/jquery-3.1.1.js" integrity="sha256-16cdPddA6VdVInumRGo6IbivbERE8p7CQR3HzTBuELA=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="github.js"></script>
<ul class="list-inline">
<center><li><p class="me">Star it at:</p><a href="https://github.com/Rupeshiya" ><i class="fa fa-github ok"></i></a></li></center>
</ul>
<center><footer class="footer"><p>Made with <i class="fa fa-heart ok"></i> by rupeshiya</p></footer></center>
</body>
</html>