Skip to content

Commit

Permalink
fix: design
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsharma committed May 27, 2024
1 parent 7621ed4 commit e74c4f6
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 77 deletions.
120 changes: 55 additions & 65 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,75 +1,65 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>inversepolarity</title>

<link rel="stylesheet" href="reset.css" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="ip.css" />
<!-- <script src="https://unpkg.com/[email protected]/css-doodle.min.js"></script> -->
</head>
<body>
<div class="flex justify-center">
<div class="flex-col w-96">
<div class="mast h-10 leading-none text-white border">
<div class="flex gap-2">
<img src="ip.png" alt="inversepolarity" width="30px" />
<div class="flex-col">
<p class="text-md">inversepolarity</p>
<p class="text-xs tagline">nobody's computer</p>
</div>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>inversepolarity</title>

<link rel="stylesheet" href="reset.css" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="ip.css" />
<!-- <script src="https://unpkg.com/[email protected]/css-doodle.min.js"></script> -->
</head>

<body>
<div class="flex justify-center">
<div class="flex-col w-96">
<div class="mast h-10 leading-none text-white border sticky top-0 shadow-md">
<div class="flex gap-2">
<img src="ip.png" alt="inversepolarity" width="30px" />
<div class="flex-col">
<p class="text-md">inversepolarity</p>
<p class="text-xs tagline">nobody's computer</p>
</div>
</div>
</div>

<div class="flex-col">
<div class="flex-col justify-between">
<div class="mt-8 flex gap-8">
<p class="text-md item-title">tfhe-apple-prebuilt</p>
<p class="text-xs item-text">
<a href="https://tfhe.github.io/tfhe/">tfhe</a> binary prebuilt
for macOS/clang 15.0
</p>
<a
href="https://github.com/inversepolarity/tfhe-appleclang-prebuilt"
>github</a
>
</div>
<div class="mt-8 flex gap-8">
<p class="text-md item-title">zentube/zyt</p>
<p class="text-xs item-text">
cross-browser extension for censuring youtube "features". blocks
emojis, comments, upsell elements, and other annoyances.
</p>
<a href="https://github.com/inversepolarity/ZYT">github</a>
</div>
<div class="mt-8 flex gap-8">
<p class="text-md item-title">babel-prop-name-value-shorthand</p>
<p class="text-xs item-text">
babel plugin for convenient passing of props that have identical
names as their variables.
</p>
<a
href="https://github.com/inversepolarity/babel-prop-name-value-shorthand"
>github</a
>
</div>
<div class="mt-8 flex gap-8">
<p class="text-md item-title">video-asks-questions</p>
<p class="text-xs item-text">
Given an MP4 video, and a set of questions with options that are
initialised before the script make-interactive.js is called, the
video turns interactive with current playback time depending on
the user input.
</p>
<a href="https://github.com/inversepolarity/video-questions"
>github</a
>
</div>
<div class="flex-col underline-offset-2">
<div class="flex-col justify-between h-[100vh]">
<div class="mt-8 flex-col gap-8 shadow-md p-4">
<p class="text-md item-title mb-2">video-asks-questions</p>
<p class="text-xs item-text">
Given an MP4 video, and a set of questions with options that are
initialised before the script make-interactive.js is called, the
video turns interactive with current playback time depending on
the user input.
</p><br />
<a href="https://github.com/inversepolarity/video-questions">github</a>
</div>
<div class="mt-8 flex-col gap-8 shadow-md p-4">
<p class="text-md item-title mb-2">babel-prop-name-value-shorthand</p>
<p class="text-xs item-text">
babel plugin for convenient passing of props that have identical
names as their variables.
</p><br />
<a href="https://www.npmjs.com/package/babel-prop-name-value-shorthand">npm</a>
</div>
<div class="mt-8 flex-col gap-8 shadow-md p-4">
<p class="text-md item-title mb-2">tfhe-apple-prebuilt</p>
<p class="text-xs item-text">
<a href="https://tfhe.github.io/tfhe/">tfhe</a> binary prebuilt
for macOS/clang 15.0
</p><br />
<a href="https://github.com/inversepolarity/tfhe-appleclang-prebuilt">github</a>
</div>
</div>
</div>
</div>
</body>
</html>
</div>
<footer class="sticky bottom-0 text-white p-4 flex justify-center">
Copyright &copy; 2024&nbsp; <a href="https://evenzero.in/">evenzero</a>
</footer>
</body>

</html>
25 changes: 13 additions & 12 deletions ip.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,28 @@

html body {
font-family: "bm", sans-serif;
padding:10px;
background-color: rgb(68, 68, 68);
padding: 10px;
background-color: rgb(34, 34, 34);
}

.mast{
background-color: rgb(68, 68, 68);
border-bottom:1px solid salmon;
.mast {
background-color: rgb(34, 34, 34);
}

.tagline{
.tagline {
color: rgb(100, 100, 100);
}

a{
color:rgb(255, 145, 0)!important;
a {
color: rgb(255, 145, 0) !important;
background: conic-gradient(from 90deg at 50% 0%, #111, 50%, #222, #111);
}

.item-title{
color:fuchsia;
.item-title {
color: fuchsia;
border-bottom: 1px solid rgb(70, 70, 70);
}

.item-text{
color:white;
.item-text {
color: white;
}

0 comments on commit e74c4f6

Please sign in to comment.