Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edumigueis/photo-galleries

An experiment with galleries design and CSS properties. Made using VUEJS and CSS.
https://github.com/edumigueis/photo-galleries

css css-gallery css-grid css-layouts css-masonry-layouts css3 gallery gallery-images vue vue-router vuejs

Last synced: 28 days ago
JSON representation

An experiment with galleries design and CSS properties. Made using VUEJS and CSS.

Awesome Lists containing this project

README

        

# Photo Galleries

> A collection of pure CSS3 galleries. Made using VueJS and CSS, the galleries in this project are:

- Masonry
- No Gutter Masonry
- Grid
- No Gutter Grid
- Hexagon Grid
- Row Masonry

All the galleries in this project can be coppied, but the copyright notice in all the files must be maintained, as states the LICENSE. All images provided by Unsplash. Check out pictures of the project:

## Row Masonry

![](./src/assets/images/row-masonry.png)

## Masonry:

![](./src/assets/images/masonry.png)

## Grid:

![](./src/assets/images/grid.png)

## No Gutter Masonry

![](./src/assets/images/masonry-no-gutter.png)

## Using

If you don't want to download the project, you can access the files through GitHub and copy the css inside the style tag. The html is inside the tag. Just remove the v-for and the :key attributes from the inner tag of the gallery wrapper and copy that tag many times. Like so:

```html







Beautiful Image







Beautiful Image



...


```

If you want to download the entire project. Follow the following steps. After downloading the project, you can go into a console and cd the main project folder. Then, you have to install the dependencies:

```sh
cd photo-galleries
npm install
```

And, then run like so:

```sh
npm run dev
```

## Meta

Creator: Eduardo Migueis

Distributed under the APACHE 2.0 LICENSE. See `LICENSE` for more informaton.

[https://github.com/edumigueis/photo-galleries](https://github.com/edumigueis)