Skip to content

Commit 807ed9a

Browse files
committed
Add site
1 parent 46a7618 commit 807ed9a

File tree

18 files changed

+76
-1
lines changed

18 files changed

+76
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<packaging>jar</packaging>
88
<name>usb4java-javax</name>
99
<version>1.2.0-SNAPSHOT</version>
10-
<url>http://usb4java.org/</url>
10+
<url>http://usb4java.org/usb4java-javax/</url>
1111
<description>
1212
Extension for usb4java which implements javax.usb (JSR-80).
1313
</description>

src/site/apt/index.apt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
-----------------------------------------------------------------------------
2+
About
3+
-----------------------------------------------------------------------------
4+
5+
About
6+
7+
This is an extension for the usb4java library which implements the
8+
javax-usb API.

src/site/resources/css/site.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#breadcrumbs .breadcrumb
2+
{
3+
padding-right: 50px;
4+
}
5+
6+
#breadcrumbs .breadcrumb a
7+
{
8+
position: relative;
9+
z-index: 10001;
10+
}
11+
12+
a.externalLink
13+
{
14+
background: none !important;
15+
padding-right: 0 !important;
16+
}

src/site/resources/favicon.ico

35.1 KB
Binary file not shown.

src/site/resources/images/add.gif

207 Bytes
Loading
565 Bytes
Loading
669 Bytes
Loading
1.14 KB
Loading
1.83 KB
Loading
3.39 KB
Loading

0 commit comments

Comments
 (0)