summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnav Bhatt <arnav@ghativega.in>2023-11-20 01:40:06 +0530
committerArnav Bhatt <arnav@ghativega.in>2023-11-20 01:40:06 +0530
commit8b6fc44b0b4afc0a0f2b4c5dac1f6aeb6144179e (patch)
treeca96c6f151b306434c60fef24b0320c247d0fbe2
parent5c8fb008af37f15e6b0d02f0e5ec031ca2407847 (diff)
change thingies
-rw-r--r--blog/atom.xml4
-rw-r--r--blog/utkirna-v1.0.0.html2
-rwxr-xr-xdata/about.html34
-rwxr-xr-xdata/contact.html2
-rw-r--r--data/projects.html94
-rwxr-xr-xdata/style.css2
-rwxr-xr-xtemplates/index_header.html2
7 files changed, 102 insertions, 38 deletions
diff --git a/blog/atom.xml b/blog/atom.xml
index b3d6f8a..9da323a 100644
--- a/blog/atom.xml
+++ b/blog/atom.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">Ghativega.in</title>
<subtitle type="text">Personal site of arnavbhatt288.</subtitle>
-<updated>2023-11-04T00:52:36Z</updated>
+<updated>2023-11-04T16:31:45Z</updated>
<link rel="alternate" type="text/html" href="https://ghativega.in"/>
<id>https://ghativega.in/atom.xml</id>
<link rel="self" type="application/atom+xml" href="https://ghativega.in/atom.xml"/>
@@ -11,7 +11,7 @@
<link rel="alternate" type="text/html" href="https://ghativega.in/utkirna-v1.0.0.html"/>
<id>https://ghativega.in/utkirna-v1.0.0.html</id>
<published>2023-11-04T00:52:28Z</published>
-<updated>2023-11-04T00:52:28Z</updated>
+<updated>2023-11-04T16:31:33Z</updated>
<author><name>Arnav Bhatt</name></author>
<summary type="text">Initial release of Utkirna</summary>
</entry>
diff --git a/blog/utkirna-v1.0.0.html b/blog/utkirna-v1.0.0.html
index 9b8dbf5..f85c816 100644
--- a/blog/utkirna-v1.0.0.html
+++ b/blog/utkirna-v1.0.0.html
@@ -23,7 +23,7 @@ img { border: none ;}
</p>
<p>
This is the initial release of Utkirna, a cross-platform application heavily inspired from <a href="https://sourceforge.net/projects/win32diskimager/">Win32DiskImager</a> that lets you to write a raw disk image to a removable device or backup a removable device to a raw image file. It is useful for preparing bootable drives with "dd like" images for PC, SBC and embedded development boards as well for backing up such drives.
-Utkirna (devanagari: उत्कीर्ण, romanized: Utkīrṇa) means "engraved" in Sanskrit.
+Utkirna means "engraved" in Sanskrit.
</p>
<h3> The reason of its creation</h3>
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;
}
diff --git a/templates/index_header.html b/templates/index_header.html
index 7b46b42..603b484 100755
--- a/templates/index_header.html
+++ b/templates/index_header.html
@@ -3,7 +3,7 @@
<li><a class="active", href="index.html">Home</a></li>
<li><a 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>
<main>