You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
3.3 KiB
96 lines
3.3 KiB
<!doctype html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Light Theme</title>
|
|
<link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css">
|
|
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
|
|
<script>var __adobewebfontsappname__="dreamweaver"</script>
|
|
<script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script>
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<!-- Main Container -->
|
|
<div class="container">
|
|
<!-- Navigation -->
|
|
<header> <a href="">
|
|
</a>
|
|
<nav>
|
|
<ul>
|
|
<li></li>
|
|
<li></li>
|
|
<li> </li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<!-- Hero Section -->
|
|
<section class="hero" id="hero">
|
|
<h2 class="hero_header">标题 <span class="light">标题</span></h2>
|
|
<p class="tagline">标题下面内容</p>
|
|
</section>
|
|
<!-- About Section -->
|
|
<section class="about" id="about">
|
|
<h2 class="hidden">About</h2>
|
|
<p class="text_column">这里是内容这里是内容这里是内容这里是内容这里是内容这里是内容这里是内容</p>
|
|
<p class="text_column">这里是内容这里是内容这里是内容这里是内容这里是内容这里是内容这里是内容这里是内容</p>
|
|
<p class="text_column">这里是内容这里是内容这里是内容</p>
|
|
</section>
|
|
<!-- Stats Gallery Section -->
|
|
<div class="gallery">
|
|
<div class="thumbnail">
|
|
<h1 class="stats">小标题</h1>
|
|
<h4>TITLE</h4>
|
|
<p>One line description</p>
|
|
</div>
|
|
<div class="thumbnail">
|
|
<h1 class="stats">小标题</h1>
|
|
<h4>TITLE</h4>
|
|
<p>One line description</p>
|
|
</div>
|
|
<div class="thumbnail">
|
|
<h1 class="stats">小标题</h1>
|
|
<h4>TITLE</h4>
|
|
<p>One line description</p>
|
|
</div>
|
|
<div class="thumbnail">
|
|
<h1 class="stats">小标题</h1>
|
|
<h4>TITLE</h4>
|
|
<p>One line description</p>
|
|
</div>
|
|
</div>
|
|
<!-- Parallax Section -->
|
|
<section class="banner">
|
|
<h2 class="parallax">文章标题</h2>
|
|
<p class="parallax_description">内容段落</p>
|
|
</section>
|
|
<!-- More Info Section -->
|
|
<footer>
|
|
<article class="footer_column">
|
|
<h3>ABOUT</h3>
|
|
<img src="images/placeholder.jpg" alt="" width="400" height="200" class="cards"/>
|
|
<p>文章段落</p>
|
|
</article>
|
|
<article class="footer_column">
|
|
<h3>LOCATION</h3>
|
|
<img src="images/placeholder.jpg" alt="" width="400" height="200" class="cards"/>
|
|
<p>文章段落 </p>
|
|
</article>
|
|
</footer>
|
|
<!-- Footer Section -->
|
|
<section class="footer_banner" id="contact">
|
|
<h2 class="hidden">Footer Banner Section </h2>
|
|
<p class="hero_header">了解 & 更多</p>
|
|
<div class="button" onclick="window.location=''">申请</div>
|
|
</section>
|
|
<!-- Copyrights Section --></div>
|
|
<!-- Main Container Ends -->
|
|
</body>
|
|
</html>
|