project.html 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <!--
  2. girishm.nfshost.com is the source for webpage (www.girishm.info or its alias www.girishm.nfshost.com) of Girish M
  3. Copyright &copy; 2019 to present, Girish M
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 3 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <https://www.gnu.org/licenses/>
  14. Intensify by TEMPLATED
  15. templated.co @templatedco
  16. Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
  17. -->
  18. <!DOCTYPE HTML>
  19. <html lang="en">
  20. <head>
  21. <title>Projects</title>
  22. <meta charset="utf-8"/>
  23. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  24. <link rel="stylesheet" href="assets/css/main.css"/>
  25. <style type="text/css">
  26. #altLinks li{
  27. display: inline;
  28. }
  29. </style>
  30. </head>
  31. <body><!-- -->
  32. <!-- Header -->
  33. <header id="header">
  34. <nav class="right">
  35. <label for="dark-theme-checkbox" id="dark-theme-checkbox-label">Dark Mode</label>
  36. <input type="checkbox" id="dark-theme-checkbox">
  37. <a href="index.html"><img src="assets/img/home.jpg"></a>
  38. </nav>
  39. <nav class="left">
  40. <a href="#menu"><span>Menu</span></a>
  41. </nav>
  42. <a href="project.html" class="logo">Projects worked on</a>
  43. </header>
  44. <!-- Menu -->
  45. <nav id="menu">
  46. <ul class="links">
  47. <li><a href="index.html">Home</a></li>
  48. <li><a href="services.html">Services</a></li>
  49. <li><a href="project.html">Projects</a></li>
  50. <li><a href="workExperience.html">Experience</a></li>
  51. <li><a href="education.html">Education</a></li>
  52. <li><a href="writing.html">Blog</a></li>
  53. <li><a href="books.html">Book library</a></li>
  54. <li><a href="photo.html">Photos</a></li>
  55. <!-- <li><a href="shop.html">Shop</a></li> -->
  56. <!-- <li><a href="contact.html">Contact</a></li> -->
  57. <li><a href="assets/pdf/girishResume.pdf">CV</a></li>
  58. <li><a href="subscribe.html">Contact</a></li>
  59. </ul>
  60. </nav>
  61. <!-- Three -->
  62. <section id="three" class="wrapper">
  63. <div class="inner flex flex-3">
  64. <div class="flex-item box">
  65. <div class="image fit">
  66. <a href="https://raw.githubusercontent.com/girish17/op-mattermost/master/resource/op-mattermost-demo-v0.7.gif">
  67. <img src="https://raw.githubusercontent.com/girish17/op-mattermost/master/resource/op-mattermost-demo-v0.7.gif" alt="op-mattermost demo"/>
  68. </a>
  69. </div>
  70. <div class="content">
  71. <h3>op-mattermost</h3>
  72. <p><a href="https://notabug.org/girishm/op-mattermost/wiki">OpenProject and Mattermost integration</a>
  73. </p>
  74. <ul>
  75. <li><a href="https://github.com/girish17/op-mattermost">Slash command integration</a></li>
  76. <li><a href="https://github.com/girish17/op-mattermost-plugin">Mattermost plugin {Work in Progress}</a></li>
  77. </ul>
  78. <!--<iframe src="https://github.com/sponsors/girish17/button" title="Sponsor Girish" height="35" width="116" style="border: 0;"></iframe>-->
  79. </div>
  80. </div>
  81. <div class="flex-item box">
  82. <div class="image fit">
  83. <img src="assets/img/ciscoWebexTeams.jpg" alt="Cisco WebEx Teams"/>
  84. </div>
  85. <div class="content">
  86. <h3>Cisco WebEx Teams</h3>
  87. <p><a href="https://developer.webex.com/docs/api/v1/webhooks">Webhooks</a></p>
  88. </div>
  89. </div>
  90. <div class="flex-item box">
  91. <div class="image fit">
  92. <img src="assets/img/tmt.png" alt="TMT"/>
  93. </div>
  94. <div class="content">
  95. <h3>Thirty Meter Telescope</h3>
  96. <p><a href="https://www.tmt.org/page/observatory-software">Observatory software</a></p>
  97. <ul>
  98. <li><a href="https://github.com/tmtsoftware/csw/commits?author=girish17">Common software (CSW)</a>
  99. </li>
  100. <li><a href="https://github.com/girish17/cswTest">CSW tests</a></li>
  101. <li><a href="https://github.com/girish17/cswTestResults">CSW test results</a></li>
  102. </ul>
  103. </div>
  104. </div>
  105. <div class="flex-item box">
  106. <div class="image fit">
  107. <img src="assets/img/CIDSS-Poster.png" alt="CIDSS"/>
  108. </div>
  109. <div class="content">
  110. <h3>Command Information and Decision Support System</h3>
  111. <p><a href="https://www.bel-india.in/Products.aspx?MId=13&LId=1&link=61">CIDSS</a></p>
  112. </div>
  113. </div>
  114. </div>
  115. </section>
  116. <!-- Footer -->
  117. <footer id="footer">
  118. <ul class="actions">
  119. <li><a href="index.html">Home</a></li>
  120. <li><a href="services.html">Services</a></li>
  121. <li><a href="project.html">Projects</a></li>
  122. <li><a href="workExperience.html">Experience</a></li>
  123. <li><a href="education.html">Education</a></li>
  124. <li><a href="writing.html">Blog</a></li>
  125. <li><a href="books.html">Book library</a></li>
  126. <li><a href="photo.html">Photos</a></li>
  127. <!-- <li><a href="shop.html">Shop</a></li> -->
  128. <!-- <li><a href="contact.html">Contact</a></li> -->
  129. <li><a href="assets/pdf/girishResume.pdf">CV</a></li>
  130. <li><a href="subscribe.html">Contact</a></li>
  131. </ul>
  132. <div class="inner">
  133. <h2>Get In Touch</h2>
  134. <ul class="actions">
  135. <li><span class="icon fa-envelope"></span> <a href="#">girishm at posteo dot net</a></li>
  136. <li><a href="girishmInfo.asc">GPG key</a></li>
  137. </ul>
  138. </div>
  139. <noscript>
  140. <h3>For those who are afraid of non-free JavaScript</h3>
  141. <div class="inner flex flex-3 row 6u 12u$(small)">
  142. <ul id="altLinks">
  143. <li><a href="index.html">Home</a></li>
  144. <li><a href="services.html">Services</a></li>
  145. <li><a href="project.html">Projects</a></li>
  146. <li><a href="workExperience.html">Experience</a></li>
  147. <li><a href="education.html">Education</a></li>
  148. <li><a href="writing.html">Blog</a></li>
  149. <li><a href="books.html">Book library</a></li>
  150. <li><a href="photo.html">Photos</a></li>
  151. <!-- <li><a href="shop.html">Shop</a></li> -->
  152. <!--<li><a href="contact.html">Contact</a></li>-->
  153. <li><a href="assets/pdf/girishResume.pdf">CV</a></li>
  154. <li><a href="subscribe.html">Contact</a></li>
  155. </ul>
  156. </div>
  157. </noscript>
  158. <div class="copyright">
  159. <p>Copyright &copy; 2019 to present, Girish M, <img alt="Creative Commons License" style="border-width:0"
  160. src="assets/img/cc.png"/>
  161. <br/>
  162. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative
  163. Commons
  164. Attribution 4.0 International License</a>. The source for this web-page can be found <a
  165. href="https://notabug.org/girishm/girishm.nfshost.com/src/test/project.html">here</a>.
  166. The photos have been borrowed from their original websites. Please send
  167. an email to the owner of website for removal in case of copyright violation.
  168. </p>
  169. &copy; Untitled. Design <a href="https://templated.co">TEMPLATED</a>. Images <a href="https://unsplash.com">Unsplash</a>.
  170. </div>
  171. <a href="javascript.html" rel="jslicense">JavaScript license information</a>
  172. </footer>
  173. <!-- Scripts -->
  174. <script src="assets/js/jquery.min.js"></script>
  175. <script src="assets/js/jquery.scrolly.min.js"></script>
  176. <script src="assets/js/skel.min.js"></script>
  177. <script src="assets/js/util.js"></script>
  178. <script src="assets/js/main.js"></script>
  179. </body>
  180. </html>