70 lines
2.5 KiB
HTML
Executable File
70 lines
2.5 KiB
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>Scene UI Preview</title>
|
||
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
|
||
<script type="text/javascript" src="js/jquery-1.4.2.min.js" ></script>
|
||
<script type="text/javascript" src="js/roundabout.js"></script>
|
||
<script type="text/javascript" src="js/roundabout_shapes.js"></script>
|
||
<script type="text/javascript" src="js/gallery_init.js"></script>
|
||
<!--[if lt IE 7]>
|
||
<link rel="stylesheet" href="css/ie/ie6.css" type="text/css" media="all">
|
||
<![endif]-->
|
||
<!--[if lt IE 9]>
|
||
<script type="text/javascript" src="js/html5.js"></script>
|
||
<script type="text/javascript" src="js/ie9.js"></script>
|
||
<![endif]-->
|
||
|
||
</head>
|
||
<body style="font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;margin:0;padding:0;font-size:16px;line-height:1.5">
|
||
<section class="page-header" style="background-image: url(../images/backgroud.png);padding: 0.5rem 1rem;text-align:center;">
|
||
<h2 style="color:#fff;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;line-height:1.5">Sky Walking UI Preview(暂未开放)</h2>
|
||
</section>
|
||
|
||
<section class="main-content">
|
||
|
||
<section id="gallery">
|
||
<div class="container">
|
||
<ul id="myRoundabout">
|
||
<li><img src="images/slide3.jpg" alt=""></li>
|
||
<li><img src="images/slide2.jpg" alt=""></li>
|
||
<li><img src="images/slide5.jpg" alt=""></li>
|
||
<li><img src="images/slide1.jpg" alt=""></li>
|
||
<li><img src="images/slide4.jpg" alt=""></li>
|
||
<li><img src="images/slide5.jpg" alt=""></li>
|
||
<li><img src="images/slide1.jpg" alt=""></li>
|
||
<li><img src="images/slide4.jpg" alt=""></li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
|
||
<footer class="site-footer">
|
||
<span class="site-footer-owner">
|
||
<a href="https://github.com/wu-sheng/sky-walking">Sky Walking</a> is maintained by <a href="https://github.com/wu-sheng">吴晟</a>,<a href="https://github.com/ascrutae">张鑫</a>,<a href="https://github.com/tanzhen84">谭真</a>.</span>
|
||
</footer>
|
||
</section>
|
||
|
||
</body>
|
||
</html>
|
||
|
||
<style type="text/css">
|
||
.site-footer {
|
||
padding-top: 2rem;
|
||
margin-top: 2rem;
|
||
border-top: solid 1px #eff0f1;
|
||
color: #606c71;
|
||
}
|
||
|
||
.site-footer-owner {
|
||
display: block;
|
||
font-weight: bold;
|
||
text-align:center;
|
||
}
|
||
|
||
a {
|
||
color: #1e6bb8;
|
||
text-decoration: none; }
|
||
a:hover {
|
||
text-decoration: underline; }
|
||
</style> |