diff options
Diffstat (limited to 'data')
-rwxr-xr-x | data/about.html | 34 | ||||
-rwxr-xr-x | data/contact.html | 2 | ||||
-rw-r--r-- | data/projects.html | 94 | ||||
-rwxr-xr-x | data/style.css | 2 |
4 files changed, 98 insertions, 34 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> diff --git a/data/contact.html b/data/contact.html index f8c147b..af45ecd 100755 --- a/data/contact.html +++ b/data/contact.html @@ -20,7 +20,7 @@ <li><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a class="active" 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> diff --git a/data/projects.html b/data/projects.html new file mode 100644 index 0000000..905aff7 --- /dev/null +++ b/data/projects.html @@ -0,0 +1,94 @@ +<!DOCTYPE html> + +<html> + <head> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> + <link rel='stylesheet' type='text/css' href='style.css'> + <meta property="og:title" content="Ghativega.in"> + <meta property="og:description" content="Personal site of arnavbhatt288."> + <meta http-equiv="pragma" content="no-cache"> + <meta http-equiv="cache-control" content="no-cache"> + <title>Ghativega - Projects</title> + <style> + img { border: none ;} + </style> + </head> + +<body> + <div class = logo><img src="assets/images/logo.png" alt="Ghativega"></div> + <ul class = navbar> + <li><a href="index.html">Home</a></li> + <li><a href="about.html">About</a></li> + <li><a href="contact.html">Contact</a></li> + <li><a class="active" href="projects.html">Projects</a></li> + </ul> + <hr> + + <main> + <h3>Personal</h3> + <table> + <tr> + <th id = "border-special">Name</th> + <th>Description</th> + </tr> + + <tr> + <td><a href = "https://github.com/arnavbhatt288/utkirna">utkirna</a></td> + <td>A cross-platform GUI program for reading or writing raw images to removable drives</td> + </tr> + + <tr> + <td><a href = "https://github.com/arnavbhatt288/ros-ramdisk-creator-gui">ros-ramdisk-creator-gui</a></td> + <td>A GUI tool written in C with Nuklear for creating bootable disks of ReactOS for Windows and Linux</td> + </tr> + </table> + + <br> + + <h3>Contributions</h3> + <table> + <tr> + <th id = "border-special">Name</th> + <th>Description</th> + </tr> + + <tr> + <td><a href = "https://github.com/reactos/reactos/pull/3575">environment-dialog-improvement</a></td> + <td>Modernisation of edit environment variable dialog box of ReactOS which includes reworked UI and new features</td> + </tr> + + <tr> + <td><a href = "https://github.com/reactos/reactos/pull/3399">shutdown-logoff-rework</a></td> + <td>Implementing the re-worked shut down dialog box as well as implementing friendly log off dialog box for MSGINA +component of ReactOS</td> + </tr> + + <tr> + <td><a href = "https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1200">pmaports-ms013g</a></td> + <td>Porting postmarketOS to Samsung Galaxy Grand 2 (ms013g)</td> + </tr> + </table> + + <br> + + <h3>Competitions</h3> + <table> + <tr> + <th id = "border-special">Name</th> + <th>Description</th> + </tr> + + <tr> + <td>Google Code-In 2018</td> + <td><a href = "https://github.com/haikuports/haikuports/commits/master?author=arnavbhatt288">Ported softwares to Haiku</a></td> + </tr> + </table> + </main> + + <br> + + <div class = footer> + <p>2023 ghativega.in</p> + </div> +</body> +</html> diff --git a/data/style.css b/data/style.css index cd843f2..77c4f8b 100755 --- a/data/style.css +++ b/data/style.css @@ -6,7 +6,7 @@ html { } a { - color: #4388b3; + color: #44A5B5; display: inline; } |