Repeat home page pattern on top-level pages

Each page under Use GitLab is currently a bulleted list (for the most part), but a table would be nicer, and would match the pattern of the top-level pages.

We can start by putting the titles in a table. Let's not worry about the descriptions for now. (Maybe that can be a follow-up issue?)

Here is an example of the markdown:

| | | |
|--|--|--|
| [**Manage your organization**](../topics/set_up_organization.md) **{chevron-right}**<br><br>Description.| | |

Pages to update

Fiona:

  • Manage your organization
  • Organize work with projects
  • Plan and track work
  • Learn Git
  • Manage your code

Suzanne:

  • Use CI/CD to build your application
  • Secure your application
  • Deploy and release your application
  • Manage your infrastructure
  • Monitor your application

Follow-up

Remove the carats and fix the spacing so it's closer to this layout. Keep it three columns.

image

Fiona:

  • Manage your organization
  • Organize work with projects
  • Plan and track work
  • Learn Git
  • Manage your code
  • Tutorials
  • Subscribe
  • Install

Suzanne:

  • Use CI/CD to build your application
  • Secure your application
  • Deploy and release your application
  • Manage your infrastructure
  • Monitor your application
  • Administer
  • Use GitLab
  • Extend
Edited by Suzanne Selhorn