Skip to content

Commit

Permalink
Fix homepage image
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Jul 6, 2022
1 parent 098c98b commit 7b28c8e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Europa Museum Craft CMS Demo</h1>

![Europa Museum homepage](https://raw.githubusercontent.com/craftcms/europa-museum/main/web/assets/guide/homepage.png)
![Europa Museum homepage](homepage.png)

## Overview

Expand All @@ -12,20 +12,20 @@ Europa shows off many of Craft’s core features and includes a guided tour cour

### Development Technologies

- [Craft CMS 3](https://craftcms.com/docs/3.x/)
- PostgreSQL (13)
- PHP (7.2.5+), built on the [Yii 2 framework](https://www.yiiframework.com/)
- Native Twig templates
- [Craft CMS 3](https://craftcms.com/docs/3.x/)
- PostgreSQL (13)
- PHP (7.2.5+), built on the [Yii 2 framework](https://www.yiiframework.com/)
- Native Twig templates

### Front End Dependencies

- [Babel](https://babeljs.io/) with ES6
- [Sass](https://sass-lang.com/)
- [Laravel Mix](https://github.com/JeffreyWay/laravel-mix#readme) with [PurgeCSS](https://github.com/spatie/laravel-mix-purgecss#readme) and [Critical CSS](https://github.com/riasvdv/laravel-mix-critical#readme)
- [Highway.js](https://highway.js.org/)
- [GSAP](https://greensock.com/gsap)
- [Lazysizes](https://github.com/aFarkas/lazysizes#readme)
- [LocomotiveScroll](https://github.com/locomotivemtl/locomotive-scroll)
- [Babel](https://babeljs.io/) with ES6
- [Sass](https://sass-lang.com/)
- [Laravel Mix](https://github.com/JeffreyWay/laravel-mix#readme) with [PurgeCSS](https://github.com/spatie/laravel-mix-purgecss#readme) and [Critical CSS](https://github.com/riasvdv/laravel-mix-critical#readme)
- [Highway.js](https://highway.js.org/)
- [GSAP](https://greensock.com/gsap)
- [Lazysizes](https://github.com/aFarkas/lazysizes#readme)
- [LocomotiveScroll](https://github.com/locomotivemtl/locomotive-scroll)

## Local Development Setup

Expand Down Expand Up @@ -66,10 +66,10 @@ DEFAULT_SITE_URL=https://europa.nitro
You can then run any of the development scripts found in `package.json`:
- `npm run watch` to watch and automatically recompile assets for local development
- `npm run sync` to watch files and reload with BrowserSync for local development
- `npm run dev` to compile assets for local development
- `npm run prod` to compile optimized assets for production
- `npm run watch` to watch and automatically recompile assets for local development
- `npm run sync` to watch files and reload with BrowserSync for local development
- `npm run dev` to compile assets for local development
- `npm run prod` to compile optimized assets for production
## License
Expand Down
Binary file added homepage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b28c8e

Please sign in to comment.