Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 325391a

Browse files
committed
adding supported by logo, and related changes
1 parent cb685fa commit 325391a

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

css/custom.css

+1-9
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,8 @@ body {
77
background-color: #fff;
88
}
99

10-
.aa-logo {
11-
min-height: 100px;
12-
padding-left:110px;
13-
background-image:url('../img/logo.png');
14-
background-repeat: no-repeat;
15-
}
16-
1710
.content {
18-
margin-top: 60px;
19-
11+
margin-top: 60px;
2012
}
2113

2214
.headline h1 {

img/supportedbylogo.png

14 KB
Loading

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
<div class="content">
4242

4343
<div class="hero-unit">
44-
<h1 class="aa-logo">Code Diet</h1>
44+
<h1>Code Diet</h1>
4545
<p><strong>AndroidAnnotations</strong> is a framework that <strong>speeds up</strong> Android development. It takes care of the <strong>plumbing</strong>, and lets you concentrate on what's really important. By <strong>simplifying</strong> your code, it facilitates its <strong>maintainance</strong>.</p>
46+
<p><a href="https://github.com/excilys/androidannotations"><img src="img/logo.png" alt="AndroidAnnotations"></a> <a href="http://www.ebusinessinformation.fr"><img src="img/supportedbylogo.png" alt="Supported by eBusiness Information"></a></p>
4647
<p><a class="btn btn-primary btn-large" href="https://github.com/excilys/androidannotations/wiki">Documentation &raquo;</a></p>
47-
4848
</div>
4949

5050
<div class="headline">

0 commit comments

Comments
 (0)