Skip to content

Commit 8717e24

Browse files
committed
Update landing
1 parent 4b26280 commit 8717e24

File tree

1 file changed

+65
-72
lines changed

1 file changed

+65
-72
lines changed

index.md

Lines changed: 65 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -4,76 +4,71 @@ title: "Keep Android Open"
44
permalink: /
55
description: "Advocating for Android as a free, open platform for everyone to build apps on."
66
---
7-
<!DOCTYPE html>
8-
<html lang="en">
9-
<head>
10-
<meta charset="UTF-8">
11-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
12-
<title>{{ page.title }}</title>
13-
<style>
14-
body {
15-
font-family: 'Inter', sans-serif;
16-
margin: 0;
17-
padding: 0;
18-
background: #f9fafc;
19-
color: #222;
20-
line-height: 1.6;
21-
}
22-
header {
23-
text-align: center;
24-
padding: 60px 20px 30px;
25-
background: linear-gradient(135deg, #0066cc, #33cc99);
26-
color: #fff;
27-
}
28-
header h1 {
29-
font-size: 2.8em;
30-
margin-bottom: 0.3em;
31-
}
32-
header p {
33-
font-size: 1.2em;
34-
opacity: 0.9;
35-
}
36-
main {
37-
max-width: 800px;
38-
margin: 50px auto;
39-
padding: 0 20px;
40-
}
41-
section {
42-
margin-bottom: 40px;
43-
}
44-
h2 {
45-
color: #0066cc;
46-
margin-bottom: 0.4em;
47-
}
48-
p {
49-
margin-bottom: 1.2em;
50-
font-size: 1.05em;
51-
}
52-
.cta {
53-
text-align: center;
54-
margin-top: 50px;
55-
}
56-
.cta a {
57-
background: #0066cc;
58-
color: white;
59-
padding: 14px 28px;
60-
border-radius: 6px;
61-
text-decoration: none;
62-
font-weight: 600;
63-
transition: background 0.3s ease;
64-
}
65-
.cta a:hover {
66-
background: #0052a3;
67-
}
68-
footer {
69-
text-align: center;
70-
padding: 20px 0;
71-
color: #666;
72-
font-size: 0.9em;
73-
}
74-
</style>
75-
</head>
76-
<body>
7+
8+
<style>
9+
body {
10+
font-family: 'Inter', sans-serif;
11+
margin: 0;
12+
padding: 0;
13+
background: #f9fafc;
14+
color: #222;
15+
line-height: 1.6;
16+
}
17+
header {
18+
text-align: center;
19+
padding: 60px 20px 30px;
20+
background: linear-gradient(135deg, #0066cc, #33cc99);
21+
color: #fff;
22+
}
23+
header h1 {
24+
font-size: 2.8em;
25+
margin-bottom: 0.3em;
26+
}
27+
header p {
28+
font-size: 1.2em;
29+
opacity: 0.9;
30+
}
31+
main {
32+
max-width: 800px;
33+
margin: 50px auto;
34+
padding: 0 20px;
35+
}
36+
section {
37+
margin-bottom: 40px;
38+
}
39+
h2 {
40+
color: #0066cc;
41+
margin-bottom: 0.4em;
42+
}
43+
p {
44+
margin-bottom: 1.2em;
45+
font-size: 1.05em;
46+
}
47+
.cta {
48+
text-align: center;
49+
margin-top: 50px;
50+
}
51+
.cta a {
52+
background: #0066cc;
53+
color: white;
54+
padding: 14px 28px;
55+
border-radius: 6px;
56+
text-decoration: none;
57+
font-weight: 600;
58+
transition: background 0.3s ease;
59+
}
60+
.cta a:hover {
61+
background: #0052a3;
62+
}
63+
footer {
64+
text-align: center;
65+
padding: 20px 0;
66+
color: #666;
67+
font-size: 0.9em;
68+
}
69+
</style>
70+
71+
7772
<header>
7873
<h1>Keep Android Open</h1>
7974
<p>Advocating for an Android ecosystem where everyone can innovate freely</p>
@@ -103,5 +98,3 @@ description: "Advocating for Android as a free, open platform for everyone to bu
10398
<footer>
10499
<p>© {{ site.time | date: "%Y" }} Keep Android Open – Powered by Jekyll</p>
105100
</footer>
106-
</body>
107-
</html>

0 commit comments

Comments
 (0)