Skip to content

Commit ddf4a48

Browse files
committed
Improvements
1 parent 0c1f444 commit ddf4a48

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

Diff for: .github/workflows/deploy-vuepress.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cd content
4040
npm install
4141
42-
- name:
42+
- name: Vuepress build and deploy
4343
working-directory: folder/
4444
run: |
4545
cd repo

Diff for: content/.vuepress/theme/styles/index.styl

+6
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ h1, h2, h3, h4, h5, h6
175175
.title
176176
font-size 5rem
177177
font-weight 500
178+
179+
.subtitle
180+
font-style italic
181+
font-size 2rem
182+
font-weight 300
183+
178184

179185
h1
180186
font-size 3rem

Diff for: content/README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# <div class="title">*Virgilio*</div> <a href="https://github.com/Virgili0/Virgilio"><img alt="GitHub stars" src="https://img.shields.io/github/stars/Virgili0/Virgilio?style=social" height="25px"></a>
1+
# <div class="title">*Virgilio* <a style="display:inline" href="https://github.com/Virgili0/Virgilio"><img alt="GitHub stars" style="display:inline" src="https://img.shields.io/github/stars/Virgili0/Virgilio?style=social" height="25px"></a></div>
2+
<div class="subtitle">Your new Mentor for Data Science E-Learning.</div>
23

3-
Your new Mentor for Data Science E-Learning.
4-
5-
> Virgilio is an open source initiative, aiming to mentor and guide anyone in the world of Data Science and Machine Learning. Our vision is to give *everyone* the chance to get involved in this field, get self-started as a practitioner, gain new cutting edge practical skills and learn to navigate through the infinite web of resources and find the ones useful for *you*.
4+
Virgilio is an open source initiative, aiming to mentor and guide anyone in the world of Data Science and Machine Learning. Our vision is to give *everyone* the chance to get involved in this field, get self-started as a practitioner, gain new cutting edge practical skills and learn to navigate through the infinite web of resources and find the ones useful for *you*.
65

76
<div style="text-align:center"><img style="text-align:center" width="480px" src="https://upload.wikimedia.org/wikipedia/commons/c/ce/Virgil_.jpg"/></div>
87

@@ -57,7 +56,7 @@ There are different scenarios:
5756

5857
As you can imagine it’s not easy to intercept all these different needs, so our solution ended up in a hierarchical structure which distinguish the content based on different levels of *abstraction*.
5958

60-
To do this, we got our inspiration from Dante’s amazing masterpiece [La Divina Commedia](https://en.wikipedia.org/wiki/Divina_Commedia), written in over 20 years of work and published for the first time in 1323 AD.
59+
To do this, we got our inspiration from Dante’s amazing masterpiece [*La Divina Commedia*](https://en.wikipedia.org/wiki/Divina_Commedia), written in over 20 years of work and published for the first time in 1323 AD.
6160

6261
Dante's journey wouldn’t have been possible without his companion and guide, Virgilio, a roman famous poet (70 a.c.) who inspired generations of artists since the Roman hegemony in Europe.
6362

@@ -67,7 +66,9 @@ In your journey, you will start from scratch and eventually reach the theoretica
6766

6867
The parallelism is natural:
6968

70-
![Figure 2](order.png "1")
69+
- <span style="font-weight: bold; color: #2565AE">Paradiso</span>: High level guides
70+
- <span style="font-weight: bold; color: #009967">Purgatorio</span>: Low level guides for beginners
71+
- <span style="font-weight: bold; color: #D22C2C">Inferno</span>: Low level advanced guides
7172

7273
_Going from top to bottom increases the level of detail and decreases the level of abstraction_.
7374

0 commit comments

Comments
 (0)