Skip to content

Commit dd753a8

Browse files
author
Andras Csizmadia
committed
Replace master branch with page content via GitHub
1 parent 30cddef commit dd753a8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3438
-0
lines changed

fonts/OpenSans-Bold-webfont.eot

20.7 KB
Binary file not shown.

fonts/OpenSans-Bold-webfont.svg

+146
Loading

fonts/OpenSans-Bold-webfont.ttf

20.5 KB
Binary file not shown.

fonts/OpenSans-Bold-webfont.woff

13.7 KB
Binary file not shown.

fonts/OpenSans-BoldItalic-webfont.eot

23 KB
Binary file not shown.

fonts/OpenSans-BoldItalic-webfont.svg

+146
Loading

fonts/OpenSans-BoldItalic-webfont.ttf

22.8 KB
Binary file not shown.
15.2 KB
Binary file not shown.

fonts/OpenSans-Italic-webfont.eot

23.3 KB
Binary file not shown.

fonts/OpenSans-Italic-webfont.svg

+146
Loading

fonts/OpenSans-Italic-webfont.ttf

23.1 KB
Binary file not shown.

fonts/OpenSans-Italic-webfont.woff

15.5 KB
Binary file not shown.

fonts/OpenSans-Light-webfont.eot

20.4 KB
Binary file not shown.

fonts/OpenSans-Light-webfont.svg

+146
Loading

fonts/OpenSans-Light-webfont.ttf

20.2 KB
Binary file not shown.

fonts/OpenSans-Light-webfont.woff

13.6 KB
Binary file not shown.
23.5 KB
Binary file not shown.

fonts/OpenSans-LightItalic-webfont.svg

+146
Loading
23.3 KB
Binary file not shown.
15.6 KB
Binary file not shown.

fonts/OpenSans-Regular-webfont.eot

20.4 KB
Binary file not shown.

fonts/OpenSans-Regular-webfont.svg

+146
Loading

fonts/OpenSans-Regular-webfont.ttf

20.2 KB
Binary file not shown.

fonts/OpenSans-Regular-webfont.woff

13.7 KB
Binary file not shown.

fonts/OpenSans-Semibold-webfont.eot

20.6 KB
Binary file not shown.

fonts/OpenSans-Semibold-webfont.svg

+146
Loading

fonts/OpenSans-Semibold-webfont.ttf

20.4 KB
Binary file not shown.

fonts/OpenSans-Semibold-webfont.woff

13.7 KB
Binary file not shown.
23.3 KB
Binary file not shown.

fonts/OpenSans-SemiboldItalic-webfont.svg

+146
Loading
23.1 KB
Binary file not shown.
15.4 KB
Binary file not shown.

images/bullet.png

139 Bytes
Loading

images/hr.gif

1.09 KB
Loading

images/nav-bg.gif

1.21 KB
Loading

index.html

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<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>
11+
<!--[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">
16+
<![endif]-->
17+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
18+
19+
</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 -->
26+
27+
<div class="wrapper">
28+
29+
<section>
30+
<div id="title">
31+
<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>
37+
38+
<h1>
39+
<a id="grantedbymegithubio" class="anchor" href="#grantedbymegithubio" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>grantedbyme.github.io</h1>
40+
41+
<p>Organization Page</p>
42+
</section>
43+
44+
</div>
45+
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
46+
47+
</body>
48+
</html>

0 commit comments

Comments
 (0)