-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (29 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<title>UrbanPiper</title>
<script src="js/main.js"></script>
<link rel="stylesheet" type="text/css" href="css/index.css" />
</head>
<body>
<header class="header header-section">
<a href="/" class="header-logo"><img src="https://s3-ap-southeast-1.amazonaws.com/asia.urbanpiper.com/static/frontend/images/logo-temp.png"></a>
<div class="search-box js-search-box header-item">
<i class="icon-search search-icon"></i>
<input type="text" class="top-search js-search-input" id="searchInput"
placeholder="Search github repository"/>
<ul class="search-suggestions hide" id="searchSuggestions"></ul>
</div>
<div class="mobile-number header-item">
<span>+91 7709860948</span>
</div>
</header>
<div class="repo-name">Repository Name: <span class="js-repo-name"></span></div>
<div class="issues-table js-issues-table"></div>
</body>
</html>