just stick with the one orange design

0eb88cf4e86cb89dcf05b564c03be741ab71ebda

Tucker McKnight <tmcknight@instructure.com> | Mon Oct 27 2025

just stick with the one orange design
index.html:5
Before
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>UI Experiment</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
    <link rel="stylesheet" href="main.css">
  </head>
  <body>
    <div class="container">
      <div class="bg-body-secondary py-4 px-5 shadow">
        <div class="row">
          <div class="col-12">
            <span>&larr; <a href="#" class="text-black">All repositories</a></span>
          </div>
        </div>
        <div class="row">
          <div class="col-12 col-md-6">
            <h1 class="display-4"><em>eleventy-plugin-repoviewer</em></h1>
            <p>An 11ty static site generator plugin for displaying a git repository. The description field of your repository is shown here. Lorem ipsum dolor sit amet.</p>
          </div>
After
4
5
6
7
8
9
10
11
12
13
14




15
16
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>UI Experiment</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
    <link rel="stylesheet" href="main3.css">
  </head>
  <body>
    <div class="container">
      <div class="bg-body-secondary py-4 px-5 shadow">
        <div class="row">
          <div class="col-12 col-md-6">
            <span>&larr; <a href="#" class="text-black">All repositories</a></span>
⁣
⁣
⁣
⁣
            <h1 class="display-4"><em>eleventy-plugin-repoviewer</em></h1>
            <p>An 11ty static site generator plugin for displaying a git repository. The description field of your repository is shown here. Lorem ipsum dolor sit amet.</p>
          </div>
index.html:37
Before
After
index3.html:1
Before
After