diff --git a/README.MD b/README.MD index 147232f..a59e62f 100644 --- a/README.MD +++ b/README.MD @@ -1 +1,17 @@ # Travelian + +--- + +A [SASS](https://sass-lang.com/) implementation of a +[free Figma template](https://www.figma.com/proto/mFO8spewXCSeREs5gw1YI4/Travellian---Travel-Agency-Landing-Page-(Community)?node-id=101%3A3971). +The website is written in HTML and stylizes with SASS in accordance to the BEM methodology. + +## Screenshots + +![hero.png](screenshots%2Fhero.png) + +![destinations.png](screenshots%2Fdestinations.png) + +![footer.png](screenshots%2Ffooter.png) + +![travellian.gif](screenshots%2Ftravellian.gif) \ No newline at end of file diff --git a/screenshots/destinations.png b/screenshots/destinations.png new file mode 100644 index 0000000..8852605 Binary files /dev/null and b/screenshots/destinations.png differ diff --git a/screenshots/footer.png b/screenshots/footer.png new file mode 100644 index 0000000..d4ddbc6 Binary files /dev/null and b/screenshots/footer.png differ diff --git a/screenshots/hero.png b/screenshots/hero.png new file mode 100644 index 0000000..5c3b75d Binary files /dev/null and b/screenshots/hero.png differ diff --git a/screenshots/travellian.gif b/screenshots/travellian.gif new file mode 100644 index 0000000..706a034 Binary files /dev/null and b/screenshots/travellian.gif differ