Skip to content

Instantly share code, notes, and snippets.

@NdagiStanley
Last active April 19, 2024 04:07

Revisions

  1. NdagiStanley revised this gist Apr 19, 2024. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CircleCI Guest Writers Program</title>
    <title>CircleCI Technical Authors Program</title>

    <!-- CSS only -->
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
    @@ -31,8 +31,8 @@
    </nav>

    <div class="jumbotron">
    <h1 class="display-4">CircleCI Guest Writers Program</h1>
    <p class="lead">A team of freelance writers who write about their favorite technology topics for the CircleCI
    <h1 class="display-4">CircleCI Technical Authors Program</h1>
    <p class="lead">A team of tutorial authors who write about their favorite technology topics for the CircleCI
    blog.</p>
    <a class="btn btn-primary btn-lg" href="https://circle.ci/3ahQxfu" target="_blank" role="button">Learn more</a>
    </div>
  2. NdagiStanley revised this gist Jul 21, 2022. 1 changed file with 11 additions and 11 deletions.
    22 changes: 11 additions & 11 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@

    <body>
    <nav class="navbar navbar-expand-lg navbar-light bg-light">
    <a class="navbar-brand" href="#">Web profile</a>
    <a class="navbar-brand">Web profile</a>
    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
    aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
    <span class="navbar-toggler-icon"></span>
    @@ -38,32 +38,32 @@ <h1 class="display-4">CircleCI Guest Writers Program</h1>
    </div>

    <div class="list-group">
    <a href="https://circleci.com/blog/continuous-deployment-for-next-js-apps/" target="_blank"
    <a href="https://circleci.com/blog/pushing-a-project-to-github/" target="_blank"
    class="list-group-item list-group-item-action">
    <div class="d-flex w-100 justify-content-between">
    <h5 class="mb-1">Continuous deployment for Next.js applications <span class="badge badge-secondary">Most
    <h5 class="mb-1">Pushing a project to GitHub <span class="badge badge-secondary">Most
    recent</span></h5>
    <small>1 day ago</small>
    </div>
    <p class="mb-1">Learn how to automate deployment for Next.js applications.</p>
    <p class="mb-1">Learn how to push a project to GitHub.</p>
    <small>tutorials, engineering</small>
    </a>
    <a href="https://circleci.com/blog/next-testing/" target="_blank"
    <a href="https://circleci.com/blog/setting-up-continuous-integration-with-github/" target="_blank"
    class="list-group-item list-group-item-action">
    <div class="d-flex w-100 justify-content-between">
    <h5 class="mb-1">Continuous testing for Next.js applications</h5>
    <h5 class="mb-1">Setting up continuous integration with CircleCI and GitHub</h5>
    <small class="text-muted">3 days ago</small>
    </div>
    <p class="mb-1">Learn how to automate testing for Next.js applications.</p>
    <p class="mb-1">Learn how to set up a continuous integration (CI) pipeline for a Python application using GitHub and CircleCI.</p>
    <small>tutorials, engineering</small>
    </a>
    <a href="https://circleci.com/blog/continuous-integration-for-svelte/" target="_blank"
    <a href="https://circleci.com/blog/publishing-a-python-package/" target="_blank"
    class="list-group-item list-group-item-action">
    <div class="d-flex w-100 justify-content-between">
    <h5 class="mb-1">Continuous integration for Svelte applications</h5>
    <h5 class="mb-1">Publishing a Python package</h5>
    <small class="text-muted">5 days ago</small>
    </div>
    <p class="mb-1">Learn how to automate testing for Svelte applications.</p>
    <p class="mb-1">Learn how to use CircleCI in a delivery workflow for a Python package.</p>
    <small>tutorials, engineering</small>
    </a>
    </div>
    @@ -81,7 +81,7 @@ <h5 class="mb-1">Continuous integration for Svelte applications</h5>

    <footer>
    <div class="text-center">
    <img src="https://avatars3.githubusercontent.com/u/59034516?s=150&v=4" class="rounded" alt="...">
    <img src="https://avatars3.githubusercontent.com/u/59034516?s=150&v=4" class="rounded" alt="CircleCI GWP logo">
    </div>
    </footer>

  3. NdagiStanley created this gist Oct 23, 2020.
    91 changes: 91 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,91 @@
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CircleCI Guest Writers Program</title>

    <!-- CSS only -->
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
    integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">

    <link rel="icon" type="image/png" href="https://avatars3.githubusercontent.com/u/59034516" />
    </head>

    <body>
    <nav class="navbar navbar-expand-lg navbar-light bg-light">
    <a class="navbar-brand" href="#">Web profile</a>
    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
    aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
    <span class="navbar-toggler-icon"></span>
    </button>

    <div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav mr-auto">
    <li class="nav-item active">
    <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
    </li>
    </ul>
    </div>
    </nav>

    <div class="jumbotron">
    <h1 class="display-4">CircleCI Guest Writers Program</h1>
    <p class="lead">A team of freelance writers who write about their favorite technology topics for the CircleCI
    blog.</p>
    <a class="btn btn-primary btn-lg" href="https://circle.ci/3ahQxfu" target="_blank" role="button">Learn more</a>
    </div>

    <div class="list-group">
    <a href="https://circleci.com/blog/continuous-deployment-for-next-js-apps/" target="_blank"
    class="list-group-item list-group-item-action">
    <div class="d-flex w-100 justify-content-between">
    <h5 class="mb-1">Continuous deployment for Next.js applications <span class="badge badge-secondary">Most
    recent</span></h5>
    <small>1 day ago</small>
    </div>
    <p class="mb-1">Learn how to automate deployment for Next.js applications.</p>
    <small>tutorials, engineering</small>
    </a>
    <a href="https://circleci.com/blog/next-testing/" target="_blank"
    class="list-group-item list-group-item-action">
    <div class="d-flex w-100 justify-content-between">
    <h5 class="mb-1">Continuous testing for Next.js applications</h5>
    <small class="text-muted">3 days ago</small>
    </div>
    <p class="mb-1">Learn how to automate testing for Next.js applications.</p>
    <small>tutorials, engineering</small>
    </a>
    <a href="https://circleci.com/blog/continuous-integration-for-svelte/" target="_blank"
    class="list-group-item list-group-item-action">
    <div class="d-flex w-100 justify-content-between">
    <h5 class="mb-1">Continuous integration for Svelte applications</h5>
    <small class="text-muted">5 days ago</small>
    </div>
    <p class="mb-1">Learn how to automate testing for Svelte applications.</p>
    <small>tutorials, engineering</small>
    </a>
    </div>

    <br class="my-4">

    <div class="text-center">
    <a href="./index.html" download>
    <button type="button" class="btn btn-outline-info">Download this one page web-profile</button>
    </a>
    </div>

    <br class="my-4">


    <footer>
    <div class="text-center">
    <img src="https://avatars3.githubusercontent.com/u/59034516?s=150&v=4" class="rounded" alt="...">
    </div>
    </footer>


    </body>

    </html>