From 470931354373a6a88a7aec9cc4cab05c20e70f26 Mon Sep 17 00:00:00 2001 From: dm1sh Date: Mon, 13 Sep 2021 22:50:39 +0300 Subject: [PATCH] updated , restricted image height style --- static/about/index.html | 15 +++++++++++++-- static/style.css | 1 + 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/static/about/index.html b/static/about/index.html index 885f966..4b59769 100644 --- a/static/about/index.html +++ b/static/about/index.html @@ -20,7 +20,7 @@

About me

Hello, I'm Shishkov Dmitriy. I'm 17 years old computer programmer. I'm also do photography as a hobby. As - for spring 2021, I'm studying in "Ugra physico-mathematical boarding school" in Khanty-Mansiysk. + for autumn 2021, I'm studying in "Saint Petersburg Electrotechnical University "LETI".

My specialization is frontend web development. All web services and application I deploy on my own. For it @@ -47,6 +47,7 @@

  • Styled Components
  • +
  • Redux
  • Next.js
  • Graphql:
  • Lua
  • +
  • C# + +
  • See contacts to get in touch with me.

    You can reach my resume following this link diff --git a/static/style.css b/static/style.css index 96a6853..add9a15 100644 --- a/static/style.css +++ b/static/style.css @@ -69,6 +69,7 @@ main > * { main img { max-width: 100%; + max-height: 100vh; } main > ul {