Skip to content

Commit b012a83

Browse files
committed
Added documentation button to website
1 parent c9b3822 commit b012a83

File tree

9 files changed

+23
-6
lines changed

9 files changed

+23
-6
lines changed

img/linux-20.png

1.2 KB
Loading

img/linux.png

2.46 KB
Loading

img/osx-20.png

1.2 KB
Loading

img/osx.png

1.45 KB
Loading

img/pdf.png

1.96 KB
Loading

img/win32-20.png

1.5 KB
Loading

img/win32.png

1.82 KB
Loading

index.html

+20-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,26 @@
1313
<section class="page-header">
1414
<h1 class="project-name">c4ev3</h1>
1515
<h2 class="project-tagline">Native C/C++ Programming for the LEGO® EV3</h2>
16-
<a href="https://github.com/c4ev3/Windows-Installer/releases/download/v1.0/c4ev3-setup.exe" class="btn">Windows Installer (110MiB)</a>
17-
<a href="https://github.com/c4ev3/Windows-Installer/releases/download/v1.0/c4ev3-withGCC-setup.exe" class="btn">Windows Installer (No GCC: 1MiB)</a>
18-
<a href="#manual-install" class="btn">Build from source</a>
16+
<a href="https://github.com/c4ev3/Windows-Installer/releases/download/v1.0/c4ev3-setup.exe" class="btn">
17+
Installer with GCC
18+
<br>
19+
Windows (110MiB)</a>
20+
<a href="https://github.com/c4ev3/Windows-Installer/releases/download/v1.0/c4ev3-withGCC-setup.exe" class="btn">
21+
Installer, no GCC
22+
<br>
23+
Windows (1MiB)</a>
24+
<a href="#manual-install" class="btn">
25+
Build from source
26+
<br>
27+
<img align="middle" height="20" width="20" src="img/linux.png"></img>
28+
<img align="middle" height="20" width="20" src="img/osx.png"></img>
29+
<img align="middle" height="20" width="20" src="img/win32.png"></img>
30+
</a>
31+
<a href="https://github.com/c4ev3/EV3-API/blob/master/commands.pdf" class="btn">
32+
API documentation
33+
<br>
34+
<img align="middle" height="20" width="20" src="img/pdf.png"></img>
35+
</a>
1936
</section>
2037
<a href="https://github.com/c4ev3"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
2138

stylesheets/stylesheet.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ a {
6161

6262
@media screen and (min-width: 64em) {
6363
.page-header {
64-
padding: 5rem 6rem; } }
64+
padding: 2rem 6rem; } }
6565

6666
@media screen and (min-width: 42em) and (max-width: 64em) {
6767
.page-header {
68-
padding: 3rem 4rem; } }
68+
padding: 1.5rem 4rem; } }
6969

7070
@media screen and (max-width: 42em) {
7171
.page-header {
72-
padding: 2rem 1rem; } }
72+
padding: 1rem 1rem; } }
7373

7474
.project-name {
7575
margin-top: 0;

0 commit comments

Comments
 (0)