vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.8 KiB

10 years ago
  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. <title>Feature Requests</title>
  8. <!-- Bootstrap -->
  9. <link href="css/bootstrap.min.css" rel="stylesheet">
  10. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  11. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  12. <!--[if lt IE 9]>
  13. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  14. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  15. <![endif]-->
  16. <style>
  17. a {
  18. text-decoration: none;
  19. }
  20. body {
  21. padding:10px;
  22. font-family: Lustria,Georgia,Times,"Times New Roman",serif !important;
  23. }
  24. div.textHTMLContent {
  25. display:block;
  26. width:970px;
  27. }
  28. img.showcase {
  29. position:relative;
  30. border: 1px solid #dddddd;
  31. border-radius:20px;
  32. width:900px;
  33. height:350px;
  34. }
  35. div.description{
  36. width:880px;
  37. position:relative;
  38. border-radius:20px;
  39. padding:20px;
  40. text-decoration: none;
  41. color:#ffffff;
  42. background-color:#064880;
  43. margin-top:-80px;
  44. margin-left:20px;
  45. z-index:2;
  46. box-shadow: 0px 0px 8px #000000;
  47. }
  48. div.descriptionHeader {
  49. font-size:25px;
  50. font-weight:bold;
  51. padding-bottom:5px;
  52. }
  53. </style>
  54. </head>
  55. <body>
  56. <h1>Showcase projects</h1>
  57. <div class="textHTMLContent">
  58. <a href="./projects/midas/index.html">
  59. <div class="showcase">
  60. <img src="./images/midas.png" class="showcase">
  61. <div class="description">
  62. <div class="descriptionHeader">
  63. M.I.D.A.S. : Manufacturing Incident Detection Agent Solution
  64. </div>
  65. <div class="descriptionContent">
  66. MIDAS collects statistics of incidents during the production process.
  67. It analyses the manufacturing process and handles disruptive events during the ramp-up phase.
  68. Almende developed the software tool especially for this project, based on the inhouse toolchain,
  69. specifically Eve, AIM and vis.js.
  70. </div>
  71. </div>
  72. </div>
  73. </a>
  74. </div>
  75. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  76. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  77. <!-- Include all compiled plugins (below), or include individual files as needed -->
  78. <script src="js/bootstrap.min.js"></script>
  79. </body>
  80. </html>