Skip to content

Commit

Permalink
todogroup#24 Make a bare bones website with logo from todogroup#23
Browse files Browse the repository at this point in the history
  • Loading branch information
trevmex committed Jun 20, 2017
1 parent 7dd956f commit c36a1e6
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Repo Linter [![Build Status](https://travis-ci.org/todogroup/repolinter.svg?branch=master)](https://travis-ci.org/todogroup/repolinter)
# ![Repo Linter](docs/images/P_RepoLinter01_logo_only.png) [![Build Status](https://travis-ci.org/todogroup/repolinter.svg?branch=master)](https://travis-ci.org/todogroup/repolinter)

Lint open source repositories for common issues.

## Useage
## Usage

To run against a directory, add it to the command line `bin/repolinter.js /my/code/dir`.

Expand Down
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

Binary file added docs/images/P_RepoLinter01_logo_only.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@

<!DOCTYPE html>
<html>
<head>
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-status-bar-style' content='black'>
<meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=no'>
<meta http-equiv='content-type' content='text/html; charset=utf-8'>
<meta
name='keywords'
content='open source,todo,talk openly,develop openly,high quality,repo linter,repository linter,lint,repo'
>
<meta
name='description'
content='Repo Linter: Lint open source repositories for common issues.'
>

<meta property='og:type' content='website' />
<meta property='og:title' content='Repo Linter: Lint open source repositories for common issues.' />
<meta
property='og:description'
content='Repo Linter: Lint open source repositories for common issues.'
/>

<link href='http://fonts.googleapis.com/css?family=Oswald:300,700,400|Open+Sans:400,700|Merriweather:300,400,700,900' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='styles/style.css' type='text/css'>
<title>Repo Linter: Lint open source repositories for common issues.</title>
</head>
<body>
<header id='header'>
<a href='/'>
<img src='images/P_RepoLinter01_logo_only.png' class='logo' alt='Repo Linter'>
</a>
</header>
<article id='article' class='page-'>
<div class="container">


<h1 id="repo">Repo</h1>
<h1 id="linter">Linter</h1>

<h2 id="lint-open-source-repositories-for-common-issues">Lint open source repositories for common issues.</h2>

<p>Repo Linter allows you to ensure your open source repositories are clean and abiding by common open source standards.</p>


</div><!-- container -->
</article>
<footer id='footer'>
<nav>

<a href='https://github.com/todogroup/repolinter'


>Code</a>

<a href='http://todogroup.org/'


>TODO Group</a>


</nav>
</footer>
</body>
</html>
1 change: 1 addition & 0 deletions docs/styles/style.css

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

0 comments on commit c36a1e6

Please sign in to comment.