|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <meta name="description" content=""> |
| 8 | + <meta name="author" content=""> |
| 9 | + <title>Starter Template for Bootstrap</title> |
| 10 | + <!-- Bootstrap core CSS --> |
| 11 | + <!-- Custom styles for this template --> |
| 12 | + <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| 13 | + <!--[if lt IE 9]> |
| 14 | + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
| 15 | + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| 16 | + <![endif]--> |
| 17 | + <link href="bootswatch-gh-pages/bootswatch-gh-pages/superhero/bootstrap.css" rel="stylesheet" type="text/css"> |
| 18 | + <link href="bootswatch-gh-pages/bootswatch-gh-pages/simplex/bootstrap.css" rel="stylesheet" type="text/css"> |
| 19 | + </head> |
| 20 | + <body> |
| 21 | + <div class="container"> |
| 22 | + <div class="starter-template"> |
| 23 | + <div class="jumbotron"> |
| 24 | + <img src="img/RAPID-ML%20Logo/RAPID-ML%20Logo.png" width="800"> |
| 25 | + <h1>Domain-Driven API Modeling</h1> |
| 26 | + <p class="lead">RAPID-ML puts data modeling at the center of API design.</p> |
| 27 | + <ul> |
| 28 | + <p class="">Describe data types <i>naturally </i>with an expressive, technology-independent modeling language. </p> |
| 29 | + <p class="">Share canonical data models and adapt them to each API with just the right flexibility to <i>bend </i>the model, not break it.</p> |
| 30 | + <p class="">Unify APIs at any scale from microservices to cloud ecosystems. Free your client developers from API mismatch, and <i>integrate faster</i>.</p> |
| 31 | + <a class="btn btn-primary btn-lg" role="button">Get Started</a> |
| 32 | + </ul> |
| 33 | + <p></p> |
| 34 | + </div> |
| 35 | + <div class="page-header"> |
| 36 | +</div> |
| 37 | + <br> |
| 38 | + </div> |
| 39 | + <ul> |
| 40 | +</ul> |
| 41 | + <div class="pg-empty-placeholder"> |
| 42 | + <div class="row" style="max-width=100px"> |
| 43 | + <div class="col-md-4"> |
| 44 | + <h3>Clean, Intuitive Data Modeling</h3> |
| 45 | + <ul> |
| 46 | + <p class="h4">Describe data structures, relationships, simple types, enums and constraints using a natural, concise language.</p> |
| 47 | + <p class="h4">Code generators for JSON and XML Schema translate your definitions to physical message formats.</p> |
| 48 | + <p class="h4">Import shared data models from the filesystem, github or any http repository.</p> |
| 49 | + </ul> |
| 50 | + </div> |
| 51 | + <div class="col-md-8"> |
| 52 | + <img src="img/Code%20Screenshots/dataModelDark.png" width="95%" class="img-responsive img-thumbnail center-block" style="max-width: 500px;"> |
| 53 | + </div> |
| 54 | + </div> |
| 55 | + <p><br></p> |
| 56 | + <div class="row"> |
| 57 | + <div class="col-md-8"> |
| 58 | + <img src="img/Code%20Screenshots/objectResourceDark.png" width="95%" class="img-responsive img-thumbnail center-block" style="max-width: 600px"> |
| 59 | + </div> |
| 60 | + <div class="col-md-4"> |
| 61 | + <h3>Data-Bound Resources and Parameters</h3> |
| 62 | + <ul> |
| 63 | + <p class="h4">Expose data structures through your API by binding them directly into object resources and collection resources. </p> |
| 64 | + <p class="h4">To reference the bound data from a message payload, just say 'this'!</p> |
| 65 | + <p class="h4">Bind template and method parameters to properties to enable richer validation and code generation.</p> |
| 66 | + </ul> |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + <h1>Resources</h1> |
| 70 | + <div class="row"> |
| 71 | + <div class="col-md-4"> |
| 72 | + <img src="img/RAPID-ML%20Logo/RAPID-ML%20Graphic.png" class="img-responsive img-thumbnail center-block" width="90%" style="max-width: 200px;"> |
| 73 | + <p><br></p> |
| 74 | + <p class="text-center"><button type="button" class="btn btn-default block-center">Read the Specification</button></p> |
| 75 | + </div> |
| 76 | + <div class="col-md-4"> |
| 77 | + <img src="img/Quick%20Reference%20Card/QRCUpdateSquare.png" class="img-thumbnail center-block img-responsive" width="90%" height="40%" style="max-width: 200px;"> |
| 78 | + <p><br></p> |
| 79 | + <p class="text-center"><button type="button" class="btn btn-default">Download the Quick Reference Card </button></p> |
| 80 | + </div> |
| 81 | + <div class="col-md-4"> |
| 82 | + <img src="img/OctocatSquare.png" class="img-thumbnail center-block img-responsive" width="90%" style="max-width: 200px;"> |
| 83 | + <p><br></p> |
| 84 | + <p class="text-center"><button type="button" class="btn btn-default">Read the Specification</button></p> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + </div> |
| 88 | + </div> |
| 89 | + <!-- /.container --> |
| 90 | + <!-- Bootstrap core JavaScript |
| 91 | + ================================================== --> |
| 92 | + <!-- Placed at the end of the document so the pages load faster --> |
| 93 | + <script src="assets/js/jquery.min.js"></script> |
| 94 | + <script src="bootstrap/js/bootstrap.min.js"></script> |
| 95 | + <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> |
| 96 | + <script src="assets/js/ie10-viewport-bug-workaround.js"></script> |
| 97 | + </body> |
| 98 | +</html> |
0 commit comments