From 0f98a41027da03985f1720e5e5262fb7d94d135d Mon Sep 17 00:00:00 2001 From: Ashif Khan Date: Thu, 7 Oct 2021 01:04:08 +0530 Subject: [PATCH] added about me --- about-me.html | 64 ++++++++++++++++++++++++++++++++++++++++ blogs.html | 3 ++ index.html | 3 ++ projects.html | 3 ++ style.css | 1 + undraw_Hello_re_3evm.svg | 1 + 6 files changed, 75 insertions(+) create mode 100644 about-me.html create mode 100644 undraw_Hello_re_3evm.svg diff --git a/about-me.html b/about-me.html new file mode 100644 index 0000000..3320b1b --- /dev/null +++ b/about-me.html @@ -0,0 +1,64 @@ + + + + + + + blogs|dE-codEr| + + + +

+ +

+
+

+ About + MySelf: + +

+ +
+ + + \ No newline at end of file diff --git a/blogs.html b/blogs.html index 863e916..d9dcea2 100644 --- a/blogs.html +++ b/blogs.html @@ -23,6 +23,9 @@

  • Blogs
  • +
  • + About Me +
  • diff --git a/index.html b/index.html index 6c4b17b..86e3f92 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,9 @@

  • Blogs
  • +
  • + About Me +
  • diff --git a/projects.html b/projects.html index a6cc056..bfb66cd 100644 --- a/projects.html +++ b/projects.html @@ -23,6 +23,9 @@

  • Blogs
  • +
  • + About Me +
  • diff --git a/style.css b/style.css index dcedf17..b916468 100644 --- a/style.css +++ b/style.css @@ -69,6 +69,7 @@ hr{ .list-item-inline{ display: inline; padding: 0 rem 0.5 rem; + font-size: 1.2rem; } .navigation{ background-color: var(--primary-color); diff --git a/undraw_Hello_re_3evm.svg b/undraw_Hello_re_3evm.svg new file mode 100644 index 0000000..9c2271e --- /dev/null +++ b/undraw_Hello_re_3evm.svg @@ -0,0 +1 @@ + \ No newline at end of file