-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (92 loc) · 3.7 KB
/
index.html
File metadata and controls
111 lines (92 loc) · 3.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640">
<link rel="stylesheet" href="stylesheets/core.css" media="screen">
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main_content').headsmart()
})
</script>
<title>Ephellon on GitHub</title>
</head>
<body>
<a id="forkme_banner" href="https://github.com/Ephellon">View on GitHub</a>
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>Ephellon.GitHub.io</h1>
<h2>Ephellon Dantzler</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>
<div id="no-downloads">
<span class="inner">
</span>
</div>
<span class="banner-fix"></span>
<section id="main_content">
<h1>
<a id="welcome-to-ephellongithubio" class="anchor" href="#welcome-to-ephellongithubio" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to Ephellon.GitHub.io!</h1>
<h2>
<a id="projects" class="anchor" href="#projects" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Projects</h2>
<ul>
<li>
<em><a href="web.to.plex/">Web to Plex</a></em> - <strong>Learn more about Web to Plex</strong>
</li>
<li>
<em><a href="Paramour/">Paramour</a></em> - <strong>Learn more about Paramour</strong>
</li>
<li>
<em><a href="Mio/">Mi/o</a></em> - <strong>Learn more about the Mi/o compression algorithm</strong>
</li>
<li>
<em><a href="Designer/">Designer</a></em> - <strong>Some graphic design projects (usually case studies)</strong>
</li>
<!-- <li><em><a href="TuxedoScript/">TuxedoScript</a> - <strong>Learn more about TuxedoScript</strong></em></li> -->
</ul>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>Projects by <a href="https://github.com/Ephellon">Ephellon</a> can also be found on <a href="https://codepen.io/Ephellon">CodePen</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
<p>Generated with <a href="https://pages.github.com">GitHub Pages</a> using Merlot</p>
<span class="octocat"></span>
</footer>
</div>
<script type="text/javascript">
if(location.search) {
var parameters = {};
location.search.slice(1).split('&').map(function(parameter) {
parameter = parameter.split('=');
var name = parameter[0];
var value = parameter[1] || null;
if(parameters[name]) {
if(parameters[name] instanceof Array)
parameters[name].push(value);
else
parameters[name] = [parameters[name], value];
} else {
parameters[name] = value;
}
});
if(parameters.code && parameters.scope && parameters.state)
open('/TTVAuth' + location.search, '_self');
}
</script>
</body>
</html>