-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (34 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<title>GITindex</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/animate.css">
</head>
<body>
<header>
<img src="img/logo2.png" alt="">
<h1>GitIndex</h1>
</header>
<main>
<!-- <div class="BTcontainer">
<button type="button" id="opsearch" class="btop">Search users</button>
<button type="button" name="compare" class="btop">Compare Repositories</button> -->
</div>
<div class="search_form wow fadein">
<input type="text" id="search" placeholder="GitHub Username" >
<input type="submit" id="submit_search" value="GO!">
</div>
<div id="search_result"> </div>
<canvas id="my-chart"></canvas>
</main>
<footer class="info">
<p>Find Github users and their infos with a few clicks </p>
</footer>
<script src="js/wow.min.js"></script>
<script> new WOW().init(); </script>
<script src="dist/bundle.js"></script>
</body>
</html>