Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit d73529a

Browse files
author
Sean Hellum
committed
[docs] Fix table scaling for languages and frameworks
Fixes #495
1 parent f08ff2d commit d73529a

File tree

11 files changed

+24
-14
lines changed

11 files changed

+24
-14
lines changed

src/docs/languages/bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Bash is the default shell for Gitpod. However, if you're developing a Bash scrip
66

77
Here are a few Bash example projects that are already automated with Gitpod:
88

9-
<div class="table-container">
9+
<div class="language-examples">
1010

1111
| Repository | Description | Try It |
1212
|------------|--------------|--------|

src/docs/languages/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gitpod supports C++ right out of the box, but there are still ways to enhance yo
66

77
Here are a few C++ example projects that are already automated with Gitpod:
88

9-
<div class="table-container">
9+
<div class="language-examples">
1010

1111
| Repository | Description | Try it |
1212
|------|----------------|-----------|

src/docs/languages/dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Example Repositories
44

55

6-
<div class="table-container">
6+
<div class="language-examples">
77

88
| Repository | Description | Try it |
99
|------|----------------|-----------|

src/docs/languages/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gitpod supports Go right out of the box, but there are still ways to optimize yo
66

77
Here are a few Go example projects that are already automated with Gitpod:
88

9-
<div class="table-container">
9+
<div class="language-examples">
1010

1111
| Repository | Description | Try It |
1212
| ----------------------------------------------------------------- | ------------------------------|-------------------------------------------------------------------------------------------------: |

src/docs/languages/html.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@
66

77
Here are a few HTML/CSS example projects that are already automated with Gitpod:
88

9-
Repository | Description | Try it
10-
---|---|---
11-
[Front-End-Checklist](https://github.com/thedaviddias/Front-End-Checklist) | The perfect Front-End Checklist for modern websites and meticulous developers | [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/thedaviddias/Front-End-Checklist)
12-
[Devhints](https://github.com/rstacruz/cheatsheets) | TL;DR for developer documentation - a ridiculous collection of cheatsheets | [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rstacruz/cheatsheets)
9+
10+
<div class="language-examples">
11+
12+
|Repository | Description | Try it|
13+
|---|---|---|
14+
|[Front-End-Checklist](https://github.com/thedaviddias/Front-End-Checklist) | The perfect Front-End Checklist for modern websites and meticulous developers | [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/thedaviddias/Front-End-Checklist)|
15+
|[Devhints](https://github.com/rstacruz/cheatsheets) | for developer documentation - a ridiculous collection of cheatsheets | [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rstacruz/cheatsheets)|
16+
17+
</div>
1318

1419
## [emmet](http://emmet.io/) Support
1520

src/docs/languages/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Gitpod supports PHP right out of the box, but more advanced features such as deb
44

55
## Example Repositories
66

7-
<div class="table-container">
7+
<div class="language-examples">
88

99
| Repository | Description | Try it |
1010
|------------|-------------|--------|

src/docs/languages/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gitpod comes with great support for Python built-in. Still, depending on your pr
66

77
Before we get started, here are some examples of already-[gitpodified](https://www.gitpod.io/blog/gitpodify/) repositories!
88

9-
<div class="table-container">
9+
<div class="language-examples">
1010

1111
| Repository | Description | Try it |
1212
-----------|-----------------------------------------------------------|----------------------------------------------------
@@ -100,7 +100,7 @@ We also support other GUI frameworks such as `Kivy` and `PyQt`
100100
<br>
101101
Here are some other examples of Python GUI applications in Gitpod:
102102

103-
<div class="table-container">
103+
<div class="language-examples">
104104

105105
| Name | Framework | Try it |
106106
|------------------|----------------|-----------|

src/docs/languages/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To change the default Ruby version, you can simply run `rvm use 2.5 --default` i
1111

1212
Here are a few Ruby example projects that are already automated with Gitpod:
1313

14-
<div class="table-container">
14+
<div class="language-examples">
1515

1616
Repository | Description | Try it
1717
---------|----------|---------

src/docs/languages/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ which will set the required Rust version and if you commit the file into source
3232

3333
Here are a few Rust example projects that are already automated with Gitpod:
3434

35-
<div class="table-container">
35+
<div class="language-examples">
3636

3737
| Repository | Description | Try it |
3838
|---------|------------|-----|

src/docs/languages/vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To work with Vue.js in Gitpod, you will need to properly configure your reposito
66

77
Here are a few Vue.js example projects that are already automated with Gitpod:
88

9-
<div class="table-container">
9+
<div class="language-examples">
1010

1111
| Repository | Description | Try it |
1212
|------------|-------------|--------|

0 commit comments

Comments
 (0)