-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog.html
80 lines (64 loc) · 2.54 KB
/
blog.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
<!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" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>J-Team Github Blog</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="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Blog</h3>
New build (23/12/2013)
<pre>
A new build is ready for download via goo.im.
Go to the download page to get there: <a href="download.html">Download page</a>
</pre>
Update (23/12/2013)
<pre>
We are working on various repositories to keep the code as clean
as possible. Another build is being compiled and will be
available for download soon.
</pre>
First build (22/12/2013)
<pre>
First build is ready to be downloaded and tested. If you want to
try it flash it over CyanogenMod 11! Otherwise it will probably
give an error.
Here is the <a href="http://goo.im/devs/KINGbabasula/GalaxySAdvance/AOSP">download link</a>.
</pre>
<!-- This is an example of article
Write here the title
<pre>
Write here whatever you want
</pre>
-->
</section>
<aside id="sidebar">
</aside>
</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> -->
<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>