From 8c3deaf09fb58c480a8322131554c99a985fd4ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?=
=?UTF-8?q?=E3=83=96?=
Date: Wed, 13 Jun 2018 13:49:27 -0500
Subject: [PATCH 3/9] Closes #95
---
content/.vuepress/scss/pages/_page.scss | 15 +++++++++++++++
content/overview/index.md | 17 ++++++-----------
2 files changed, 21 insertions(+), 11 deletions(-)
diff --git a/content/.vuepress/scss/pages/_page.scss b/content/.vuepress/scss/pages/_page.scss
index a0e9d2f..d91ddc1 100644
--- a/content/.vuepress/scss/pages/_page.scss
+++ b/content/.vuepress/scss/pages/_page.scss
@@ -113,6 +113,21 @@
font-size: 1rem;
}
+ blockquote {
+ left: 2px;
+ padding-left: 2rem;
+ position: relative;
+
+ &::before {
+ width: 5px; height: 100%;
+ top: 0; left: 0;
+
+ background-color: $teal;
+ content: "";
+ position: absolute;
+ }
+ }
+
p, ol, ul:not(.overview__ecosystem__module), table {
code {
background-color: $black;
diff --git a/content/overview/index.md b/content/overview/index.md
index 188d02f..64a9347 100644
--- a/content/overview/index.md
+++ b/content/overview/index.md
@@ -8,20 +8,15 @@ What if anyone in the world could publish a piece of digital content, anyone els
That's the idea behind LBRY.
-
To create a market for accessing and publishing information1 that is global2, decentralized3, robust4, optimal5 and complete6.
+> To create a market for accessing and publishing information1 that is global2, decentralized3, robust4, optimal5 and complete6.
That's a fancy sentence, so here's a plainer one: we just thought it'd be really damn cool if there was a system that stored as much of the world's information as possible, but was owned and controlled by no one.
-1. In the information theoric sense, i.e. any data. LBRY facilitates distribution of all data, whether it be a video or a spreadsheet.
-
-2. Accessible anywhere in the world on any internet-connected device.
-
-3. Not controlled by any one person, party or authority.
-
-4. Resistant to censorship or attempts to control; impervious to attacks or disruptions.
-
-5. In the Pareto sense, with regards to the production and distribution of information (i.e. digital information is both created and distributed in a way that could not be any more efficient from the perspectives of information producers and consumers).
-
+1. In the information theoric sense, i.e. any data. LBRY facilitates distribution of all data, whether it be a video or a spreadsheet.
+2. Accessible anywhere in the world on any internet-connected device.
+3. Not controlled by any one person, party or authority.
+4. Resistant to censorship or attempts to control; impervious to attacks or disruptions.
+5. In the Pareto sense, with regards to the production and distribution of information (i.e. digital information is both created and distributed in a way that could not be any more efficient from the perspectives of information producers and consumers). 6. The most complete collection of world’s books, films, art, games, etc. should be available via LBRY.
## Ecosystem Overview
From a2f9a2749d68a7e9cdc378627a350a103c1661b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?=
=?UTF-8?q?=E3=83=96?=
Date: Wed, 13 Jun 2018 15:47:02 -0500
Subject: [PATCH 4/9] Added hover states to ancillary modules
---
content/.vuepress/components/Ecosystem.vue | 55 +++++++++++++++++++++-
1 file changed, 54 insertions(+), 1 deletion(-)
diff --git a/content/.vuepress/components/Ecosystem.vue b/content/.vuepress/components/Ecosystem.vue
index c5c6dfe..26e62ea 100644
--- a/content/.vuepress/components/Ecosystem.vue
+++ b/content/.vuepress/components/Ecosystem.vue
@@ -4,10 +4,18 @@
@@ -36,7 +44,7 @@
The most salient feature of the LBRY blockchain is the association of a normalized character string with up to 8KB of metadata.
- This string of characters forms a LBRY URL, e.g.
+ This string of characters forms a LBRY URL, e.g.
+ Mission Statement
+
+ To create a market for accessing and publishing information1 that is global2, decentralized3, robust4, optimal5 and complete6.
+
+
+
+
+
+
+
diff --git a/content/.vuepress/scss/pages/_page.scss b/content/.vuepress/scss/pages/_page.scss
index 04d8f31..68ef270 100644
--- a/content/.vuepress/scss/pages/_page.scss
+++ b/content/.vuepress/scss/pages/_page.scss
@@ -113,6 +113,10 @@
font-size: 1rem;
}
+ sup {
+ @include font-mono;
+ }
+
blockquote {
left: 2px;
line-height: 1.5;
@@ -136,9 +140,6 @@
width: 90%;
}
- @media (max-width: 375px) {
- }
-
p {
font-size: inherit;
line-height: inherit;
diff --git a/content/overview/index.md b/content/overview/index.md
index 64a9347..800fb29 100644
--- a/content/overview/index.md
+++ b/content/overview/index.md
@@ -8,16 +8,21 @@ What if anyone in the world could publish a piece of digital content, anyone els
That's the idea behind LBRY.
-> To create a market for accessing and publishing information1 that is global2, decentralized3, robust4, optimal5 and complete6.
+
That's a fancy sentence, so here's a plainer one: we just thought it'd be really damn cool if there was a system that stored as much of the world's information as possible, but was owned and controlled by no one.
-1. In the information theoric sense, i.e. any data. LBRY facilitates distribution of all data, whether it be a video or a spreadsheet.
-2. Accessible anywhere in the world on any internet-connected device.
-3. Not controlled by any one person, party or authority.
-4. Resistant to censorship or attempts to control; impervious to attacks or disruptions.
-5. In the Pareto sense, with regards to the production and distribution of information (i.e. digital information is both created and distributed in a way that could not be any more efficient from the perspectives of information producers and consumers).
-6. The most complete collection of world’s books, films, art, games, etc. should be available via LBRY.
+1 In the information theoric sense, i.e. any data. LBRY facilitates distribution of all data, whether it be a video or a spreadsheet.
+
+2 Accessible anywhere in the world on any internet-connected device.
+
+3 Not controlled by any one person, party or authority.
+
+4 Resistant to censorship or attempts to control; impervious to attacks or disruptions.
+
+5 In the Pareto sense, with regards to the production and distribution of information (i.e. digital information is both created and distributed in a way that could not be any more efficient from the perspectives of information producers and consumers)
+
+6 The most complete collection of world’s books, films, art, games, etc. should be available via LBRY.
## Ecosystem Overview
From b94176af5d7f618f02b727f53b7e7c084338da72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?=
=?UTF-8?q?=E3=83=96?=
Date: Thu, 14 Jun 2018 15:01:50 -0500
Subject: [PATCH 7/9] Slight update to Mission Statement styling
---
content/.vuepress/components/MissionStatement.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/.vuepress/components/MissionStatement.vue b/content/.vuepress/components/MissionStatement.vue
index aae5d93..09edbb7 100644
--- a/content/.vuepress/components/MissionStatement.vue
+++ b/content/.vuepress/components/MissionStatement.vue
@@ -31,6 +31,7 @@
}
.component--mission-statement__title {
+ color: $teal;
display: block;
letter-spacing: 0.025rem;
text-transform: uppercase;
From 2e1efb6c0a6f2c623ebf6a38c07fa1ced8b14eaa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?=
=?UTF-8?q?=E3=83=96?=
Date: Thu, 14 Jun 2018 16:30:13 -0500
Subject: [PATCH 8/9] Added repos to ecosystem sections
---
content/.vuepress/components/Ecosystem.vue | 39 +++++++++++++++++++---
1 file changed, 34 insertions(+), 5 deletions(-)
diff --git a/content/.vuepress/components/Ecosystem.vue b/content/.vuepress/components/Ecosystem.vue
index 26e62ea..30ce543 100644
--- a/content/.vuepress/components/Ecosystem.vue
+++ b/content/.vuepress/components/Ecosystem.vue
@@ -6,7 +6,7 @@
Vel nisi hendrerit id tristique congue tortor nisl luctus, vulputate sem ridiculus inceptos et at torquent feugiat, mus cursus lobortis aenean senectus posuere odio. Imperdiet nascetur dapibus eget convallis ante donec iaculis dictumst mi est, venenatis quisque integer etiam justo id aliquet non diam semper erat, blandit quis lectus ac aptent magna cubilia augue laoreet. Mollis luctus pharetra nisl auctor potenti magna penatibus cras, justo lobortis iaculis porta a vel habitasse vulputate, taciti sociis arcu facilisis duis orci aliquam.
@@ -155,6 +165,25 @@
Vel nisi hendrerit id tristique congue tortor nisl luctus, vulputate sem ridiculus inceptos et at torquent feugiat, mus cursus lobortis aenean senectus posuere odio. Imperdiet nascetur dapibus eget convallis ante donec iaculis dictumst mi est, venenatis quisque integer etiam justo id aliquet non diam semper erat, blandit quis lectus ac aptent magna cubilia augue laoreet. Mollis luctus pharetra nisl auctor potenti magna penatibus cras, justo lobortis iaculis porta a vel habitasse vulputate, taciti sociis arcu facilisis duis orci aliquam.