-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (86 loc) · 4.46 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>WinstonHealth.io Style Guide</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;400;600&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;1,500&display=swap" rel="stylesheet">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<script src="" async defer></script>
<header>
<h1>WinstonHealth.io Style Guide</h1>
</header>
<main>
<section class="site-section">
<h2 id="color-section">Colors</h2>
<div class="color-swatch" id="E4B81B">
<h3 class="color-swatch-text">Primary</h3>
<p class="color-swatch-text">#E4B81B</p>
<p class="color-swatch-text">Glisening Gold</p>
</div>
<div class="color-swatch" id="color-two">
<h3 class="color-swatch-text">Secondary</h3>
<p class="color-swatch-text">#1BE4B8</p>
<p class="color-swatch-text">Mint Green</p>
</div>
<div class="color-swatch" id="B81BE4">
<h3 class="color-swatch-text">Accent</h3>
<p class="color-swatch-text">#B81BE4</p>
<p class="color-swatch-text">Vicious Violet</p>
</div>
<div class="color-swatch" id="F7F5F2">
<h3 class="color-swatch-text">Background Color</h3>
<p class="color-swatch-text">#F7F5F2</p>
<p class="color-swatch-text">Soothing Beige</p>
</div>
<div class="color-swatch" id="FFFFFF">
<h3 class="color-swatch-text">Background Color</h3>
<p class="color-swatch-text">#FFFFFF</p>
<p class="color-swatch-text">Woeful White</p>
</div>
</section>
<section class="site-section">
<h2>Fonts</h2>
<section class="Roboto">
<h3>Roboto - Sans serif</h3>
<p class="lw1">Winston was an energitic puppy, full of life, love, and happiness.</p>
<p class="lw2">Winston was an energitic puppy, full of life, love, and happiness.</p>
<p class="lw3">Winston was an energitic puppy, full of life, love, and happiness.</p>
</section>
<section>
<h3 class="Roboto-Slab">Roboto Slab - Serif</h3>
<p class="lw1">Sophia, Winston's best friend, was a three year old goldendoodle.</p>
<p class="lw2">Sophia, Winston's best friend, was a three year old goldendoodle.</p>
<p class="lw3">Sophia, Winston's best friend, was a three year old goldendoodle.</p>
</section>
</section>
<section class="site-section">
<h2>Text Styles</h2>
<h3>H1 Headings</h3>
<p>Font: Roboto; Font Size: 24pt; Font Weight: 600</p>
<h3>H2 Headings</h3>
<p>Font: Roboto; Font Size: 20pt; Font Weight: 500</p>
<h3>Paragraphs</h3>
<p>Font: Roboto-Slab; Font Size: 14pt; Font Weight: 400</p>
</section>
</main>
<footer>
</footer>
</body>
</html>