diff --git a/data/tree.yml b/data/tree.yml index b165f63a90a8ce1ca920e69bc8d601b1a903a624..41fb9c222ed5c9a7ce9816398032d272041d0064 100644 --- a/data/tree.yml +++ b/data/tree.yml @@ -1,5 +1,6 @@ --- index.html.haml: "/index.html.haml" +showcase.html.haml: "/showcase.html.haml" introduction: about.html.md: "/introduction/about.html.md" getting-started.html.md: "/introduction/getting-started.html.md" diff --git a/source/images/showcase/carnivore_pixel.gif b/source/images/showcase/carnivore_pixel.gif new file mode 100644 index 0000000000000000000000000000000000000000..35acb29e15397f900b1394353f91443f6cd65c9a Binary files /dev/null and b/source/images/showcase/carnivore_pixel.gif differ diff --git a/source/images/showcase/dayflower_engine.png b/source/images/showcase/dayflower_engine.png new file mode 100644 index 0000000000000000000000000000000000000000..7d1f62528c128230ac4c4e46721a5a6a8e27338e Binary files /dev/null and b/source/images/showcase/dayflower_engine.png differ diff --git a/source/images/showcase/openrc.png b/source/images/showcase/openrc.png new file mode 100644 index 0000000000000000000000000000000000000000..271173e523973153abc454b181c316797f37120b Binary files /dev/null and b/source/images/showcase/openrc.png differ diff --git a/source/index.html.haml b/source/index.html.haml index 5f426a0837ed264ab863a201dfd854ce3251a182..d92420cf3c4535db78ce935281d3059f543b1ac3 100644 --- a/source/index.html.haml +++ b/source/index.html.haml @@ -45,9 +45,9 @@ description: Open-source framework for executing native Java code on the GPU. %i.material-icons settings %p.promo-caption Flexible %p.light.center The full power and flexibility of OpenCL coding is fully exposed. All the low level calls as well as the ability to manipulate or post kernel files are still accessible to developers. --#.divider --#.section --# .row.center --# %h3.light.header Aparapi Showcase --# %p.col.s8.offset-s2.caption Checkout what people are creating with Aparapi. Get inspired by these projects and you can even submit your own projects to be showcased here. --# %a.btn-large.waves-effect.waves-light{:href => "http://aparapi.com"} Explore our Showcase \ No newline at end of file +.divider +.section + .row.center + %h3.light.header Aparapi Showcase + %p.col.s8.offset-s2.caption Checkout what people are creating with Aparapi. Get inspired by these projects and you can even submit your own projects to be showcased here. + %a.btn-large.waves-effect.waves-light{:href => "showcase.html"} Explore our Showcase \ No newline at end of file diff --git a/source/showcase.html.haml b/source/showcase.html.haml new file mode 100644 index 0000000000000000000000000000000000000000..de5ab0373362961d2486e8ca38a0e64e45c15a69 --- /dev/null +++ b/source/showcase.html.haml @@ -0,0 +1,40 @@ +--- +title: Showcase +--- + +.container.section + .row + .center.col.s12 + %br/ + %br/ + %a.waves-effect.waves-light.btn{:href => "mailto:aparapi@syncleus.com?subject=showcase"} Submit your site + %br/ + %br/ + %br/ + .row + .col.s12.m4 + %img.materialboxed.responsive-img.z-depth-1{"data-caption" => "Carnivore Pixel", :src => "images/showcase/carnivore_pixel.gif"} + %h5.center + %a{:href => "http://edumo.net/wp/carnivore-pixel/", :target => "_blank"} Carnivore Pixel + .col.s12.m4 + %img.materialboxed.responsive-img.z-depth-1{"data-caption" => "DayFlower Engine", :src => "images/showcase/dayflower_engine.png"}/ + %h5.center + %a{:href => "http://www.dayflower.org/", :target => "_blank"} DayFlower Engine + .col.s12.m4 + %img.materialboxed.responsive-img.z-depth-1{"data-caption" => "Gaggle Mail", :src => "images/showcase/openrc.png"}/ + %h5.center + %a{:href => "https://github.com/macroing/OpenRC", :target => "_blank"} Open Ray Caster + + -#.row + -# .col.s12.m4 + -# %img.materialboxed.responsive-img.z-depth-1{"data-caption" => "Fedora Indonesia", :src => "images/showcase/fedora.png"}/ + -# %h5.center + -# %a{:href => "http://fedora.or.id/", :target => "_blank"} Fedora Indonesia + -# .col.s12.m4 + -# %img.materialboxed.responsive-img.z-depth-1{"data-caption" => "Emerald", :src => "images/showcase/emerald.jpg"}/ + -# %h5.center + -# %a{:href => "http://emerald.sekizgen.net/", :target => "_blank"} Emerald + -# .col.s12.m4 + -# %img.materialboxed.responsive-img.z-depth-1{"data-caption" => "Caliber", :src => "images/showcase/caliber.png"}/ + -# %h5.center + -# %a{:href => "http://jumpcatch.com/srinivasan/caliber/", :target => "_blank"} Caliber \ No newline at end of file