This repository has been archived by the owner on Oct 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
149 lines (124 loc) · 5.64 KB
/
index.html
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<meta charset="utf-8">
<title>WP.NET | WordPress on .NET</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="iolevel" content="WP.NET">
<meta name="iolevel" content="WP.NET">
<!-- Bootstrap CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- Theme style -->
<link href="css/theme-style.css" rel="stylesheet">
<!--Background & color variations -->
<link href="css/theme-schemes.css" rel="stylesheet">
<!-- Custom CSS overrides -->
<link href="css/custom-style.css" rel="stylesheet">
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="img/icons/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/icons/114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/icons/72x72.png">
<link rel="apple-touch-icon-precomposed" href="img/icons/default.png">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,100' rel='stylesheet' type='text/css'>
</head>
<body class="iphone-portrait" data-demo-colour="blue">
<div id="pagewrapper">
<div id="header" class="lights">
<div class="container">
<div class="row-fluid">
<div class="span5">
<div class="product-display">
<img src="img/products/wplogo.png" class="product" alt="WordPress Logo">
</div>
</div>
<div class="span7 header">
<!--Header & Branding region-->
<div class="page-title-slogan">
<h1 class="page-title">WP.NET</h1>
<h3 class="page-slogan">The most popular CMS now runs on .NET/.NET Core</h3>
</div>
<h3><strong>We will be up and running soon!</strong></h3>
<p>In the meantime, check out <a href="https://www.peachpie.io">Peachpie Compiler</a></p>
</div>
</div><!--.row-fluid-->
</div><!--.container-->
</div>
<!-- Content area -->
<div id="content">
<div class="container">
<div class="row-fluid row-fluid-70 signup-form">
<form class="form-bloat form-stretch" action="https://iolevel.us12.list-manage.com/subscribe/post?u=c58210eb7aaf3021145f201d1&id=a0f4ed3404" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="input-append">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Be the first to know!" required>
<button class="btn" type="submit">Notify Me!</button>
</div>
</form>
<p class="muted">Enter your email address to get notified when we're up.</p>
</div>
<!-- Product features/selling points-->
<div class="row-fluid features">
<div class="span3">
<i class="icomoon-lightning"></i>
<h3 class="title">Performance</h3>
<h4 class="sub-title">Speed up your app</h4>
<p>We compile WordPress to .NET bytecode, which can squeeze extra performance out of your WordPress application. For more info, check out <a href="https://www.peachpie.io/benchmarks">our benchmarks</a>.</p>
</div>
<div class="span3">
<i class="icomoon-wrench"></i>
<h3 class="title">Tooling</h3>
<h4 class="sub-title">Use the .NET toolchain</h4>
<p>Take advantage of the modern Visual Studio or VS Code IDEs, test on VSTS or deploy safely on Azure. WP.NET is sure to boost your productivity.</p>
</div>
<div class="span3">
<i class="icomoon-rocket"></i>
<h3 class="title">Extensibility</h3>
<h4 class="sub-title">Write plugins in C#</h4>
<p>Choose from the plethora of regular PHP plugins available or write your own using any other .NET language, including C#.</p>
</div>
<div class="span3">
<i class="icomoon-cog"></i>
<h3 class="title">Multi-platform</h3>
<h4 class="sub-title">Run your WP app anywhere</h4>
<p>WP.NET also runs on .NET Core and therefore on any OS and any device. It also enables easy upgrading to new WordPress.</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row-fluid social-media">
<h5>Connect with us</h5>
<div>
<a href="https://www.github.com/peachpiecompiler/peachpie"><i class="fab fa-github"></i></i></a>
<a href="https://www.facebook.com/pchpcompiler"><i class="fab fa-facebook"></i></a>
<a href="https://www.twitter.com/pchpcompiler"><i class="fab fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UC5Hh61n9HFyqYbU4iFkqy4A"><i class="fab fa-youtube"></i></a>
<a href="mailto:[email protected]?subject=WPdotNET"><i class="fas fa-envelope"></i></a>
</div>
</div>
<div class="row-fluid subfooter">
<p>© iolevel - All Rights Reserved</p>
<ul class="inline">
<li><a href="https://www.peachpie.io">Peachpie.io</a></li>
<li><a href="mailto:[email protected]?subject=WPdotNET">Contact Us</a></li>
</ul>
</div>
</div>
</footer>
</div>
<!--Scripts -->
<script src="js/jquery.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-73282519-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-73282519-3');
</script>
</body>
</html>