From 0210fcc91a5a005e8ed018a9dd0aee2fd7240b6b Mon Sep 17 00:00:00 2001
From: Nemo <me@captnemo.in>
Date: Tue, 17 Dec 2024 18:04:42 +0530
Subject: [PATCH] some website thingy

---
 .gitignore                    |   5 +++++
 404.html                      |  25 +++++++++++++++++++++++++
 Gemfile                       |   2 ++
 Gemfile.lock                  | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 _config.yml                   |   1 +
 about.markdown                |   5 +++++
 icon.png                      |   0 
 index.markdown                |  14 ++++++++++++++
 _layouts/default.html         |  72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 images/amazon-02.png          |   0 
 images/amazon-03.png          |   0 
 images/zepto-02.png           |   0 
 images/zepto-ad-banner.png    |   0 
 images/zepto-price-banner.png |   0 
 14 files changed, 291 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f40fbd8 100644
--- /dev/null
+++ a/.gitignore
@@ -1,0 +1,5 @@
+_site
+.sass-cache
+.jekyll-cache
+.jekyll-metadata
+vendor
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..086a5c9 100644
--- /dev/null
+++ a/404.html
@@ -1,0 +1,25 @@
+---
+permalink: /404.html
+layout: default
+---
+
+<style type="text/css" media="screen">
+  .container {
+    margin: 10px auto;
+    max-width: 600px;
+    text-align: center;
+  }
+  h1 {
+    margin: 30px 0;
+    font-size: 4em;
+    line-height: 1;
+    letter-spacing: -1px;
+  }
+</style>
+
+<div class="container">
+  <h1>404</h1>
+
+  <p><strong>Page not found :(</strong></p>
+  <p>The requested page could not be found.</p>
+</div>
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..10ae119 100644
--- /dev/null
+++ a/Gemfile
@@ -1,0 +1,2 @@
+source "https://rubygems.org"
+gem "jekyll", "~> 4.3.4"
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..f5047eb 100644
--- /dev/null
+++ a/Gemfile.lock
@@ -1,0 +1,167 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    addressable (2.8.7)
+      public_suffix (>= 2.0.2, < 7.0)
+    bigdecimal (3.1.8)
+    colorator (1.1.0)
+    concurrent-ruby (1.3.4)
+    em-websocket (0.5.3)
+      eventmachine (>= 0.12.9)
+      http_parser.rb (~> 0)
+    eventmachine (1.2.7)
+    ffi (1.17.0)
+    ffi (1.17.0-aarch64-linux-gnu)
+    ffi (1.17.0-aarch64-linux-musl)
+    ffi (1.17.0-arm-linux-gnu)
+    ffi (1.17.0-arm-linux-musl)
+    ffi (1.17.0-arm64-darwin)
+    ffi (1.17.0-x86-linux-gnu)
+    ffi (1.17.0-x86-linux-musl)
+    ffi (1.17.0-x86_64-darwin)
+    ffi (1.17.0-x86_64-linux-gnu)
+    ffi (1.17.0-x86_64-linux-musl)
+    forwardable-extended (2.6.0)
+    google-protobuf (4.29.1)
+      bigdecimal
+      rake (>= 13)
+    google-protobuf (4.29.1-aarch64-linux)
+      bigdecimal
+      rake (>= 13)
+    google-protobuf (4.29.1-arm64-darwin)
+      bigdecimal
+      rake (>= 13)
+    google-protobuf (4.29.1-x86-linux)
+      bigdecimal
+      rake (>= 13)
+    google-protobuf (4.29.1-x86_64-darwin)
+      bigdecimal
+      rake (>= 13)
+    google-protobuf (4.29.1-x86_64-linux)
+      bigdecimal
+      rake (>= 13)
+    http_parser.rb (0.8.0)
+    i18n (1.14.6)
+      concurrent-ruby (~> 1.0)
+    jekyll (4.3.4)
+      addressable (~> 2.4)
+      colorator (~> 1.0)
+      em-websocket (~> 0.5)
+      i18n (~> 1.0)
+      jekyll-sass-converter (>= 2.0, < 4.0)
+      jekyll-watch (~> 2.0)
+      kramdown (~> 2.3, >= 2.3.1)
+      kramdown-parser-gfm (~> 1.0)
+      liquid (~> 4.0)
+      mercenary (>= 0.3.6, < 0.5)
+      pathutil (~> 0.9)
+      rouge (>= 3.0, < 5.0)
+      safe_yaml (~> 1.0)
+      terminal-table (>= 1.8, < 4.0)
+      webrick (~> 1.7)
+    jekyll-sass-converter (3.0.0)
+      sass-embedded (~> 1.54)
+    jekyll-watch (2.2.1)
+      listen (~> 3.0)
+    kramdown (2.5.1)
+      rexml (>= 3.3.9)
+    kramdown-parser-gfm (1.1.0)
+      kramdown (~> 2.0)
+    liquid (4.0.4)
+    listen (3.9.0)
+      rb-fsevent (~> 0.10, >= 0.10.3)
+      rb-inotify (~> 0.9, >= 0.9.10)
+    mercenary (0.4.0)
+    pathutil (0.16.2)
+      forwardable-extended (~> 2.6)
+    public_suffix (6.0.1)
+    rake (13.2.1)
+    rb-fsevent (0.11.2)
+    rb-inotify (0.11.1)
+      ffi (~> 1.0)
+    rexml (3.4.0)
+    rouge (4.5.1)
+    safe_yaml (1.0.5)
+    sass-embedded (1.83.0)
+      google-protobuf (~> 4.28)
+      rake (>= 13)
+    sass-embedded (1.83.0-aarch64-linux-android)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-aarch64-linux-gnu)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-aarch64-linux-musl)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-aarch64-mingw-ucrt)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-arm-linux-androideabi)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-arm-linux-gnueabihf)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-arm-linux-musleabihf)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-arm64-darwin)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-riscv64-linux-android)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-riscv64-linux-gnu)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-riscv64-linux-musl)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-x86-cygwin)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-x86-linux-android)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-x86-linux-gnu)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-x86-linux-musl)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-x86-mingw-ucrt)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-x86_64-cygwin)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-x86_64-darwin)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-x86_64-linux-android)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-x86_64-linux-gnu)
+      google-protobuf (~> 4.28)
+    sass-embedded (1.83.0-x86_64-linux-musl)
+      google-protobuf (~> 4.28)
+    terminal-table (3.0.2)
+      unicode-display_width (>= 1.1.1, < 3)
+    unicode-display_width (2.6.0)
+    webrick (1.9.1)
+
+PLATFORMS
+  aarch64-linux
+  aarch64-linux-android
+  aarch64-linux-gnu
+  aarch64-linux-musl
+  aarch64-mingw-ucrt
+  arm-linux-androideabi
+  arm-linux-gnu
+  arm-linux-gnueabihf
+  arm-linux-musl
+  arm-linux-musleabihf
+  arm64-darwin
+  riscv64-linux-android
+  riscv64-linux-gnu
+  riscv64-linux-musl
+  ruby
+  x86-cygwin
+  x86-linux
+  x86-linux-android
+  x86-linux-gnu
+  x86-linux-musl
+  x86-mingw-ucrt
+  x86_64-cygwin
+  x86_64-darwin
+  x86_64-linux-android
+  x86_64-linux-gnu
+  x86_64-linux-musl
+
+DEPENDENCIES
+  jekyll (~> 4.3.4)
+
+BUNDLED WITH
+   2.6.0
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..47c15ef 100644
--- /dev/null
+++ a/_config.yml
@@ -1,0 +1,1 @@
+title: Badmash Adsdiff --git a/about.markdown b/about.markdown
new file mode 100644
index 0000000..6d8b711 100644
--- /dev/null
+++ a/about.markdown
@@ -1,0 +1,5 @@
+---
+layout: default
+title: About
+permalink: /about/
+---
diff --git a/icon.png b/icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..67d42a0b685210aa13e773861c6aec67f3432476 100644
Binary files /dev/null and a/icon.png differ
diff --git a/index.markdown b/index.markdown
new file mode 100644
index 0000000..8bf1f04 100644
--- /dev/null
+++ a/index.markdown
@@ -1,0 +1,14 @@
+---
+layout: default
+---
+
+A showcase of the absymal state of legally mandated
+advertising disclosures in Indian E-Commerce.
+
+Instead of showing why the disclaimers are bad, here's how
+they would look if you swap the price with the disclaimer itself:
+
+|Company|Showcase|
+-----|--------
+Amazon |![](/images/amazon-02.png)
+Zepto | ![](/images/zepto-02.png)diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..62e82cc 100644
--- /dev/null
+++ a/_layouts/default.html
@@ -1,0 +1,72 @@
+---
+---
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta content="text/html; charset=utf-8" http-equiv="content-type">
+    {% unless page.title %}
+    <title>{{site.title}}</title>
+    {% else %}
+    <title>{{page.title}} | {{site.title}}</title>
+    {% endunless %}
+    <meta content="width=device-width, initial-scale=1" name="viewport">
+    <link rel="stylesheet" href="https://necolas.github.io/normalize.css/latest/normalize.css" type="text/css" />
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sakura.css/css/sakura.css" type="text/css" />
+    <style>
+      img.icon {
+        width: 1.5em;
+        height: 1.5em;
+        display: inline;
+        margin: 0;
+      }
+      a.badge:hover{
+        text-decoration: none;
+        border-bottom: 0px;
+      }
+      .badge img, dt img{
+        margin-bottom: 0;
+      } 
+      .callout {
+        border: 1px dashed dimgrey;
+        padding: 5px;
+        margin-bottom: 5px;
+      }
+    </style>
+  </head>
+  <body>
+    <main>
+      <section>
+        <article>
+          <header>
+            <h1>
+            <img class=icon src="/icon.png">{{site.title}}</h1>
+          </header>
+          <a class=badge href="https://github.com/openjustice-in/">
+          <img alt="GitHub Badge" src="https://img.shields.io/badge/github-organization-green"></a>
+          <a class=badge href="https://groups.io/g/open-justice-in">
+          <img alt="Mailing List Badge" src="https://img.shields.io/badge/Mailing_List-join-blue"></a>
+          <a class=badge href="https://pypi.org/project/ecourts/">
+          <img alt="PyPi Badge for ecourts" src="https://img.shields.io/pypi/v/ecourts"></a>
+          <a class=badge href="https://us04web.zoom.us/j/78661087621?pwd=a6CcrQtZ8wodmC8fwVHoN1DGStyQRW.1">
+          <!-- <img alt="Zoom Link for Community Call" src="https://img.shields.io/badge/Community_Call-attend-green"></a> -->
+
+          <a class=badge href="https://signal.group/#CjQKIEaLkrWjm34HWkq4gCVAWRppAIYvJhszY1Q4u0OkYwl1EhC67Bthvx4F23rmTEzFPhdF">
+          <img alt="Signal Group" src="https://img.shields.io/badge/Signal_Group-join-purple"></a>
+          
+
+          <h2>{{page.title}}</h2>
+          {{content}}
+
+        </article>
+      </section>
+      <hr>
+    </main>
+    <footer>
+      <p>Project by
+        <a href="https://captnemo.in">Nemo</a>.
+        <a href="https://github.com/openjustice-in/openjustice-in.github.io">Website Source</a> on GitHub.
+        <a href="https://oxal.org/projects/sakura/">Sakura</a> theme by Mitesh.
+      </p>
+    </footer>
+  </body>
+</html>diff --git a/images/amazon-02.png b/images/amazon-02.png
new file mode 100644
index 0000000000000000000000000000000000000000..38506401237d7e47eb9b8b4f2963ae551914043d 100644
Binary files /dev/null and a/images/amazon-02.png differ
diff --git a/images/amazon-03.png b/images/amazon-03.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f64d8094fa1c4ca225ab5cfd95f5be92e6c231 100644
Binary files /dev/null and a/images/amazon-03.png differ
diff --git a/images/zepto-02.png b/images/zepto-02.png
new file mode 100644
index 0000000000000000000000000000000000000000..45478832e48d6d70de4d90549124c2f8a1573eb4 100644
Binary files /dev/null and a/images/zepto-02.png differ
diff --git a/images/zepto-ad-banner.png b/images/zepto-ad-banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..d817dd099275af581c159e7ffef03241ecd060f0 100644
Binary files /dev/null and a/images/zepto-ad-banner.png differ
diff --git a/images/zepto-price-banner.png b/images/zepto-price-banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..e5fc4887f0acd07c5498b5315fcabc9f3276cb36 100644
Binary files /dev/null and a/images/zepto-price-banner.png differ
--
rgit 0.1.5