-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (59 loc) · 2.89 KB
/
index.html
File metadata and controls
75 lines (59 loc) · 2.89 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
<!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>Eos - Dawn is Coming by eos-org</title>
</head>
<body>
<a id="forkme_banner" href="https://github.com/eos-org">View on GitHub</a>
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>Eos - Dawn is Coming</h1>
<h2>PHP Extensions for PHP7</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">
<h3>
<a id="welcome-to-eos" class="anchor" href="#welcome-to-eos" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to Eos</h3>
<p>The goal of this organization is to provide useful, well documented, well designed extensions for PHP7. It's also designed to be a place to learn about PHP extension writing "the right way" since best practices are generally copy and paste 10 year old code nastiness.</p>
<h3>
<a id="get-involved" class="anchor" href="#get-involved" aria-hidden="true"><span class="octicon octicon-link"></span></a>Get Involved</h3>
<p>Starting the beginning of this year auroraeosrose (and hopefully others) will be running a mentoring program for people wishing to adopt, create, or maintain PHP extensions. If you'd like to get involved send a message to <a href="mailto:auroraeosrose@gmail.com">auroraeosrose@gmail.com</a> with "2016 Extension Mentoring" in the subject.</p>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>Projects by <a href="https://github.com/eos-org">eos-org</a> can be found on <a href="https://github.com/eos-org">GitHub</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>
</body>
</html>