education.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <!--
  2. girishm.nfshost.com is the source for personal webpage (www.girishm.info or its alias www.girishm.nfshost.com) of Girish M
  3. Copyright &copy; 2020 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>Girish's education</title>
  22. <meta charset="utf-8"/>
  23. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  24. <link rel="stylesheet" href="../css/main.css"/>
  25. </head>
  26. <body><!-- -->
  27. <!-- Header -->
  28. <header id="header">
  29. <nav class="left">
  30. <a href="#menu"><span>Menu</span></a>
  31. </nav>
  32. <a href="education.html" class="logo">Girish's education</a>
  33. </header>
  34. <!-- Menu -->
  35. <nav id="menu">
  36. <ul class="links">
  37. <li><a href="../../index.html">Home</a></li>
  38. <li><a href="../html/services.html">Services</a></li>
  39. <li><a href="../html/project.html">Projects</a></li>
  40. <li><a href="../html/workExperience.html">Experience</a></li>
  41. <li><a href="../html/education.html">Education</a></li>
  42. <li><a href="../html/writing.html">Blog</a></li>
  43. <li><a href="../html/photo.html">Photos</a></li>
  44. <li><a href="../html/shop.html">Shop</a></li>
  45. <li><a href="../html/contact.html">Contact</a></li>
  46. <li><a href="../html/subscribe.html">Hire me</a></li>
  47. </ul>
  48. </nav>
  49. <!-- Banner -->
  50. <section id="three" class="wrapper">
  51. <div class="content">
  52. <ul>
  53. <li>
  54. Went to <a href="https://en.wikipedia.org/wiki/PES_University">PES Institute of Technology </a>,
  55. Bangalore, (autonomous college under <a
  56. href="https://en.wikipedia.org/wiki/Visvesvaraya_Technological_University">
  57. Visvesvaraya Technological University</a>, Belgaum), August 2008 - July 2012
  58. <ul>
  59. <li>
  60. Graduated with a Bachelor's Degree in Computer Science and Engineering from VTU, Belgaum.
  61. Secured First Class with Distinction.
  62. </li>
  63. <li>
  64. Contributed code to a proprietary program called <a href="https://mtali.blogspot.com/">mTali</a>
  65. </li>
  66. </ul>
  67. </li>
  68. <li>
  69. Went to study Computer Science at <a href="https://en.wikipedia.org/wiki/Indian_Statistical_Institute">
  70. Indian Statistical Institute</a>, Calcutta, June 2017 - August 2017
  71. <ul>
  72. <li>
  73. Wrote <a href="https://notabug.org/girishm/pdslab">programs</a> to solve Programming and Data
  74. Structures Lab exercises and assignment
  75. </li>
  76. </ul>
  77. </li>
  78. </ul>
  79. </div>
  80. </section>
  81. <!-- Footer -->
  82. <footer id="footer">
  83. <div class="inner">
  84. <h2>Get In Touch</h2>
  85. <ul class="actions">
  86. <li><span class="icon fa-envelope"></span> <a href="#">contact at girishm dot info</a></li>
  87. <li><a href="../../gm.asc">GPG key</a></li>
  88. <li><a href="https://xmpp.org/software/clients.html">XMPP chat</a> - girishm at member dot fsf dot org
  89. </li>
  90. </ul>
  91. </div>
  92. <div class="copyright">
  93. <p>Copyright copy; 2020, Girish M, <img alt="Creative Commons License" style="border-width:0"
  94. src="../img/cc.png"/>
  95. <br/>
  96. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative
  97. Commons
  98. Attribution 4.0 International License</a>. The source for this web-page can be found <a
  99. href="https://notabug.org/girishm/girishm.nfshost.com/src/master/assets/html/education.html">here</a>
  100. </p>
  101. &copy; Untitled. Design <a href="https://templated.co">TEMPLATED</a>. Images <a href="https://unsplash.com">Unsplash</a>.
  102. </div>
  103. <a href="../../javascript.html" rel="jslicense">JavaScript license information</a>
  104. </footer>
  105. <!-- Scripts -->
  106. <script src="../js/jquery.min.js"></script>
  107. <script src="../js/jquery.scrolly.min.js"></script>
  108. <script src="../js/skel.min.js"></script>
  109. <script src="../js/util.js"></script>
  110. <script src="../js/main.js"></script>
  111. </body>
  112. </html>