diff --git a/.gitignore b/.gitignore index eabf65e..4ccf38f 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ testem.log # System Files .DS_Store Thumbs.db + +#Bigfiles +/src/assets/*.pdf diff --git a/src/app/app.component.ts b/src/app/app.component.ts index e73f91e..78da236 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -9,7 +9,7 @@ import { PageItem } from './page'; }) export class AppComponent implements OnInit { title = 'industria-paisaia'; - private pages : PageItem[]; + public pages : PageItem[]; constructor ( private pageService : PageService diff --git a/src/app/footer/footer.component.html b/src/app/footer/footer.component.html index 4984059..06fc0e7 100644 --- a/src/app/footer/footer.component.html +++ b/src/app/footer/footer.component.html @@ -1,6 +1,6 @@ diff --git a/src/app/page/page.component.html b/src/app/page/page.component.html index 966af2b..3c32285 100644 --- a/src/app/page/page.component.html +++ b/src/app/page/page.component.html @@ -20,22 +20,6 @@
-
-
-
- -
- -
-
- - - - -
-
-
-
@@ -51,6 +35,23 @@

Galería fotográfica

+
+
+
+ +
+ +
+
+ + + + + +
+
+
+
diff --git a/src/assets/zuma-dipu.jpg b/src/assets/zuma-dipu.jpg new file mode 100644 index 0000000..22ecd36 Binary files /dev/null and b/src/assets/zuma-dipu.jpg differ diff --git a/src/styles.css b/src/styles.css index 663441a..0a4e222 100644 --- a/src/styles.css +++ b/src/styles.css @@ -80,7 +80,7 @@ article div.article-content blockquote {font-family:"Indie Flower", serif; margi article section.section-publitas div.row { min-height:300px; } -section.page-gallery { margin-top:50px;} +section.page-gallery { margin-top:50px;margin-bottom:50px; } /* footer */ footer { min-height:300px; height:100%; background-color:#d2e8eb; padding:20px; color:#000;}