Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Commit

Permalink
🖌️ Basic content styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco committed Jul 26, 2017
1 parent 4ff5ba5 commit 320601c
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 49 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Your awesome title
description: A catchy tagline
title: Teacherbot
description: Teaching people with the power of bots

twitter:
username: github
Expand Down
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: default
---

<div class="container-lg py-4 clearfix">
<nav class="text-bold d-block float-right">
<a class="text-inherit px-2 d-inline-block" href="/docs/">Build</a>
<a class="text-inherit px-2 d-inline-block" href="https://github.com/probot/probot">Contribute</a>
</nav>
</div>

<div class="border-bottom">
<header class="container-lg px-3 py-6">
<div class="pb-0 pt-md-4 py-lg-6">
<div class="d-flex flex-items-center flex-justify-center gutter-spacious">
<div class="col-3 offset-1 text-right">
<img class="width-fit" src="/assets/logo.png" />
</div>
<div class="flex-column col-8">
<h1 class="alt-h3 text-uppercase lh-condensed text-blue">Teacherbot</h1>
<h2 class="alt-h2 lh-condensed">
{{ site.description }}
</h2>
</div>
</div>
</div>
</header>
</div>
46 changes: 0 additions & 46 deletions index.md

This file was deleted.

285 changes: 285 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"private": true,
"dependencies": {
"octicons": "^5.0.1",
"primer-css": "^6.0.0"
"primer-css": "^9.1.1"
}
}

0 comments on commit 320601c

Please sign in to comment.