This repository was archived by the owner on Jun 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (70 loc) · 3.35 KB
/
index.html
File metadata and controls
80 lines (70 loc) · 3.35 KB
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
<!DOCTYPE html>
<html>
<head lang="en">
<title>TBS Builds</title>
<meta charset="UTF-8">
<link id="style" href="//netdna.bootstrapcdn.com/bootswatch/3.1.1/yeti/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
<style>
#content {
margin-top: 60px;
}
.center {
text-align: center;
}
</style>
</head>
<body>
<div class="modal fade" id="download">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
<h4 class="modal-title"></h4>
</div>
<div class="modal-body">
</div>
</div>
</div>
</div>
<div class="modal fade" id="themeSelect">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
<h4 class="modal-title">Change your theme (powered by <a href="http://bootswatch.com/">Bootswatch</a>)</h4>
</div>
<div class="modal-body">
<select class="form-control"></select>
</div>
</div>
</div>
</div>
<div class="modal fade" id="aboutModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
<h4 class="modal-title">About this website</h4>
</div>
<div class="modal-body">
Made by <a href="http://therealtbs.me">therealtbs</a><br>
Using <a href="http://jquery.com/">jQuery</a>, <a href="http://getbootstrap.com/">Bootstrap</a>, <a href="http://bootswatch.com/">Bootswatch</a> and <a href="http://fontawesome.io/">Font Awesome</a><br><br>
<a href="https://github.com/therealtbs/Jenkins-UI">Get it on <i class="fa fa-github"></i>Github</a><br>
Released under the <a href="http://opensource.org/licenses/MIT">MIT License</a>
</div>
</div>
</div>
</div>
<a class="btn btn-primary" href="#" id="overviewBtn"><i class="fa fa-caret-up"></i>Back to Overview</a>
<div class="container" id="content">
<div class="center"><i class="fa fa-spinner fa-5x fa-spin"></i></div>
</div>
<button class="btn btn-primary" data-toggle="modal" data-target="#themeSelect">Change Theme</button>
<button class="btn btn-primary" data-toggle="modal" data-target="#aboutModal">About</button>
<a href="https://github.com/therealtbs/Jenkins-UI"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<script src="//code.jquery.com/jquery-2.1.0.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="ci.js"></script>
</body>
</html>