-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
63 lines (62 loc) · 2.88 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Firefox Design</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Firefox Brand + Design Assets</h1>
<div class="logo"></div>
</header>
<main>
<h2>Hello!</h2>
<div class="site-info">
<p><strong>November 1st, 2019 –</strong> The Firefox UX and Brand teams are currently working on consolidating a number of disparate design assets. This work will likely continue into early 2020.</p>
</div>
<ul class="link-list">
<!-- <li>
<h3><a href="">Firefox Brand Guidelines</a></h3>
<p>A PDF outlining rules and usage of the emerging Firefox Brand System. This work is informing current and future development of a conslidated design system and component library.</p>
</li> -->
<li>
<h3><a href="icons/">Photon Icons</a></h3>
<p>Icons created as part of the Photon Design System. These are still usable in browser, app and marketing properties.</p>
</li>
<li>
<h3><a href="photon/">Photon Design System</a></h3>
<p>The design system developed in conjunction with the Firefox Quantum release. This system has useful content
guidelines and UI guidelines for the Firefox Browser.</p>
</li>
<li>
<h3><a href="https://protocol.mozilla.org/">Protocol Component Library</a></h3>
<p>A CSS framework and usage guide maintained by the WWW team for use on mozilla.org. This framework is currently being adapted to be more widely applicable for web applications.</p>
</li>
<li>
<h3><a href="https://firefoxur.github.io/">Firefox User Research</a></h3>
<p>An up-to-date reference for user research reports at Mozilla.</p>
</li>
<li>
<h3><a href="https://medium.com/firefox-ux">Firefox UX Blog</a></h3>
<p>Articles about research and design activities at Mozilla.</p>
</li>
<li>
<h3><a href="values/">Firefox Design Values</a></h3>
<p>The values of the Firefox UX team that inform our design and decision-making processes.</p>
</li>
<li>
<h3><a href="https://docs.google.com/document/d/1AsP_lxccD3InL-taIzK8xmNS26FrTcN8_kHI_LNoVIo/edit?usp=sharing">Firefox Accounts Guidelines</a></h3>
<p>Prepare your design for integration with Firefox Accounts.</p>
</li>
<li>
<h3><a href="https://careers.mozilla.org/listings/?team=User+Experience">Careers</a></h3>
<p>Interested in joining a fast paced, multidisciplinary design team? Come say hi.</p>
</li>
</ul>
</main>
</body>
</html>