-
Notifications
You must be signed in to change notification settings - Fork 1
/
ProjectDemo.html
68 lines (57 loc) · 2.59 KB
/
ProjectDemo.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
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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>DEMO</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="support/jquery/jquery-2.1.0.min.js"></script>
<link href="support/bootstrap-3.1.1/css/bootstrap.min.css" type="text/css" rel="stylesheet"/>
<script src="support/bootstrap-3.1.1/js/bootstrap.min.js"></script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<p>This the change by changeVersion</p>
<p>I wanner this version to be merged to master directly</p>
<button value="try-bar"></button>
<h1>This is very clean workshop ~~~~</h1>
<p>This change is made by feature</p>
<p>This is done by master</p>
<p>sdfasad</p>
<p>wanna try comment </p>
<p>luamluamliakflsadkjfklsadkljfk</p>
</button>
<a class="navbar-brand" href="#">Analyse</a>
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
<input type="text" class="form-control" style="width:300px; margin-left: 90px" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div>
<!-- /.navbar-header -->
</nav>
<div class="container">
<div class="row">
<div class="col-sm-2">
<ul id="sidebar" class="nav nav-stacked affix">
<li><a href="#" class="active">Market View</a></li>
<li><a href="#">Strategy</a></li>
<li><a href="#">Trading</a></li>
<li><a href="#">Profolio management</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>