-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (52 loc) · 2.34 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
<!DOCTYPE html>
<head>
<meta charset="utf-8"/>
<title>The Orange Alliance Brand</title>
<meta name="og:site_name" content="The Orange Alliance">
<meta name="og:title" content="The Orange Alliance Brand">
<meta name="twitter:title" content="The Orange Alliance Brand">
<meta name="og:description" content="Download The Orange Alliance's official logo, colors and fonts.">
<meta name="description" content="Download The Orange Alliance's official logo, colors and fonts.">
<meta name="og:image" content="https://opengraph.theorangealliance.org/brand.png">
<meta name="twitter:image" content="https://opengraph.theorangealliance.org/brand.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@toalliance">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="./assets/styles.css"/>
</head>
<body>
<div class="content">
<h2>The Orange Alliance Brand</h2>
<h3 class="section-title">Colors</h3>
<p class="section-text">
Our primary brand colors are orange, black and white.
They are used to provide accessibility, simplicity, and consistency throughout all brand communications.
<u>Never</u> use white text on an orange background.
</p>
<div class="colors">
<div class="color-card orange">#F89808</div>
<div class="color-card black">#000000</div>
<div class="color-card white">#FFFFFF</div>
</div>
<div class="logo-title">
<h3>Logo</h3>
<a href="./assets/logo.png" download>Download</a>
</div>
<div class="logo-card">
<img src="assets/icon.png" alt="The Orange Alliance's Logo"/>
</div>
<h3 class="section-title">Typography</h3>
<p class="section-text">
We use the <a href="https://github.com/rsms/inter" target="_blank">`Inter` Font</a>
in our Logotype, marketing materials and static websites.
</p>
<div class="fonts-card">
<h2>The official data provider for <em>FIRST</em> Tech Challenge</h2>
<h3>The official data provider for <em>FIRST</em> Tech Challenge</h3>
<h4>The official data provider for <em>FIRST</em> Tech Challenge</h4>
<h5>The official data provider for <em>FIRST</em> Tech Challenge</h5>
<p>The <b>official</b> data provider for <em>FIRST</em> Tech Challenge</p>
</div>
</div>
</body>
</html>