|
10 | 10 | <meta name="description" content="Event-driven, non-blocking I/O with PHP.">
|
11 | 11 |
|
12 | 12 | <script>window.__assets = 'assets/';</script>
|
13 |
| - <script async src="assets/main.js"></script> |
| 13 | + <script src="assets/main.js"></script> |
14 | 14 | </head>
|
15 | 15 |
|
16 | 16 | <body>
|
17 |
| - <header class="hero hero--pattern"> |
| 17 | + <header class="hero hero--alt"> |
18 | 18 | <div class="wrapper">
|
19 | 19 | <svg class="logo" xmlns="http://www.w3.org/2000/svg" width="213.779" height="199.603" viewBox="64.144 0 213.779 199.603">
|
20 | 20 | <path fill="#333" d="M112.1 142V0h62.8c6.53 0 12.564 1.37 18.1 4.1 5.53 2.734 10.3 6.335 14.3 10.8 4 4.47 7.134 9.536 9.4 15.2 2.267 5.67 3.4 11.37 3.4 17.1 0 9.2-2.302 17.57-6.9 25.1-4.6 7.534-10.834 12.97-18.7 16.3l32.4 53.4h-31l-29-47.6h-27.2V142h-27.6zm27.6-71.8h34.6c2.53 0 4.9-.6 7.1-1.8 2.2-1.2 4.102-2.83 5.7-4.9 1.6-2.064 2.865-4.5 3.8-7.3.934-2.8 1.4-5.8 1.4-9 0-3.332-.534-6.4-1.6-9.2-1.07-2.8-2.5-5.23-4.302-7.3-1.8-2.066-3.87-3.666-6.2-4.8-2.333-1.13-4.698-1.7-7.1-1.7H139.7v46z"/>
|
|
32 | 32 | <h1>
|
33 | 33 | <a id="event-driven-non-blocking-io-with-php" class="anchor" href="#event-driven-non-blocking-io-with-php" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Event-driven, non-blocking I/O with PHP</h1>
|
34 | 34 |
|
35 |
| -<p>React is a low-level library for event-driven programming in |
| 35 | +<p>ReactPHP is a low-level library for event-driven programming in |
36 | 36 | <a href="http://php.net">PHP</a>. At its core is an event loop, on
|
37 | 37 | top of which it provides low-level utilities, such as: Streams
|
38 | 38 | abstraction, async dns resolver, network client/server, http
|
@@ -190,7 +190,9 @@ <h2>Example</h2>
|
190 | 190 | </div>
|
191 | 191 | </div>
|
192 | 192 |
|
193 |
| - <div class="hero hero--pattern"> |
| 193 | + <hr> |
| 194 | + |
| 195 | + <div class="hero"> |
194 | 196 | <div class="wrapper wrapper--wider">
|
195 | 197 | <h2>Articles</h2>
|
196 | 198 |
|
@@ -220,6 +222,8 @@ <h3>Marc J. Schmidt</h3>
|
220 | 222 | </div>
|
221 | 223 | </div>
|
222 | 224 |
|
| 225 | + <hr> |
| 226 | + |
223 | 227 | <div class="hero">
|
224 | 228 | <div class="wrapper wrapper--wider">
|
225 | 229 | <h2>Talks</h2>
|
@@ -254,7 +258,7 @@ <h2>Talks</h2>
|
254 | 258 | <div class="wrapper">
|
255 | 259 | <a href="https://github.com/reactphp"><i class="icon-github" aria-hidden="true"></i> GitHub</a>
|
256 | 260 | <a href="https://twitter.com/reactphp"><i class="icon-twitter" aria-hidden="true"></i> Twitter</a>
|
257 |
| - <a href="irc://irc.freenode.net/reactphp"><i class="icon-irc" aria-hidden="true"></i> IRC</a> |
| 261 | + <a href="irc://irc.freenode.net/reactphp"><i class="icon-hash" aria-hidden="true"></i> IRC</a> |
258 | 262 | </div>
|
259 | 263 | </footer>
|
260 | 264 | </body>
|
|
0 commit comments