-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (68 loc) · 3.12 KB
/
index.html
File metadata and controls
68 lines (68 loc) · 3.12 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
<html>
<head>
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/hero_flat.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/hero_flat.stylesheet' />
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/hero.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/hero.stylesheet'/>
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/elixir.elements.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/elixir.elements.stylesheet'/>
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/icons.old.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/icons.old.stylesheet'/>
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/mediaquery.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/mediaquery.stylesheet'/>
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/widthbase.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/widthbase.stylesheet'/>
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/remotefork.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/remotefork.stylesheet'/>
<title>
Project phpJS!
</title>
</head>
<body>
<div hero>
<code><a hero href='/'><span hero>Home</span></a></code>
<code><a hero href='/docs'><span hero>Docs</span></a></code>
<code><a hero href='/about'><span hero>About</span></a></code>
<code><a hero href='/demo'><span hero>Demo</span></a></code>
<hr/>
<code hero>
phpJS is a type of "Template Processor" that will work both as a bridge for Javascript and PHP, It might function the same as NodeJS (since I will integrate asynchronous calls into it). However it is just a Template Processor Framework, which means it instructs Javascript Code to convert your HTML/CSS syntax into a Wireframe using a "Page Load" Algorithm then recalls all the remaining HTML/CSS elements into your App Page..
</code>
<br/>
<br/>
<code hero>
A Framework made for Templates or HTML/CSS Wireframe:
<hr/>
<script>phpJS("#element_id","page_url.html");</script>
</code>
<br/>
<br/>
<code guild>
How it works?
<br/>
page_url (Recall or Page Load, Wireframe from Page URL) => template_processor (Javascript) => app_page (Loaded the Finish Product)
</code>
<br/>
<br/>
<code hero>
Q: Content Delivery Network?
<br/>
A: I will finish it soon..
<br/>
<br/>
Q: Downloads Page?
<br/>
A: After the CDN (Content Delivery Network) is implemented..
</code>
</div>
<div footer>
<code footer>
<a footer>Developed by:</a>
<code margin> | </code>
<a footer-link href="https://www.twitter.com/binarymako">@binarymako</a>
<code margin> | </code>
<a remote="fork"></a>
</code>
</div>
</body>
</html>