diff --git a/content/index.html b/content/index.html index a5601106..dca5a626 100644 --- a/content/index.html +++ b/content/index.html @@ -1,9 +1,23 @@ -

Deepak Jois

+
+ pixel art avatar +
+

Deepak Jois

+

deepak.jois@gmail.com

+
+
-

I am a computer programmer with a highly distractable brain.

+

Computer programmer with a highly distractable brain.

I keep a daily log.

-

You can follow me on X and Instagram, or email me at deepak.jois@gmail.com 🫢🏽.

+

You can follow me on X and Instagram.

-

> Currently, I am digging into AI models, learning Zig and perfecting my pidgin Spanish.

\ No newline at end of file +

> Currently, I am digging into AI models, learning Zig and perfecting my pidgin Spanish.

+ +

Coding

+

Some selected projects:

+ \ No newline at end of file diff --git a/static/avatar.webp b/static/avatar.webp new file mode 100644 index 00000000..7dd90a6a Binary files /dev/null and b/static/avatar.webp differ diff --git a/static/styles.css b/static/styles.css index 5f99cb81..ce8fa24f 100644 --- a/static/styles.css +++ b/static/styles.css @@ -20,6 +20,27 @@ main { padding: 4vw; } +.intro { + display: flex; +} + +img.avatar { + display: block; + width:200px; + height:200px; +} + +.bio { + display: flex; + flex-direction: column; + justify-content: flex-start; + padding-left: 20px; +} + +.bio h3 { + margin-top: 0; +} + h3 { font-size: 2rem; line-height: 1.2;