-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyleguide.html
More file actions
29 lines (29 loc) · 967 Bytes
/
styleguide.html
File metadata and controls
29 lines (29 loc) · 967 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noimageindex, nofollow, nosnippet">
<title>AMPnet • Brand Styleguide</title>
<link rel="stylesheet" href="./stylesheets/build/style.css">
<link rel="icon" type="image/png" href="./favicon.ico">
</head>
<body class="styleguide">
<nav class="navbar">
<div class="container-fluid">
<a class="navbar-brand" href="/"><img id="nav-logo" src="./assets/images/logo-amp.png" alt=""></a>
</div>
</nav>
<div class="container-fluid mt-5">
<h1 class="display-1">AMPnet Styleguide</h1>
<hr class="my-5">
<h2 class="display-1 mb-5">Display 1</h2>
<h2 class="h1 mb-5">Headline 1</h2>
<h2 class="h2 mb-5">Headline 2</h2>
<h2 class="h3 mb-5">Headline 3</h2>
<h2 class="h4 mb-5">Headline 4</h2>
<p class="mb-5">Paragraph</p>
<p class="small text-muted">Small</p>
</div>
</body>
</html>