Skip to content

Commit

Permalink
Updating contents -> v.01
Browse files Browse the repository at this point in the history
  • Loading branch information
hhkaos committed Jan 8, 2021
1 parent f38a94f commit 75bb75d
Show file tree
Hide file tree
Showing 7 changed files with 197 additions and 256 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Más info: [geo-developers.github.io/geoiniciativas/](https://geo-developers.github.io/geoiniciativas/)

![Spreadsheet GIF](https://geo-developers.github.io/geoiniciativas/assets/imgs/geoiniciativas.gif)
[![Spreadsheet GIF](https://geo-developers.github.io/geoiniciativas/assets/imgs/geoiniciativas.gif)](https://docs.google.com/spreadsheets/d/1bF4YYH7bXPSLI___zMfh3tDfSxDlWWZLkkuT5vD4zHQ/edit)

## Contribuir

Expand Down
23 changes: 22 additions & 1 deletion assets/css/scribbler-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,19 @@
}
.logo__thin {
font-weight: 300;
}
}
.bold{
font-weight: 800;
}
a.bold{
text-decoration: underline;
}
a.link{
text-decoration: underline
}
.text-center{
text-align: center;
}
/* normalized */
html, body {
padding: 0;
Expand Down Expand Up @@ -50,6 +62,15 @@ hr {
color: var(--primary-color);
}

.section__subtitle {
font-size: 0.8rem
}
.github-star{
width: 13px;
}
.vue-icon{
width: 13px;
}
/* tabs */
.tab__container {
position: relative;
Expand Down
4 changes: 0 additions & 4 deletions assets/css/scribbler-landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ nav {
margin-bottom: 0;
}

.feature__item .bold{
font-weight: 800;
}

.feature__item p {
margin-top: 0.5rem;
}
Expand Down
Binary file added assets/imgs/star.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/vue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
142 changes: 0 additions & 142 deletions doc.html

This file was deleted.

Loading

0 comments on commit 75bb75d

Please sign in to comment.