diff --git a/css/style.css b/css/style.css
index b0b915b..23dda31 100644
--- a/css/style.css
+++ b/css/style.css
@@ -28,7 +28,10 @@ a:not(.github):hover {
}
p {
- font-size: 20px;
+ font-family: 'Roboto';
+ font-weight: 300;
+ font-size: 23px;
+ text-align: center;
}
.name {
@@ -51,10 +54,6 @@ p {
color: #445978;
}
-.container header a {
-
-}
-
main {
padding: 1em;
}
@@ -65,4 +64,16 @@ main::after {
left: 300px;
color: #445978;
font-size: 44px;
-}
\ No newline at end of file
+}
+
+
+div.grid {
+ text-align: center;
+ display: grid;
+ grid-template-columns: 1fr 1fr 1fr 1fr;
+}
+
+div.grid-item {
+ margin-bottom: 20px;
+ margin-top: 10px;
+}
diff --git a/images/svg/c-lang.svg b/images/svg/c-lang.svg
new file mode 100644
index 0000000..ff8bd8b
--- /dev/null
+++ b/images/svg/c-lang.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/images/svg/c-sharp-lang.svg b/images/svg/c-sharp-lang.svg
new file mode 100644
index 0000000..59641d1
--- /dev/null
+++ b/images/svg/c-sharp-lang.svg
@@ -0,0 +1,12 @@
+
+
+
diff --git a/images/svg/cpp-lang.svg b/images/svg/cpp-lang.svg
new file mode 100644
index 0000000..8244316
--- /dev/null
+++ b/images/svg/cpp-lang.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/images/svg/golang.svg b/images/svg/golang.svg
new file mode 100644
index 0000000..453dd61
--- /dev/null
+++ b/images/svg/golang.svg
@@ -0,0 +1,33 @@
+
+
+
diff --git a/images/svg/java.svg b/images/svg/java.svg
new file mode 100644
index 0000000..4e31dd2
--- /dev/null
+++ b/images/svg/java.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/images/svg/javascript.svg b/images/svg/javascript.svg
new file mode 100644
index 0000000..6d93433
--- /dev/null
+++ b/images/svg/javascript.svg
@@ -0,0 +1,7 @@
+
+
+
diff --git a/images/svg/matlab.png b/images/svg/matlab.png
new file mode 100644
index 0000000..b5a5435
Binary files /dev/null and b/images/svg/matlab.png differ
diff --git a/images/svg/python.svg b/images/svg/python.svg
new file mode 100644
index 0000000..f7af057
--- /dev/null
+++ b/images/svg/python.svg
@@ -0,0 +1,7 @@
+
+
diff --git a/images/svg/r-lang.svg b/images/svg/r-lang.svg
new file mode 100644
index 0000000..78281f7
--- /dev/null
+++ b/images/svg/r-lang.svg
@@ -0,0 +1,14 @@
+
diff --git a/images/svg/ruby.svg b/images/svg/ruby.svg
new file mode 100644
index 0000000..2482d22
--- /dev/null
+++ b/images/svg/ruby.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/images/svg/rust.svg b/images/svg/rust.svg
new file mode 100644
index 0000000..fd5c02e
--- /dev/null
+++ b/images/svg/rust.svg
@@ -0,0 +1,18 @@
+
+
\ No newline at end of file
diff --git a/images/svg/scala.svg b/images/svg/scala.svg
new file mode 100644
index 0000000..23decc0
--- /dev/null
+++ b/images/svg/scala.svg
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index c33950e..7e6753c 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
+
The Algorithms
@@ -13,28 +13,29 @@
The Algorithms
-
-
+
+
-
We are an open source community started to help people find all the algorithms and data structures at a single place.
+
We are an open source community established to help people find all the algorithms and data structures for every popular language at a single place.
+
+ Explore Algorithms Implementation in the following Programming Languages
+
- Explore Algorithms Implementation in following Programming Languages
-
+