forked from todogroup/repolinter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
todogroup#24 Make a bare bones website with logo from todogroup#23
- Loading branch information
Showing
5 changed files
with
69 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.