-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90f5e75
commit 3927db4
Showing
4 changed files
with
71 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
<div> | ||
<h1>Coming Soon</h1> | ||
</div> | ||
<p>Deepak Jois</p> | ||
|
||
<p>I am computer programmer with a highly distractable brain.</p> | ||
|
||
<p>I keep a <a href="/daily">daily log</a>.</p> | ||
|
||
<p>You can follow me on <a href="https://twitter.com/debugjois">X</a> and <a href="https://instagram.com/debugjois">Instagram</a>, or email me at <a href="mailto:[email protected]">[email protected]</a> 🫶🏽.</p> | ||
|
||
<p>> <em>Currently, I am digging into AI models and perfecting my pidgin Spanish.</em></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
html { | ||
font-size: 15px; | ||
text-size-adjust: none; | ||
} | ||
|
||
body { | ||
background-color: hsl(150, 5%, 10%);; | ||
color: hsl(150, 10%, 80%); | ||
font-family: "IBM Plex Mono", Courier, monospace; | ||
font-size: 1rem; | ||
font-weight: 400; | ||
line-height: 1.6; | ||
margin: 0; | ||
padding: 0; | ||
text-wrap: pretty; | ||
} | ||
|
||
main { | ||
margin-inline: auto; | ||
max-width: 70ch; | ||
padding: 4vw; | ||
} | ||
|
||
h3 { | ||
font-size: 2rem; | ||
line-height: 1.2; | ||
} | ||
|
||
p { | ||
margin: 1.5rem auto; | ||
} | ||
|
||
h3 + p { | ||
margin-top: -1.2rem; | ||
} | ||
|
||
hr { | ||
border: 1px dashed; | ||
margin-block: 3em; | ||
} | ||
|
||
a { | ||
/* color: hsl(0, 100%, 100%); */ | ||
color: #e1adc2; | ||
text-decoration-thickness: 1px; | ||
text-underline-offset: 2px; | ||
} | ||
|
||
code, .hashtag { | ||
background-color: #272822; | ||
border-radius: 0.25em; | ||
color: #f8f8f2; | ||
padding: 0.05em 0.25em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters