summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnav Bhatt <arnavbhatt288@gmail.com>2022-11-08 22:44:58 +0530
committerArnav Bhatt <arnavbhatt288@gmail.com>2022-11-08 22:44:58 +0530
commit7a35fd5bcaf3c80f71c25c03b4ab1780089b9aa0 (patch)
treecf147b5bee7e06a6b5fada05f1b31e8cf233bf47
parente20df892748e618ac36b760b6d1ef4d1e85fcb57 (diff)
paypal article
-rw-r--r--articles/paypal-sucks.md14
-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
8 files changed, 345 insertions, 0 deletions
diff --git a/articles/paypal-sucks.md b/articles/paypal-sucks.md
new file mode 100644
index 0000000..e4cedba
--- /dev/null
+++ b/articles/paypal-sucks.md
@@ -0,0 +1,14 @@
+Paypal sucks
+
+So on previous saturday, I was supposed to make payment for my VPS (hosted by Hetzner) where I host this website, private Matrix server and private VPN. However, while trying to do so I faced this dumb issue:
+![screenshot](assets/images/paypal-is-dumb.png)
+
+...and this started a 3 days worth of constant arguement with bank as well as Paypal.
+Basically I was facing this error above even though I already enabled the option for international transaction for my debit card. So I contacted Paypal and they were telling me that they have no issues on their side and it was probably from the card issuer (aka bank) that was causing the problem while the bank was telling me my debit card was already capable for international transaction. I also tried 2 other debit cards capable for international transaction and all of them faced same issue. This despair continued for 3 more days until I somehow successfully made payment through Paypal. I still have no idea if the problem earlier was from the bank or from Paypal.
+
+## Necessity of Paypal
+The reason why I am dependent on Paypal as I don't currently possess a credit card (as if I trust any website to just give off my card information anyway) nor I could do an international wire transfer as it would be very expensive to do so here. For context, doing a 10 Euro (around 817.69 Indian Rupees) transfer to someone would actually cost me around 21 euros after including taxes! (or around 1700 Indian Rupees)
+Hence why I found Paypal to be quite appealing as I can easily do international transaction without too much additional cost just by using my debit card. However, my experience with Paypal is not going great either if I am being honest.
+
+;tags:rant software
+;description:I hate the antichrist I hate the antichrist I hate the antichrist
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;
+}