This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
status.html
93 lines (80 loc) · 6.29 KB
/
status.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
<!DOCTYPE html>
<html>
<head lang="en">
<title>Office UI Fabric - Status</title>
<meta charset="UTF-8">
<!-- fav icons -->
<link rel="shortcut icon" href="/img/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/img/favicon/favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/img/favicon/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/img/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/img/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon/favicon-32x32.png" sizes="32x32">
<!-- azure application insights -->
<script src="/js/azure-app-insights.js" type="text/javascript"></script>
<link rel="stylesheet" href="//appsforoffice.microsoft.com/fabric/1.0/fabric.min.css" />
<link rel="stylesheet" href="//appsforoffice.microsoft.com/fabric/1.0/fabric.components.min.css" />
<link rel="stylesheet" href="/css/styles.min.css" />
</head>
<body>
<div class="ms-Grid">
<!-- header -->
<header id="page-header" class="ms-Grid-row ms-Grid-col ms-u-sm12">
<div id="brand-name" class="ms-font-su ms-fontWeight-semibold ms-fontColor-white">
Office Fabric UI
</div>
<div id="site-tagline" class="ms-font-l ms-fontColor-white ms-fontWeight-light">
Demos of the front-end framework for building experiences using Office, Office 365 & SharePoint.
</div>
</header>
<!-- navigation -->
<nav class="ms-Grid-row ms-Grid-col ms-u-sm12">
<ul id="global-nav">
<li class="ms-font-l ms-fontWeight-light"><a href="/">Home</a></li>
<li class="ms-font-l ms-fontWeight-light"><a href="/features">Features</a></li>
<li class="ms-font-l ms-fontWeight-light"><a href="/components">Components</a></li>
<li class="ms-font-l ms-fontWeight-light"><a href="/resources.html">Resources</a></li>
<li class="ms-font-l ms-fontWeight-light"><a href="/status.html">Status</a></li>
<li class="ms-font-l ms-fontWeight-light"><a href="/contribute.html">Contribute!</a></li>
</ul>
</nav>
<div class="ms-Grid-row">
<!-- side-nav -->
<aside id="local-nav" class="ms-Grid-col ms-u-sm-3 ">
<ul>
<li><a class="ms-font-l ms-fontColor-neutralSecondaryAlt" href="https://github.com/ngOfficeUIFabric/officeuifabric.github.io">This Site on GitHub</a></li>
<li><a class="ms-font-l ms-fontColor-neutralSecondaryAlt" href="https://github.com/ngOfficeUIFabric/officeuifabric.github.io/issues">Site Issues List</a></li>
<li><a class="ms-font-l ms-fontColor-neutralSecondaryAlt" href="https://github.com/ngOfficeUIFabric/officeuifabric.github.io/milestones">Site Milestones</a></li>
<li><a class="ms-font-l ms-fontColor-neutralSecondaryAlt" href="https://github.com/ngOfficeUIFabric/officeuifabric.github.io/releases">Site Releases</a></li>
</ul>
</aside>
<!-- page body -->
<article id="page-main" class="ms-Grid-col ms-u-sm9 ms-font-m">
<h1 class="ms-font-su">Project Status</h1>
<p class="ms-font-l">The site is currently a work in progress as we march to v1.0.0. The v1.0.0 for this site is when it reaches full feature & component parity with the Office UI Fabric v1.0.0 release. The goal is to get this site to the point where everything you find in the <a href="">Features</a> and <a href="">Components</a> sections of the Office UI Fabric is demonstrated on this site.</p>
<p class="ms-font-l">You can follow the progress by watching the <a href="https://github.com/ngOfficeUIFabric/officeuifabric.github.io/milestones" class="ms-Link">1.0.0 milestone on the site's GitHub milestones</a> page as each demo needed on the site is listed as a <a href="https://github.com/ngOfficeUIFabric/officeuifabric.github.io/issues" class="ms-Link">seperate issue</a>. As batches of issues are finished, the site will get refreshed. Watch the <a href="https://github.com/ngOfficeUIFabric/officeuifabric.github.io/releases" class="ms-Link">project's releases</a>... the most current release listed there will be what is active on the <a class="ms-Link ms-fontWeight-semibold" href="http://officeuifabric.com">http://officeuifabric.com</a> site.
<h2 class="ms-font-xxl">Change Log</h2>
<p class="ms-font-l">How can you see what's been added to this site? For now, watch the <a href="https://github.com/ngOfficeUIFabric/officeuifabric.github.io/releases" class="ms-Link">project's releases</a> as each release will include a list of all the issues included in that release.</p>
<h2 class="ms-font-xxl">Think You've Found a Bug or Typo?</h2>
<p class="ms-font-l">Bugs and typos are embarrasing but let's face it; they happen. If you think you've found an error on the site please file an <a href="https://github.com/ngOfficeUIFabric/officeuifabric.github.io/issues" class="ms-Link">issue</a>.</p>
<h2 class="ms-font-xxl">Contribute</h2>
<p class="ms-font-l">If you're interested in helping out, head over to the <a href="/contribute.html" class="ms-Link">contribute</a> page to learn how you can get involed. Contributions are not only welcomed, they are requested!</p>
</article>
</div>
<!-- footer -->
<footer id="page-footer" class="ms-Grid-row ms-Grid-col ms-u-sm12 ms-font-m ms-fontWeight-light ms-fontColor-white">
<p>Microsoft, Office, Office 365 and SharePoint are registered trademarks of Microsoft Corporation.</p>
<p>Current Version of the Office UI Fabric used on this site: v1.0.0</p>
</footer>
</div>
</body>
</html>