]> O.S.I.I.S - jp/crow.git/commitdiff
wip
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 28 Nov 2020 23:25:38 +0000 (00:25 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 28 Nov 2020 23:25:38 +0000 (00:25 +0100)
index.html

index c11f332a42202698a28dd01a5575fb20576367ff..ec71b66ec78c97e35bd8addaad4ec10a3438a7cc 100644 (file)
     <!-- MAIN CONTENT -->
     <div id="main_content_wrap" class="outer">
       <section id="main_content" class="inner">
-               <a href="https://travis-ci.org/jpbruyere/Crow"><img src="https://travis-ci.org/jpbruyere/Crow.svg?branch=master" alt="Build Status"/></a>
-               <a href="https://www.nuget.org/packages/Crow.OpenTK"><img src="https://buildstats.info/nuget/Crow.OpenTK" alt="Downloads NuGet package"/></a>
-
-        <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="float:right;">
-            <input type="hidden" name="cmd" value="_s-xclick">
-            <input type="hidden" name="hosted_button_id" value="J3FRMWUJQN7Q8">
-            <input type="image" src="https://www.paypalobjects.com/en_US/BE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
-            <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
-        </form>
-
-               <p><strong>CROW</strong> is a pure <strong>C#</strong> widget toolkit originally developed for rapid GUI implementation with
-               <a href="http://opentk.github.io/">OpenTK</a>.<p/>
-               <p>Using Crow is an easy way to get instantly some controls into your your OpenGL application. With its binding system, your local
-variables are bound to the interface very easily and with the full transparency, your openGL scene will always stay fully visible.</p>
+        <p align="center">
+          <a href="https://www.nuget.org/packages/Crow"><img src="https://buildstats.info/nuget/Crow"></a>
+          <a href="https://travis-ci.org/jpbruyere/Crow">
+              <img src="https://img.shields.io/travis/jpbruyere/Crow.svg?&logo=travis&logoColor=white">
+          </a>
+          <a href="https://ci.appveyor.com/project/jpbruyere/Crow">
+          <img src="https://img.shields.io/appveyor/ci/jpbruyere/Crow?logo=appveyor&logoColor=lightgrey">
+          </a>
+          <a href="https://www.paypal.me/GrandTetraSoftware">
+            <img src="https://img.shields.io/badge/Donate-PayPal-green.svg">
+          </a>
+          <a href="https://gitter.im/CSharpRapidOpenWidgets?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
+            <img src="https://badges.gitter.im/CSharpRapidOpenWidgets.svg">
+          </a>    
+        </p>
+<p>
+Open source <a href="https://en.wikipedia.org/wiki/Application_framework">application framework</a> for building portable graphical interfaces in <strong>C#</strong>, featuring a <strong>declarative language</strong>
+for ui with <strong>styling</strong> and <strong>templates</strong> called <a href="">IML</a> similar to XAML and a <strong>binding system</section>strong> for easy code linking.
+C.R.O.W. is in <strong>beta</strong> development state, api could change.
+</p>
 
         <p>You can visit the <a href="https://github.com/jpbruyere/Crow/wiki">Wiki</a> for documentation and tutorials. (in progress)</p>