Skip to content

Commit 4ff4adc

Browse files
committed
Update website
1 parent 7685cd0 commit 4ff4adc

File tree

2 files changed

+5
-30
lines changed

2 files changed

+5
-30
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# acmephp.github.io
2-
Acme PHP website
2+
3+
Acme PHP website: https://acmephp.github.io

index.html

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=1000">
77

8-
<title>Acme PHP | Bringing HTTPS integration to the next level</title>
8+
<title>Acme PHP | Robust and easy to use PHP implementation of the Let's Encrypt protocol</title>
99

1010
<link href="/fonts/fonts.css" rel="stylesheet">
1111
<link href="/icons/css/font-awesome.min.css" rel="stylesheet">
@@ -44,7 +44,7 @@ <h1 class="header-title">
4444
<div class="container">
4545
<div class="banner-left">
4646
<h2 class="banner-title">
47-
Bringing HTTPS integration to the next level
47+
Robust and easy to use PHP implementation of the Let's Encrypt protocol
4848
</h2>
4949

5050
<ul>
@@ -55,7 +55,7 @@ <h2 class="banner-title">
5555
</li>
5656
<li>
5757
<strong>Acme PHP</strong>
58-
is also a robust and fully-compliant implementation of the ACME protocol in PHP to deeply
58+
is also a robust and fully-compliant implementation of the ACME protocol in PHP, to deeply
5959
integrate the management of your certificates directly in your application
6060
</li>
6161
</ul>
@@ -103,10 +103,6 @@ <h2>Get your HTTPS certificate in 4 simple steps:</h2>
103103
</div>
104104

105105
<div class="socials-right">
106-
<a href="https://gitter.im/acmephp/acmephp">
107-
<i class="fa fa-comments"></i>
108-
<span>Talk with us on Gitter</span>
109-
</a>
110106
<a href="https://twitter.com/acme_php">
111107
<i class="fa fa-twitter"></i>
112108
<span>Follow on Twitter</span>
@@ -269,9 +265,6 @@ <h5>
269265
</h5>
270266

271267
<ul>
272-
<li>
273-
<a href="https://gitter.im/acmephp/acmephp">Gitter</a>
274-
</li>
275268
<li>
276269
<a href="https://twitter.com/acme_php">Twitter</a>
277270
</li>
@@ -306,24 +299,5 @@ <h5>
306299
<div class="clearfix"></div>
307300
</div>
308301
</footer>
309-
310-
<script>
311-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
312-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
313-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
314-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
315-
316-
ga('create', 'UA-79502600-1', 'auto');
317-
ga('send', 'pageview');
318-
319-
(function(h,o,t,j,a,r){
320-
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
321-
h._hjSettings={hjid:233364,hjsv:5};
322-
a=o.getElementsByTagName('head')[0];
323-
r=o.createElement('script');r.async=1;
324-
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
325-
a.appendChild(r);
326-
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
327-
</script>
328302
</body>
329303
</html>

0 commit comments

Comments
 (0)