diff --git a/public/css/custom.css b/public/css/custom.css index 546ae9d..1d96225 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1 +1 @@ -/* You can customize theme styles here */ \ No newline at end of file +/* You can customize theme styles here */ diff --git a/public/index.html b/public/index.html index 41fb05a..35b23f8 100644 --- a/public/index.html +++ b/public/index.html @@ -210,6 +210,15 @@ transform: scaleY(1); } } + + .char { + transform: translateY(115px); + transition: transform .5s; + } + + h1 { + clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); + } @@ -222,7 +231,6 @@ - @@ -299,13 +307,12 @@
-

- Hello, I’m Basit. -
- Software Developer +

+ Hello, I’m Basit Ali.

+

+ Software Developer +

I work at Railtown, a software development company in Canada. Right now I’m working on providing video conferencing and other VoIP solutions using WebRTC, Golang and other cool technologies.

@@ -655,6 +662,19 @@ }) + + + + +