Skip to content

Commit be5ef89

Browse files
committed
Create gh-pages branch via GitHub
0 parents  commit be5ef89

12 files changed

Lines changed: 840 additions & 0 deletions

File tree

images/body-bg.jpg

3.11 KB
Loading

images/download-button.png

31 KB
Loading

images/github-button.png

3.14 KB
Loading

images/header-bg.jpg

10.2 KB
Loading

images/highlight-bg.jpg

33.4 KB
Loading

images/sidebar-bg.jpg

3.13 KB
Loading

index.html

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7+
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
8+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
9+
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
10+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
11+
12+
<!--[if lt IE 9]>
13+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14+
<![endif]-->
15+
16+
<title>AndroidDevTools by inferjay</title>
17+
</head>
18+
19+
<body>
20+
<header>
21+
<div class="inner">
22+
<h1>AndroidDevTools</h1>
23+
<h2>Android开发工具</h2>
24+
<a href="https://github.com/inferjay/AndroidDevTools" class="button"><small>View project on</small>GitHub</a>
25+
</div>
26+
</header>
27+
28+
<div id="content-wrapper">
29+
<div class="inner clearfix">
30+
<section id="main-content">
31+
<h1>
32+
<a name="androiddevtools" class="anchor" href="#androiddevtools"><span class="octicon octicon-link"></span></a>AndroidDevTools</h1>
33+
</section>
34+
35+
<aside id="sidebar">
36+
<a href="https://github.com/inferjay/AndroidDevTools/zipball/master" class="button">
37+
<small>Download</small>
38+
.zip file
39+
</a>
40+
<a href="https://github.com/inferjay/AndroidDevTools/tarball/master" class="button">
41+
<small>Download</small>
42+
.tar.gz file
43+
</a>
44+
45+
<p class="repo-owner"><a href="https://github.com/inferjay/AndroidDevTools"></a> is maintained by <a href="https://github.com/inferjay">inferjay</a>.</p>
46+
47+
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
48+
</aside>
49+
</div>
50+
</div>
51+
52+
<script type="text/javascript">
53+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
54+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
55+
</script>
56+
<script type="text/javascript">
57+
try {
58+
var pageTracker = _gat._getTracker("UA-52369435-2");
59+
pageTracker._trackPageview();
60+
} catch(err) {}
61+
</script>
62+
63+
</body>
64+
</html>

javascripts/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('This would be the main JS file.');

params.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"AndroidDevTools","tagline":"Android开发工具","body":"AndroidDevTools\r\n===============\r\n","google":"UA-52369435-2","note":"Don't delete this file! It's used internally to help with page regeneration."}

stylesheets/print.css

Lines changed: 226 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,226 @@
1+
html, body, div, span, applet, object, iframe,
2+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3+
a, abbr, acronym, address, big, cite, code,
4+
del, dfn, em, img, ins, kbd, q, s, samp,
5+
small, strike, strong, sub, sup, tt, var,
6+
b, u, i, center,
7+
dl, dt, dd, ol, ul, li,
8+
fieldset, form, label, legend,
9+
table, caption, tbody, tfoot, thead, tr, th, td,
10+
article, aside, canvas, details, embed,
11+
figure, figcaption, footer, header, hgroup,
12+
menu, nav, output, ruby, section, summary,
13+
time, mark, audio, video {
14+
margin: 0;
15+
padding: 0;
16+
border: 0;
17+
font-size: 100%;
18+
font: inherit;
19+
vertical-align: baseline;
20+
}
21+
/* HTML5 display-role reset for older browsers */
22+
article, aside, details, figcaption, figure,
23+
footer, header, hgroup, menu, nav, section {
24+
display: block;
25+
}
26+
body {
27+
line-height: 1;
28+
}
29+
ol, ul {
30+
list-style: none;
31+
}
32+
blockquote, q {
33+
quotes: none;
34+
}
35+
blockquote:before, blockquote:after,
36+
q:before, q:after {
37+
content: '';
38+
content: none;
39+
}
40+
table {
41+
border-collapse: collapse;
42+
border-spacing: 0;
43+
}
44+
body {
45+
font-size: 13px;
46+
line-height: 1.5;
47+
font-family: 'Helvetica Neue', Helvetica, Arial, serif;
48+
color: #000;
49+
}
50+
51+
a {
52+
color: #d5000d;
53+
font-weight: bold;
54+
}
55+
56+
header {
57+
padding-top: 35px;
58+
padding-bottom: 10px;
59+
}
60+
61+
header h1 {
62+
font-weight: bold;
63+
letter-spacing: -1px;
64+
font-size: 48px;
65+
color: #303030;
66+
line-height: 1.2;
67+
}
68+
69+
header h2 {
70+
letter-spacing: -1px;
71+
font-size: 24px;
72+
color: #aaa;
73+
font-weight: normal;
74+
line-height: 1.3;
75+
}
76+
#downloads {
77+
display: none;
78+
}
79+
#main_content {
80+
padding-top: 20px;
81+
}
82+
83+
code, pre {
84+
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
85+
color: #222;
86+
margin-bottom: 30px;
87+
font-size: 12px;
88+
}
89+
90+
code {
91+
padding: 0 3px;
92+
}
93+
94+
pre {
95+
border: solid 1px #ddd;
96+
padding: 20px;
97+
overflow: auto;
98+
}
99+
pre code {
100+
padding: 0;
101+
}
102+
103+
ul, ol, dl {
104+
margin-bottom: 20px;
105+
}
106+
107+
108+
/* COMMON STYLES */
109+
110+
table {
111+
width: 100%;
112+
border: 1px solid #ebebeb;
113+
}
114+
115+
th {
116+
font-weight: 500;
117+
}
118+
119+
td {
120+
border: 1px solid #ebebeb;
121+
text-align: center;
122+
font-weight: 300;
123+
}
124+
125+
form {
126+
background: #f2f2f2;
127+
padding: 20px;
128+
129+
}
130+
131+
132+
/* GENERAL ELEMENT TYPE STYLES */
133+
134+
h1 {
135+
font-size: 2.8em;
136+
}
137+
138+
h2 {
139+
font-size: 22px;
140+
font-weight: bold;
141+
color: #303030;
142+
margin-bottom: 8px;
143+
}
144+
145+
h3 {
146+
color: #d5000d;
147+
font-size: 18px;
148+
font-weight: bold;
149+
margin-bottom: 8px;
150+
}
151+
152+
h4 {
153+
font-size: 16px;
154+
color: #303030;
155+
font-weight: bold;
156+
}
157+
158+
h5 {
159+
font-size: 1em;
160+
color: #303030;
161+
}
162+
163+
h6 {
164+
font-size: .8em;
165+
color: #303030;
166+
}
167+
168+
p {
169+
font-weight: 300;
170+
margin-bottom: 20px;
171+
}
172+
173+
a {
174+
text-decoration: none;
175+
}
176+
177+
p a {
178+
font-weight: 400;
179+
}
180+
181+
blockquote {
182+
font-size: 1.6em;
183+
border-left: 10px solid #e9e9e9;
184+
margin-bottom: 20px;
185+
padding: 0 0 0 30px;
186+
}
187+
188+
ul li {
189+
list-style: disc inside;
190+
padding-left: 20px;
191+
}
192+
193+
ol li {
194+
list-style: decimal inside;
195+
padding-left: 3px;
196+
}
197+
198+
dl dd {
199+
font-style: italic;
200+
font-weight: 100;
201+
}
202+
203+
footer {
204+
margin-top: 40px;
205+
padding-top: 20px;
206+
padding-bottom: 30px;
207+
font-size: 13px;
208+
color: #aaa;
209+
}
210+
211+
footer a {
212+
color: #666;
213+
}
214+
215+
/* MISC */
216+
.clearfix:after {
217+
clear: both;
218+
content: '.';
219+
display: block;
220+
visibility: hidden;
221+
height: 0;
222+
}
223+
224+
.clearfix {display: inline-block;}
225+
* html .clearfix {height: 1%;}
226+
.clearfix {display: block;}

0 commit comments

Comments
 (0)