Skip to content

Commit 94185a9

Browse files
authored
Replace master branch with page content via GitHub
1 parent ec24bb5 commit 94185a9

11 files changed

+652
-52
lines changed

images/body-bg.png

2.34 KB
Loading

images/highlight-bg.jpg

30.3 KB
Loading

images/hr.png

130 Bytes
Loading

images/octocat-icon.png

477 Bytes
Loading

images/tar-gz-icon.png

741 Bytes
Loading

images/zip-icon.png

735 Bytes
Loading

index.html

+29-31
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,35 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="utf-8">
4+
<meta charset='utf-8'>
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<title>GrantedByMe by grantedbyme</title>
7-
<link rel="stylesheet" href="stylesheets/styles.css">
8-
<link rel="stylesheet" href="stylesheets/github-dark.css">
9-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
10-
<script src="javascripts/respond.js"></script>
6+
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
7+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
8+
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
9+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
1110
<!--[if lt IE 9]>
12-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13-
<![endif]-->
14-
<!--[if lt IE 8]>
15-
<link rel="stylesheet" href="stylesheets/ie.css">
11+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1612
<![endif]-->
17-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
18-
13+
<title>GrantedByMe by grantedbyme</title>
1914
</head>
20-
<body>
21-
<div id="header">
22-
<nav>
23-
<li class="fork"><a href="https://github.com/grantedbyme">View On GitHub</a></li>
24-
</nav>
25-
</div><!-- end header -->
2615

27-
<div class="wrapper">
16+
<body>
17+
<div id="container">
18+
<div class="inner">
2819

29-
<section>
30-
<div id="title">
20+
<header>
3121
<h1>GrantedByMe</h1>
32-
<p>Organization Page</p>
33-
<hr>
34-
<span class="credits left">Project maintained by <a href="https://github.com/grantedbyme">grantedbyme</a></span>
35-
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
36-
</div>
22+
<h2>Organization Page</h2>
23+
</header>
24+
25+
<section id="downloads" class="clearfix">
26+
<a href="https://github.com/grantedbyme" id="view-on-github" class="button"><span>View on GitHub</span></a>
27+
</section>
3728

38-
<h1>
29+
<hr>
30+
31+
<section id="main_content">
32+
<h1>
3933
<a id="getting-started" class="anchor" href="#getting-started" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Getting started</h1>
4034

4135
<h4>
@@ -71,10 +65,14 @@ <h5>
7165
<p><a href="https://grantedbyme.github.io/grantedbyme-python-sdk">Python</a></p>
7266

7367
<p><a href="https://grantedbyme.github.io/grantedbyme-ruby-sdk">Ruby</a></p>
74-
</section>
68+
</section>
69+
70+
<footer>
71+
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
72+
</footer>
7573

74+
75+
</div>
7676
</div>
77-
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
78-
7977
</body>
8078
</html>

javascripts/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('This would be the main JS file.');

stylesheets/github-dark.css

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
The MIT License (MIT)
33
4-
Copyright (c) 2015 GitHub, Inc.
4+
Copyright (c) 2016 GitHub, Inc.
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal
@@ -27,18 +27,18 @@ SOFTWARE.
2727
color: #969896;
2828
}
2929

30-
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
30+
.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
3131
.pl-s .pl-v /* string variable */ {
3232
color: #0099cd;
3333
}
3434

35-
.pl-e /* entity */,
35+
.pl-e /* entity */,
3636
.pl-en /* entity.name */ {
3737
color: #9774cb;
3838
}
3939

40-
.pl-s .pl-s1 /* string source */,
41-
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
40+
.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
41+
.pl-s .pl-s1 /* string source */ {
4242
color: #ddd;
4343
}
4444

@@ -50,13 +50,13 @@ SOFTWARE.
5050
color: #cc2372;
5151
}
5252

53-
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
54-
.pl-s /* string */,
53+
.pl-s /* string */,
54+
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
5555
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
56-
.pl-sr /* string.regexp */,
57-
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
58-
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
59-
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
56+
.pl-sr /* string.regexp */,
57+
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
58+
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
59+
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
6060
color: #3c66e2;
6161
}
6262

@@ -69,53 +69,53 @@ SOFTWARE.
6969
}
7070

7171
.pl-ii /* invalid.illegal */ {
72-
background-color: #e63525;
7372
color: #f8f8f8;
73+
background-color: #e63525;
7474
}
7575

7676
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
77-
color: #7bcc72;
7877
font-weight: bold;
78+
color: #7bcc72;
7979
}
8080

8181
.pl-ml /* markup.list */ {
8282
color: #c26b2b;
8383
}
8484

85-
.pl-mh /* markup.heading */,
85+
.pl-mh /* markup.heading */,
8686
.pl-mh .pl-en /* markup.heading entity.name */,
87-
.pl-ms /* meta.separator */ {
88-
color: #264ec5;
87+
.pl-ms /* meta.separator */ {
8988
font-weight: bold;
89+
color: #264ec5;
9090
}
9191

9292
.pl-mq /* markup.quote */ {
9393
color: #00acac;
9494
}
9595

9696
.pl-mi /* markup.italic */ {
97-
color: #ddd;
9897
font-style: italic;
98+
color: #ddd;
9999
}
100100

101101
.pl-mb /* markup.bold */ {
102-
color: #ddd;
103102
font-weight: bold;
103+
color: #ddd;
104104
}
105105

106106
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
107-
background-color: #ffecec;
108107
color: #bd2c00;
108+
background-color: #ffecec;
109109
}
110110

111111
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
112-
background-color: #eaffea;
113112
color: #55a532;
113+
background-color: #eaffea;
114114
}
115115

116116
.pl-mdr /* meta.diff.range */ {
117-
color: #9774cb;
118117
font-weight: bold;
118+
color: #9774cb;
119119
}
120120

121121
.pl-mo /* meta.output */ {

0 commit comments

Comments
 (0)