summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rwxr-xr-xdata/about.html70
-rwxr-xr-xdata/assets/images/logo.pngbin0 -> 6231 bytes
-rw-r--r--data/assets/images/paypal-is-dumb.pngbin0 -> 17697 bytes
-rwxr-xr-xdata/contact.html37
-rwxr-xr-xdata/favicon.icobin0 -> 21662 bytes
-rwxr-xr-xdata/softwares.html34
-rwxr-xr-xdata/style.css190
7 files changed, 331 insertions, 0 deletions
diff --git a/data/about.html b/data/about.html
new file mode 100755
index 0000000..de7dd63
--- /dev/null
+++ b/data/about.html
@@ -0,0 +1,70 @@
+<!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 name="viewport" content="width=device-width, initial-scale=1">
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+ <title>Ghativega - About</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 class="active" href="about.html">About</a></li>
+ <li><a href="contact.html">Contact</a></li>
+ <li><a href="softwares.html">Softwares</a></li>
+ </ul>
+ <hr>
+
+ <main>
+ <h3>Introduction</h3>
+ <p>Hi there. My name is Arnav Bhatt and I go by the internet alias as arnavbhatt288.<br>I am 18 years old and a self-taught programmer with C language being my current expertise while also exploring other programming languages to learn.</p>
+ <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>
+
+ </main>
+
+ <div class = footer>
+ <p>Copyright 2022 ghativega.in</p>
+ </div>
+</body>
+</html>
diff --git a/data/assets/images/logo.png b/data/assets/images/logo.png
new file mode 100755
index 0000000..d4e80cd
--- /dev/null
+++ b/data/assets/images/logo.png
Binary files differ
diff --git a/data/assets/images/paypal-is-dumb.png b/data/assets/images/paypal-is-dumb.png
new file mode 100644
index 0000000..1cd429c
--- /dev/null
+++ b/data/assets/images/paypal-is-dumb.png
Binary files differ
diff --git a/data/contact.html b/data/contact.html
new file mode 100755
index 0000000..1fae131
--- /dev/null
+++ b/data/contact.html
@@ -0,0 +1,37 @@
+<!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 name="viewport" content="width=device-width, initial-scale=1">
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+ <title>Ghativega - Contact</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 class="active" href="contact.html">Contact</a></li>
+ <li><a href="softwares.html">Softwares</a></li>
+ </ul>
+ <hr>
+
+ <main>
+ <h3>Contact</h3>
+ <p>Matrix: arnav@ghativega.in/arnavbhatt288@reactos.org<br><s>Email: arnavbhatt288 (at) ghativega (dot) in</s><br>ReactOS Forums/Mattermost: @arnavbhatt288<br>Telegram: @durbuddhi</p>
+ <p>I respond fastest to Matrix <s>and Email</s> messages so that might be your safest bet. However, keep in mind that it might even take days to respond to you, so be patient.</p>
+ </main>
+
+ <div class = footer>
+ <p>Copyright 2022 ghativega.in</p>
+ </div>
+</body>
+</html>
diff --git a/data/favicon.ico b/data/favicon.ico
new file mode 100755
index 0000000..fc19112
--- /dev/null
+++ b/data/favicon.ico
Binary files differ
diff --git a/data/softwares.html b/data/softwares.html
new file mode 100755
index 0000000..7eefbe2
--- /dev/null
+++ b/data/softwares.html
@@ -0,0 +1,34 @@
+<!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 name="viewport" content="width=device-width, initial-scale=1">
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+ <title>Ghativega - Softwares</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="softwares.html">Softwares</a></li>
+ </ul>
+ <hr>
+ <main>
+ <h3>Coming Soon</h3>
+ </main>
+
+ <div class = footer>
+ <p>Copyright 2022 ghativega.in</p>
+ </div>
+</body>
+</html>
diff --git a/data/style.css b/data/style.css
new file mode 100755
index 0000000..6e3ad39
--- /dev/null
+++ b/data/style.css
@@ -0,0 +1,190 @@
+/* Stylesheet for website. Copyright 2022 Arnav Bhatt */
+
+html {
+ position: relative;
+ min-height: 100%;
+}
+
+a {
+ color: #4388b3;
+ display: inline;
+}
+
+body {
+ color: #ffffff;
+ background: #111;
+ font-family: "Lucida Console", "Courier New", monospace;
+ margin: 0;
+ padding: 0;
+}
+
+.footer {
+ position: absolute;
+ bottom: 0;
+ background: #323030;
+ color: #bdbdbd;
+ width: 100%;
+}
+
+.footer p {
+ font-size: 14px;
+ padding: 0 5px;
+}
+
+main {
+ padding: 0 3%;
+ padding-bottom: 42px;
+}
+
+.blog-content {
+ max-width: 1024px;
+ margin: 1em auto;
+ padding: 0 8%;
+ padding-bottom: 42px;
+}
+
+.blog-content .footer {
+ left: 0;
+}
+
+.logo {
+ text-align: center;
+}
+
+.navbar, .blog {
+ text-align: center;
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden
+}
+
+.blog {
+ text-align: left;
+}
+
+.blog li {
+ display: block;
+ margin: 11px 0;
+}
+
+.blog li:not(:last-child) {
+ margin-bottom: 2.5em;
+}
+
+.blog li a , .softwares li a {
+ display: inline-block;
+ background-color: #ffffff;
+ border-style: solid;
+ border-color: #ffffff;
+ color: #111;
+ font-size: 18.72px;
+ letter-spacing: 8px;
+ padding: 9px 18px;
+ text-align: center;
+ text-indent: 4px;
+ text-decoration: none;
+ text-transform: uppercase;
+ width: fit-content;
+}
+
+.blog li a:hover, .softwares li a:hover {
+ background-color: #4274b5;
+ border-color: #4274b5;
+ color: #111;
+}
+
+.navbar .active {
+ background-color: #ffffff;
+ color: #111;
+ font-size: 17px;
+}
+
+.navbar li {
+ display: inline-block;
+}
+
+.navbar li a {
+ display: inline-block;
+ border-style: solid;
+ border-width: 2px;
+ color: #ffffff;
+ font-size: 18px;
+ letter-spacing: 4px;
+ margin: 0 12px;
+ padding: 9px 15px;
+ text-align: center;
+ text-indent: 2px;
+ text-decoration: none;
+ text-transform: uppercase;
+ width: fit-content;
+}
+
+.navbar li a:hover:not(.active) {
+ background-color: #ffffff;
+ border-color: #ffffff;
+ color: #111;
+}
+
+.softwares {
+ list-style-type: none;
+ text-align: center;
+}
+
+.softwares img {
+ vertical-align: middle;
+ margin-bottom: 12px;
+}
+
+.softwares li
+{
+ display: inline-block;
+}
+
+p {
+ font-size: 18px;
+}
+
+table {
+ border-collapse: collapse;
+ width: 80%;
+}
+
+h2, h3 {
+ display: block;
+ background-color: #ffffff;
+ border-style: solid;
+ border-color: #ffffff;
+ color: #111;
+ font-weight: 400;
+ letter-spacing: 8px;
+ padding: 9px 18px;
+ text-align: center;
+ text-indent: 4px;
+ text-decoration: none;
+ text-transform: uppercase;
+ width: fit-content;
+}
+
+th, td {
+ text-align: left;
+ padding: 10px;
+ border-style: solid;
+ border-width: 2px;
+ border-color: #ffffff;
+}
+
+th {
+ background-color: #ffffff;
+ color: #111;
+ font-weight: 400;
+ letter-spacing: 4px;
+ text-align: center;
+ text-indent: 2px;
+ text-transform: uppercase;
+}
+
+/* Janky way to set color the right borders of two heading cells */
+#border-special {
+ border-right-color: #111;
+}