updated , restricted image height style
This commit is contained in:
parent
8d45a20e15
commit
4709313543
@ -20,7 +20,7 @@
|
|||||||
<h1>About me</h1>
|
<h1>About me</h1>
|
||||||
<p>
|
<p>
|
||||||
Hello, I'm Shishkov Dmitriy. I'm 17 years old computer programmer. I'm also do photography as a hobby. As
|
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>
|
||||||
<p>
|
<p>
|
||||||
My specialization is frontend web development. All web services and application I deploy on my own. For it
|
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>
|
<li><a href="https://styled-components.com">Styled Components</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</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://nextjs.org">Next.js</a></li>
|
||||||
<li><a href="https://graphql.org">Graphql</a>:
|
<li><a href="https://graphql.org">Graphql</a>:
|
||||||
<ul>
|
<ul>
|
||||||
@ -69,6 +70,11 @@
|
|||||||
<li><a href="https://github.com/jakearchibald/idb">IndexedDB</a></li>
|
<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://immerjs.github.io/immer">Immer</a></li>
|
||||||
<li><a href="https://expressjs.com">ExpressJS</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>Dev environment: <ul>
|
||||||
<li><a href="https://eslint.org">ESLint</a></li>
|
<li><a href="https://eslint.org">ESLint</a></li>
|
||||||
<li><a href="https://prettier.io">Prettier</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://mochajs.org">Mocha</a></li>
|
||||||
<li><a href="https://webpack.js.org">Webpack</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://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://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>
|
<li><a href="https://babeljs.io">Babel</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
@ -99,6 +105,11 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="http://www.lua.org">Lua</a></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>
|
</ul>
|
||||||
<p>See <a href="/contacts">contacts</a> to get in touch with me.</p>
|
<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>
|
<p>You can reach my resume following <a href="https://github.com/dm1sh/dm1sh/blob/main/resume.md">this link</a>
|
||||||
|
@ -69,6 +69,7 @@ main > * {
|
|||||||
|
|
||||||
main img {
|
main img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
max-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
main > ul {
|
main > ul {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user