|
|
@ -0,0 +1,52 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<!-- Standard Meta --> |
|
|
|
<meta charset="utf-8" /> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> |
|
|
|
|
|
|
|
<!-- Site Properities --> |
|
|
|
<title>Fixed Menu Example - Semantic</title> |
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/container.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/header.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/menu.css"> |
|
|
|
|
|
|
|
<style type="text/css"> |
|
|
|
body > .container { |
|
|
|
padding-top: 7em; |
|
|
|
} |
|
|
|
.wireframe { |
|
|
|
margin-top: 2em; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|
|
|
|
</head> |
|
|
|
<body> |
|
|
|
|
|
|
|
<div class="ui fixed inverted menu"> |
|
|
|
<div class="ui container"> |
|
|
|
<a href="#" class="item">Project Name</a> |
|
|
|
<a href="#" class="item">Home</a> |
|
|
|
<a href="#" class="item">Features</a> |
|
|
|
<a href="#" class="item">Contact</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="ui center aligned container"> |
|
|
|
<h1 class="ui header">Semantic UI starter template</h1> |
|
|
|
<p>Use this document as a way to quickly start any new project.</p> |
|
|
|
<p>All you get is this text and a mostly barebones HTML document.</p> |
|
|
|
<img class="wireframe" src="images/wireframe/paragraph.png"> |
|
|
|
<img class="wireframe" src="images/wireframe/paragraph.png"> |
|
|
|
<img class="wireframe" src="images/wireframe/paragraph.png"> |
|
|
|
<img class="wireframe" src="images/wireframe/paragraph.png"> |
|
|
|
<img class="wireframe" src="images/wireframe/paragraph.png"> |
|
|
|
<img class="wireframe" src="images/wireframe/paragraph.png"> |
|
|
|
<img class="wireframe" src="images/wireframe/paragraph.png"> |
|
|
|
</div> |
|
|
|
|
|
|
|
</body> |
|
|
|
|
|
|
|
</html> |