diff --git a/LICENSE b/LICENSE
index 6cdf2d1..dbc4744 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright 2017-NOW Nikolay Kim
+ Copyright 2017-NOW Actix Organization and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/_includes/footer.liquid b/_includes/footer.liquid
index ede7128..e69de29 100644
--- a/_includes/footer.liquid
+++ b/_includes/footer.liquid
@@ -1,3 +0,0 @@
-
diff --git a/_includes/header.liquid b/_includes/header.liquid
index b355816..cff4a19 100644
--- a/_includes/header.liquid
+++ b/_includes/header.liquid
@@ -1,14 +1,14 @@
-
-
diff --git a/index.liquid b/index.liquid
index 4db1732..999cb4d 100644
--- a/index.liquid
+++ b/index.liquid
@@ -1,4 +1,4 @@
-title: Actix-web framework
+title: Actix web
layout: default.liquid
permalink: /index.html
---
@@ -6,54 +6,30 @@ permalink: /index.html
-
Actix-web framework
-
Actix-web is a fast, down-to-earth, open source rust web framework.
-
+
Actix web
+
Actix web is a simple, pragmatic and extremely fast web framework for Rust.
-
+
Type Safe
- The words is comming.
+ Forget about stringly typed objects,
+ from request to response, everything has types.
- Stability
- The words is comming.
+ Feature rich
+ Actix provides a lot of features out of box.
+ WebSockets, Http/2, pipelining etc.
Extensible
- The words is comming.
-
-
-
-
- Easy To Use
- The words is comming.
+ Easily create your own libraries that any Actix application can use.
Blazingly Fast
- The words is comming.
-
-
- Async Everything
- The words is comming.
-
-
-
-
- WebSockets
- The words is comming.
-
-
- Streaming and pipelining
- The words is comming.
-
-
- HTTP/1.x and HTTP/2.0
- The words is comming.
+ Actix is blazingly fast.
+ Check yourself.
+
diff --git a/public/css/styles.css b/public/css/styles.css
index 9dedb72..1e3c865 100644
--- a/public/css/styles.css
+++ b/public/css/styles.css
@@ -317,12 +317,12 @@ footer p {
display: flex;
}
- .columns.three > article {
- flex: 0 1 33%;
+ .columns.four > article {
+ flex: 0 1 25%;
margin-right: 1.5%;
}
- .columns.three > article:last-child {
+ .columns.four > article:last-child {
margin-right: 0;
}
}
diff --git a/public/imgs/ACTIX.png b/public/imgs/ACTIX.png
index 673e0f0..1e2509a 100644
Binary files a/public/imgs/ACTIX.png and b/public/imgs/ACTIX.png differ