Line 1: | Line 1: | ||
− | + | <!DOCTYPE html> | |
<html> | <html> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
+ | <meta name="renderer" content="webkit"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <title>Home</title> | ||
+ | <!--jQuery--> | ||
+ | <script src="resources/jQuery/jquery.min.js"></script> | ||
+ | <!--bootstrap--> | ||
+ | <link href="resources/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
+ | <script src="resources/bootstrap/js/bootstrap.min.js"></script> | ||
+ | <!--customer--> | ||
+ | <link href="resources/nav/nav.css" rel="stylesheet"> | ||
+ | <link href="resources/customer/customer.css" rel="stylesheet"> | ||
− | < | + | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
− | < | + | <!--[if lt IE 9]> |
− | < | + | <script src="http://cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script> |
− | + | <script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> | |
− | < | + | <![endif]--> |
− | < | + | </head> |
− | < | + | <body> |
− | < | + | <div class="container-fluid" style="background-color: black"> |
− | < | + | <img src="resources/img/navLeft.png" style="float: left; height: 40px; padding-left: 10px"> |
− | < | + | <img src="resources/img/navRight.png" style="float: right; height: 40px; padding-right: 10px"> |
− | < | + | <nav class="homeNav" style="float: right"> |
− | < | + | <ul> |
− | < | + | <li><a href="home.html">HOME</a></li> |
− | < | + | <li> |
− | < | + | <a href="team.html">TEAM</a> |
− | < | + | <ul> |
− | < | + | <li><a href="team.html">Team</a></li> |
− | + | <li><a href="collaborations.html">Collaborations</a></li> | |
− | + | </ul> | |
+ | </li> | ||
+ | <li> | ||
+ | <a href="description.html">PROJECT</a> | ||
+ | <ul> | ||
+ | <li><a href="description.html">Description</a></li> | ||
+ | <li><a href="design.html">Design</a></li> | ||
+ | <li><a href="experiments.html">Experiments</a></li> | ||
+ | <li><a href="achievements.html">Achievements</a></li> | ||
+ | <li><a href="proof_of_concept.html">Proof of Concept</a></li> | ||
+ | <li><a href="demonstrate.html">Demonstrate</a></li> | ||
+ | <li><a href="results2.html">Results</a></li> | ||
+ | <li><a href="notebook.html">Notebook</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="basic_parts.html">Parts</a> | ||
+ | <ul> | ||
+ | <li><a href="basic_parts.html">Basic Parts</a></li> | ||
+ | <li><a href="composite_parts.html">Composite Parts</a></li> | ||
+ | <li><a href="part_collection.html">Part Collection</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="safety.html">Safety</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="attributions.html">Attributions</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="human_practices.html">HUMAN PRACTICES</a> | ||
+ | <ul> | ||
+ | <li><a href="human_practices.html">Human Practices</a></li> | ||
+ | <li><a href="silver.html">Silver</a></li> | ||
+ | <li><a href="gold.html">Gold</a></li> | ||
+ | <li><a href="integrated_human_practices.html">Integrated Human Practices</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="engagement.html">Engagement</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="hardware.html">AWARDS</a> | ||
+ | <ul> | ||
+ | <li><a href="hardware.html">Hardware</a></li> | ||
+ | <li><a href="mode.html">Mode</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | </div> | ||
+ | <div class="container home-content"> | ||
+ | <div class="row"> | ||
+ | <div id="carousel-home" class="carousel slide" data-ride="carousel"> | ||
+ | <!-- Indicators --> | ||
+ | <ol class="carousel-indicators"> | ||
+ | <li data-target="#carousel-home" data-slide-to="0" class="active"></li> | ||
+ | <li data-target="#carousel-home" data-slide-to="1"></li> | ||
+ | </ol> | ||
+ | <!-- Wrapper for slides --> | ||
+ | <div class="carousel-inner" role="listbox"> | ||
+ | <div class="item active"> | ||
+ | <img src="resources/img/carousel01.png" class="carouselImg"> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img src="resources/img/carousel01.png" class="carouselImg"> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- Controls --> | ||
+ | <a class="left carousel-control" href="#carousel-home" role="button" data-slide="prev"> | ||
+ | <span class="glyphicon glyphicon-chevron-left"></span> | ||
+ | <span class="sr-only">Previous</span> | ||
+ | </a> | ||
+ | <a class="right carousel-control" href="#carousel-home" role="button" data-slide="next"> | ||
+ | <span class="glyphicon glyphicon-chevron-right"></span> | ||
+ | <span class="sr-only">Next</span> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div style="position: relative;"> | ||
+ | <div> | ||
+ | <img src="resources/img/abstract.png" style="width: 100%;"> | ||
+ | </div> | ||
+ | <div style="position: absolute; left: 7%; top: 21%; width: 88%; z-index: 10;"> | ||
+ | 示例文字,示例文字,示例文字,示例文字,示例文字,示例文字, | ||
+ | 示例文字,示例文字,示例文字,示例文字,示例文字,示例文字, | ||
+ | 示例文字,示例文字,示例文字,示例文字,示例文字,示例文字, | ||
+ | 示例文字,示例文字,示例文字,示例文字,示例文字,示例文字, | ||
+ | 示例文字,示例文字,示例文字,示例文字,示例文字,示例文字, | ||
+ | <br> | ||
+ | 自己改字体、字间距和行间距 | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div style="position: relative;"> | ||
+ | <div> | ||
+ | <img src="resources/img/contact.png" style="width: 100%;"> | ||
+ | </div> | ||
+ | <div style="position: absolute; left: 9%; top: 38%; width: 36%; z-index: 10; background-color: #2aabd2;"> | ||
+ | TEST | ||
+ | </div> | ||
+ | <div style="position: absolute; left: 19%; top: 56%; width: 27%; z-index: 10; background-color: #2aabd2;"> | ||
+ | TEST | ||
+ | </div> | ||
+ | <div style="position: absolute; left: 19%; top: 67%; width: 27%; z-index: 10; background-color: #2aabd2;"> | ||
+ | TEST | ||
+ | </div> | ||
+ | <div style="position: absolute; left: 8.5%; top: 86%; width: 4.4%; z-index: 10;"> | ||
+ | <a href="wiki.html" target="_blank"> | ||
+ | <img src="resources/img/facebook.png" style="width: 100%;"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div style="position: absolute; left: 14.5%; top: 86%; width: 4.4%; z-index: 10;"> | ||
+ | <a href="wiki.html" target="_blank"> | ||
+ | <img src="resources/img/twitter.png" style="width: 100%;"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 13:35, 11 October 2016
<!DOCTYPE html>