-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
104 lines (97 loc) · 3.37 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
<!DOCTYPE html>
<html dir="ltr">
<head>
<title>RTL Watch</title>
<link href="//mozorg.cdn.mozilla.net/media/css/tabzilla-min.css" rel="stylesheet" />
<link rel="stylesheet" href="style/style.css">
<meta charset="utf-8">
<meta name="description" content="">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@ArabicMozilla">
<meta name="twitter:title" content="RTL Watch - Arabic Mozilla">
<meta name="twitter:description" content="Tracking Right To Left support progess in Firefox OS">
<meta name="twitter:creator" content="@ArabicMozilla">
<meta name="twitter:image:src" content="http://mozorg.cdn.mozilla.net/media/img/firefox/firefox-256.jpg">
<meta name="twitter:domain" content="arabicmozilla.org">
<!-- Open Graph data -->
<meta property="og:title" content="RTL Watch - Arabic Mozilla" />
<meta property="og:type" content="article" />
<meta property="og:image" content="http://mozorg.cdn.mozilla.net/media/img/firefox/firefox-256.jpg" />
<meta property="og:description" content="Tracking Right-To-Left support progess in Firefox OS" />
<meta property="og:site_name" content="Arabic Mozilla" />
</head>
<body>
<div id="outer-wrapper">
<div id="wrapper">
<div id="top-header">
<a href="https://www.mozilla.org/" id="tabzilla">mozilla</a>
</div>
<!-- top-header -->
<br/>
<div id="header">
<h1 id="headerTitle">
RTL Watch: counting...
</h1>
<center>
<p id="short-description">
Tracking RTL support progess in Firefox OS
</p>
<p id="long-description">
This little website pulls information from Bugzilla
<br/>
to keep track of the progress of RTL support in Firefox OS
</p>
</center>
</div>
<!-- header -->
</div>
<!-- wrapper -->
<div id="project-dash">
<div id="wrapper">
<div id="item" class="firefoxoslogo">
<div id="title"> Support RTL language for B2G</div>
<div class="progress">
<span class="progress-val" id="progress-val">...</span>
<span class="progress-bar"><span class="progress-in" id="progress-in" style="width: 0%"></span></span>
</div>
<a id="call-to-action" href="#">Bug page</a>
</div>
<div id="bugs-status">
Open Bugs: <span id="open-bugs">..</span>
<br/>
Solved Bugs: <span id="solved-bugs">..</span>
</div>
</div>
<!-- wrapper -->
</div>
<!-- project-dash -->
<div id="event-details-1">
<!--<div id="wrapper">
<p>
Share the news!
</p>
<div id="dashboard">
<a href="#"><div id="sharing-element" class="evt-facebook">
<div id="title">
</div>
</div></a>
<a href="#"><div id="sharing-element" class="evt-twitter">
<div id="title">
</div>
</div></a>
<a href="#"><div id="sharing-element" class="evt-googleplus">
<div id="title">
</div>
</div></a>
</div>
</div>-->
<!-- wrapper -->
</div>
<!-- event-details-1 -->
</div>
<!-- outer-wrapper -->
<script src="//mozorg.cdn.mozilla.net/en-US/tabzilla/tabzilla.js"></script>
<script src="js/utils.js"></script>
</body>
</html>