diff options
Diffstat (limited to 'data/about.html')
-rwxr-xr-x | data/about.html | 34 |
1 files changed, 2 insertions, 32 deletions
diff --git a/data/about.html b/data/about.html index 9127aff..e93d186 100755 --- a/data/about.html +++ b/data/about.html @@ -20,7 +20,7 @@ <li><a href="index.html">Home</a></li> <li><a class="active" href="about.html">About</a></li> <li><a href="contact.html">Contact</a></li> - <li><a href="https://github.com/arnavbhatt288">Softwares</a></li> + <li><a href="projects.html">Projects</a></li> </ul> <hr> @@ -30,37 +30,7 @@ <br> <h3>Career</h3> - <p>Currently a student in a college pursuing for Bachelor of Technology in Computer Science. On my free time I mainly contribute to open source projects but also occassionally create my own projects as well.</p> - <br> - - <h3>Contributions</h3> - <table> - <tr> - <th id = "border-special">Name</th> - <th id = "border-special">Description</th> - <th>Contributions</th> - </tr> - - <tr> - <td><a href = "https://reactos.org">ReactOS</a></td> - <td>Open source Windows XP/2003 clone written completely from scratch</td> - <td><a href = "https://github.com/reactos/reactos/commits?author=arnavbhatt288">Translations, MSGINA Shutdown/Logoff dialog box overhaul, SYSDM Environment dialog box overhaul</a></td> - </tr> - - <tr> - <td><a href = "https://www.haiku-os.org">Haiku</a></td> - <td>Open source spiritual successor to BeOS</td> - <td><a href = "https://github.com/haikuports/haikuports/commits/master?author=arnavbhatt288">Ported softwares to Haiku</a></td> - </tr> - - <tr> - <td><a href = "https://postmarketos.org">postmarketOS</a></td> - <td>Linux distro for phones and other mobile devices</td> - <td><a href = "https://wiki.postmarketos.org/wiki/Samsung_Galaxy_Grand_2_(samsung-ms013g)">Ported pmOS to Samsung Galaxy Grand 2</a></td> - </tr> - </table> - <br> - + <p>Currently a student in a college pursuing for Bachelor of Technology in Computer Science. On my free time I mainly contribute to open source projects but also occassionally create my own projects as well.</p> </main> <div class = footer> |