-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (40 loc) · 1.19 KB
/
index.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Playfair+Display:wght@700&display=swap" rel="stylesheet">
<title>Elevate Quality Manifesto</title>
</head>
<body>
<header>
<h3>standardkit.dev</h3>
</header>
<main>
<section>Manifesto v0.1</section>
<h1>Elevate Quality</h1>
<h2>Natural Tools for Real Users</h2>
<section>
<h2>Fundamental Simplicity</h2>
<p>Natural patterns scale across all levels of mastery.</p>
</section>
<section>
<h2>Easy to use, powerful controls</h2>
<p>Start simple with direct access to power.</p>
</section>
<section>
<h2>Guided Freedom</h2>
<p>Walk the path or create your own.</p>
</section>
<section>
<h2>Quality Standards</h2>
<p>Deliver excellence consistently.</p>
</section>
<section>
<h2>Invent the Future</h2>
<p>Raise standards, expand what's possible.</p>
</section>
</main>
</body>
</html>