updated , restricted image height style

This commit is contained in:
Dmitriy Shishkov 2021-09-13 22:50:39 +03:00
parent 8d45a20e15
commit 4709313543
No known key found for this signature in database
GPG Key ID: 14358F96FCDD8060
2 changed files with 14 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<h1>About me</h1>
<p>
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".
</p>
<p>
My specialization is frontend web development. All web services and application I deploy on my own. For it
@ -47,6 +47,7 @@
<li><a href="https://styled-components.com">Styled Components</a></li>
</ul>
</li>
<li><a href="https://redux.js.org">Redux</a></li>
<li><a href="https://nextjs.org">Next.js</a></li>
<li><a href="https://graphql.org">Graphql</a>:
<ul>
@ -69,6 +70,11 @@
<li><a href="https://github.com/jakearchibald/idb">IndexedDB</a></li>
<li><a href="https://immerjs.github.io/immer">Immer</a></li>
<li><a href="https://expressjs.com">ExpressJS</a></li>
<li>Web APIs: <ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API">Service Worker</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/Web_Components">Web Components</a></li>
</ul>
</li>
<li>Dev environment: <ul>
<li><a href="https://eslint.org">ESLint</a></li>
<li><a href="https://prettier.io">Prettier</a></li>
@ -76,8 +82,8 @@
<li><a href="https://mochajs.org">Mocha</a></li>
<li><a href="https://webpack.js.org">Webpack</a></li>
<li><a href="https://www.snowpack.dev">Snowpack</a></li>
<li><a href="https://esbuild.github.io">Esbuild</a></li>
<li><a href="https://storybook.js.org">Storybook</a></li>
<li><a href="https://esbuild.github.io">esbuild</a></li>
<li><a href="https://babeljs.io">Babel</a></li>
</ul>
</li>
@ -99,6 +105,11 @@
</ul>
</li>
<li><a href="http://www.lua.org">Lua</a></li>
<li>C#
<ul>
<li><a href="https://dotnet.microsoft.com/">.NET Core</a></li>
</ul>
</li>
</ul>
<p>See <a href="/contacts">contacts</a> to get in touch with me.</p>
<p>You can reach my resume following <a href="https://github.com/dm1sh/dm1sh/blob/main/resume.md">this link</a>

View File

@ -69,6 +69,7 @@ main > * {
main img {
max-width: 100%;
max-height: 100vh;
}
main > ul {