-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (76 loc) · 3.38 KB
/
index.html
File metadata and controls
94 lines (76 loc) · 3.38 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="stylesheets/bar.css" media="screen" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
$('#bar_change').click(function(){
var bar = $('.progress-bar span');
var value = 89;
bar.css('width', value + '%');
return false;
});
});
</script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>J-Team Github Site</title>
</head>
<body>
<header>
<div class="inner">
<center><h1><a href="http://j-team.github.io/">J-Team</a></h1></center>
<center><h2>AOSP for GT-I9070 janice/janicep</h2></center>
<a href="https://github.com/J-Team" class="button"><small>Follow us on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3>
<a name="team" class="anchor" href="#team"><span class="octicon octicon-link"></span></a>See how much this rom is stock google!</h3>
<div class="progress-bar">
<span></span>
</div>
<div class="controls">
<input type="submit" id="bar_change" value="Press me!">
</div>
<h3>
<a name="team" class="anchor" href="#team"><span class="octicon octicon-link"></span></a>Team Members (alphabetical order)</h3>
<br>Alberto97</br>
<br>FabioSan</br>
<br>giagia96</br>
<br>KINGbabasula</br>
<h3>
<a name="sources" class="anchor" href="#sources"><span class="octicon octicon-link"></span></a>Our Blog</h3>
Read latest news <a href="http://j-team.github.io/blog.html">here</a>.
<h3>
<a name="sources" class="anchor" href="#sources"><span class="octicon octicon-link"></span></a>How to build</h3>
To build from source our AOSP ROM, go <a href="http://j-team.github.io/build.html">here</a>
<h3>
<a name="download" class="anchor" href="#download"><span class="octicon octicon-link"></span></a>Download Center</h3>
To download ROM and fixes, go <a href="http://j-team.github.io/download.html">here</a>
<h3>
<a name="bug" class="anchor" href="#bug"><span class="octicon octicon-link"></span></a>Report Bugs</h3>
Click <a href="https://github.com/J-Team/J-Team/issues">here</a> to report a bug. Check the list before post it
<br></br>
</section>
</div>
</div>
<footer>
<!-- <center><p>This page was generated by <a href="pages.github.com">GitHub Pages</a> for <a href="https://github.com/J-Team">J-Team</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p></center> -->
<br></br>
<center><img src="/images/footer-bg.jpg" alt="GitHub" /></center>
<center><img src="/images/github.png" alt="GitHub" height="75" width="75" /></center>
</footer>
</body>
</html>