diff --git a/README.md b/README.md index 5fcb63c..0093fd2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Source for [https://runmycode.online](https://runmycode.online) website -[![RunMyCode Online Introduction](https://img.youtube.com/vi/iwz8n3v7QVY/maxresdefault.jpg)](https://www.youtube.com/watch?v=iwz8n3v7QVY "RunMyCode Online Introduction") +[![RunMyCode Online Introduction](https://github.com/shatgupt/runmycode-ext/raw/master/screenshot.png?raw=true)](https://www.youtube.com/watch?v=iwz8n3v7QVY "RunMyCode Online Introduction") ## Browsers Supported Latest versions of Chrome, Firefox, Opera. diff --git a/css/style.css b/css/style.css index 05c0f68..c5ef212 100644 --- a/css/style.css +++ b/css/style.css @@ -100,6 +100,43 @@ footer { flex: none!important; } +.screens { + max-width: 800px; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: flex-start; + align-content: stretch; + padding: 0; +} + +.screens a { + display: block; + float: left; + flex: 0 0 auto; + margin-bottom: 15px; +} + +.screens img { + max-width: 98%; + height: auto; + width: auto; +} + +@media screen and (min-width: 800px) { + .screens a { + width: calc(100%/3); + height: calc(100%/3); + } +} + +@media screen and (max-width: 800px) { + .screens a { + width: 100%; + height: 100%; + } +} + .menu { width: 100%; } diff --git a/index.html b/index.html index 1449ecc..f843b2c 100644 --- a/index.html +++ b/index.html @@ -33,10 +33,13 @@

RunMyCode

-

RunMyCode Online is an open source service to run code online from browsers

+

RunMyCode Online is an open source service to run code from browsers

+ -

Get a key by authenticating below. Why?

+

Supported code can be run in CodeSheet or directly from supported sites using browser extensions:
Chrome, Firefox

+ +

Get started by authenticating below. Why?

Go to Dashboard -

Supported code can be run in CodeSheet or directly from supported sites using browser extensions:
Chrome, Firefox

+

Screenshots

+
+ + + +