forked from BurstJack/AT-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnav.php
44 lines (37 loc) · 1.46 KB
/
nav.php
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
<style>
.navbar { background-color : #006699;padding:10px; border-radius: 0 !important; }
a, a:hover {
text-decoration: none;
}
div.content_single { font-size:100%; }
table { font-size:100%; }
</style>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a type="button" class="btn btn-primary"
href= "#"
style="float:left;margin-top:8px;margin-left:-23px;margin-right:20px;">
<i class="fa fa-database"></i>
Contracts</a>
<a class="navbar-brand white" href="#"
style="font-weight:bold; font-size: 20pt; color: white;">
<span style ="font-size: 75%;">
AT-Compiler
</span>
</a>
<div style="position: absolute; top:17px; margin-right: 20px; z-index:1;right:10px;color:white;">
<a type="button" class="btn btn-primary"
href= "http://testnet.getburst.net:6876/test?requestTag=AT" target="_blank" >
Testnet
<i class="fa fa-long-arrow-up"></i>
</a>
<a type="button" class="btn btn-primary"
href= "https://wallet.burst.cryptoguru.org:8125/test?requestTag=AT" target="_blank" >
Deploy
<i class="fa fa-long-arrow-up"></i>
</a>
</div>
</div>
</div>
</nav>