diff --git a/pdb-js/src/app/app.component.html b/pdb-js/src/app/app.component.html
index 7b3d5dd..91c1328 100644
--- a/pdb-js/src/app/app.component.html
+++ b/pdb-js/src/app/app.component.html
@@ -1,7 +1,7 @@
-
+
diff --git a/pdb-js/src/app/main-page/main-page.component.html b/pdb-js/src/app/main-page/main-page.component.html
index 141a26c..fb087ae 100644
--- a/pdb-js/src/app/main-page/main-page.component.html
+++ b/pdb-js/src/app/main-page/main-page.component.html
@@ -9,11 +9,41 @@
left: 50%;
transform: translate(-50%, -50%);
}
+ h1 {
+ font-size: 5em;
+ text-align: center;
+ }
+ .link-section {
+ display: flex;
+ }
+ .sub-section {
+ display: inline;
+ display: flex;
+ flex-direction: column;
+ justify-content: flex-start;
+ margin: 2em;
+ }
+ .sub-section > * {
+ text-align: center;
+ }
-

-

+
+
Plotilio
+
+
+

+
Do awesome visualizations.
+
+
+

+
Create the most sophisticated dashboards.
+
+
diff --git a/pdb-js/src/assets/img/scatter-chart3.svg b/pdb-js/src/assets/img/scatter-chart3.svg
new file mode 100644
index 0000000..305e05a
--- /dev/null
+++ b/pdb-js/src/assets/img/scatter-chart3.svg
@@ -0,0 +1,23 @@
+
diff --git a/pdb-js/src/styles.scss b/pdb-js/src/styles.scss
index 4bddb4d..3946345 100644
--- a/pdb-js/src/styles.scss
+++ b/pdb-js/src/styles.scss
@@ -117,6 +117,11 @@ button[disabled] .icon-inline {
height: 8em;
margin: 1em;
}
+.icon-huge {
+ width: 12em;
+ height: 12em;
+ margin: 1em;
+}
.icon-select {
width: 1.5em;