blob: 5470eea5ba260ccb5c1149d4ad08a350c7e873cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<!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>
<tr>
<td><a href = "https://github.com/haikuports/haikuports/commits/master?author=arnavbhatt288">Ported softwares to Haiku</a></td>
<td>Contributed to HaikuPorts during Google Code-In 2018</td>
</tr>
</table>
<br>
</main>
<div class = footer>
<p>2023 ghativega.in</p>
</div>
</body>
</html>
|