-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace master branch with page content via GitHub
- Loading branch information
1 parent
3d40fe0
commit 99261c8
Showing
6 changed files
with
539 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,2 +1,40 @@ | ||
## ferestrepoca.github.io | ||
Please visit my [personal website](http://dis.unal.edu.co/~ferestrepoca/). | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
<title>Ferestrepoca.GitHub.io by ferestrepoca</title> | ||
|
||
<link rel="stylesheet" href="stylesheets/styles.css"> | ||
<link rel="stylesheet" href="stylesheets/github-dark.css"> | ||
<script src="javascripts/scale.fix.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | ||
|
||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header class="without-description"> | ||
<h1>Ferestrepoca.GitHub.io</h1> | ||
<p></p> | ||
<p class="view"><a href="https://github.com/ferestrepoca">View the Project on GitHub <small>ferestrepoca</small></a></p> | ||
<ul> | ||
<li class="single"><a href="https://github.com/ferestrepoca/ferestrepoca.github.io">View On <strong>GitHub</strong></a></li> | ||
</ul> | ||
</header> | ||
<section> | ||
<h2> | ||
<a id="ferestrepocagithubio" class="anchor" href="#ferestrepocagithubio" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>ferestrepoca.github.io</h2> | ||
|
||
<p>Please visit my <a href="http://dis.unal.edu.co/%7Eferestrepoca/">personal website</a>.</p> | ||
</section> | ||
</div> | ||
<footer> | ||
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p> | ||
</footer> | ||
<!--[if !IE]><script>fixScale(document);</script><![endif]--> | ||
|
||
</body> | ||
</html> |
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,20 @@ | ||
fixScale = function(doc) { | ||
|
||
var addEvent = 'addEventListener', | ||
type = 'gesturestart', | ||
qsa = 'querySelectorAll', | ||
scales = [1, 1], | ||
meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : []; | ||
|
||
function fix() { | ||
meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1]; | ||
doc.removeEventListener(type, fix, true); | ||
} | ||
|
||
if ((meta = meta[meta.length - 1]) && addEvent in doc) { | ||
fix(); | ||
scales = [.25, 1.6]; | ||
doc[addEvent](type, fix, true); | ||
} | ||
|
||
}; |
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,7 @@ | ||
{ | ||
"name": "Ferestrepoca.GitHub.io", | ||
"tagline": "", | ||
"body": "## ferestrepoca.github.io\r\nPlease visit my [personal website](http://dis.unal.edu.co/~ferestrepoca/).\r\n", | ||
"google": "", | ||
"note": "Don't delete this file! It's used internally to help with page regeneration." | ||
} |
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,116 @@ | ||
/* | ||
Copyright 2014 GitHub Inc. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
|
||
.pl-c /* comment */ { | ||
color: #969896; | ||
} | ||
|
||
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */, | ||
.pl-s .pl-v /* string variable */ { | ||
color: #0099cd; | ||
} | ||
|
||
.pl-e /* entity */, | ||
.pl-en /* entity.name */ { | ||
color: #9774cb; | ||
} | ||
|
||
.pl-s .pl-s1 /* string source */, | ||
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ { | ||
color: #ddd; | ||
} | ||
|
||
.pl-ent /* entity.name.tag */ { | ||
color: #7bcc72; | ||
} | ||
|
||
.pl-k /* keyword, storage, storage.type */ { | ||
color: #cc2372; | ||
} | ||
|
||
.pl-pds /* punctuation.definition.string, string.regexp.character-class */, | ||
.pl-s /* string */, | ||
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */, | ||
.pl-sr /* string.regexp */, | ||
.pl-sr .pl-cce /* string.regexp constant.character.escape */, | ||
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */, | ||
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ { | ||
color: #3c66e2; | ||
} | ||
|
||
.pl-v /* variable */ { | ||
color: #fb8764; | ||
} | ||
|
||
.pl-id /* invalid.deprecated */ { | ||
color: #e63525; | ||
} | ||
|
||
.pl-ii /* invalid.illegal */ { | ||
background-color: #e63525; | ||
color: #f8f8f8; | ||
} | ||
|
||
.pl-sr .pl-cce /* string.regexp constant.character.escape */ { | ||
color: #7bcc72; | ||
font-weight: bold; | ||
} | ||
|
||
.pl-ml /* markup.list */ { | ||
color: #c26b2b; | ||
} | ||
|
||
.pl-mh /* markup.heading */, | ||
.pl-mh .pl-en /* markup.heading entity.name */, | ||
.pl-ms /* meta.separator */ { | ||
color: #264ec5; | ||
font-weight: bold; | ||
} | ||
|
||
.pl-mq /* markup.quote */ { | ||
color: #00acac; | ||
} | ||
|
||
.pl-mi /* markup.italic */ { | ||
color: #ddd; | ||
font-style: italic; | ||
} | ||
|
||
.pl-mb /* markup.bold */ { | ||
color: #ddd; | ||
font-weight: bold; | ||
} | ||
|
||
.pl-md /* markup.deleted, meta.diff.header.from-file */ { | ||
background-color: #ffecec; | ||
color: #bd2c00; | ||
} | ||
|
||
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ { | ||
background-color: #eaffea; | ||
color: #55a532; | ||
} | ||
|
||
.pl-mdr /* meta.diff.range */ { | ||
color: #9774cb; | ||
font-weight: bold; | ||
} | ||
|
||
.pl-mo /* meta.output */ { | ||
color: #264ec5; | ||
} | ||
|
Oops, something went wrong.