diff --git a/README.md b/README.md
index 9ba49a1..9f0c0b2 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,54 @@
+[](https://classroom.github.com/a/E1TYCvbT)
[](https://classroom.github.com/online_ide?assignment_repo_id=10945934&assignment_repo_type=AssignmentRepo)
+
+# What the project does
+The website presents information about climate change and its effects on the environment and humanity, as well as the actions that individuals and governments can take to mitigate its impact.
+
+The scrollytelling format allows users to navigate through the content in an engaging and interactive way, as they scroll down the page to reveal new sections of information. The website also features interactive elements such as animations and facts to help illustrate the concepts being presented.
+
+## Target audience
+The target audience for the website is adults between the ages of 35-45 who have a general awareness of sustainability issues but may not be familiar with the details. The website is designed to be accessible to users who are technologically sufficient to use the internet, personal computers, and smartphones without encountering significant difficulties.
+
+Overall, the website seeks to **raise awareness** about Goal 13 of the United Nations Sustainable Development Goals, which focuses on combating climate change and its impacts. By presenting information in an engaging and visually compelling format, the website aims to encourage users to take action and make a positive difference in the fight against climate change.
+
+# Why the project is useful
+The project is a valuable contribution to raising awareness about one of the most pressing global issues of our time. Climate change is affecting every aspect of our lives, from the food we eat to the air we breathe, and it is crucial that we take action to reduce its effects. This project aims to inform and educate people about the importance of climate action, and inspire them to take meaningful steps towards a more sustainable future. By promoting the United Nations' Sustainable Development Goals, the project also aligns with the global effort to achieve a more equitable, prosperous, and sustainable world.
+
+# How users can get started with the project
+Getting started with the "United Nations Goal 13: Climate Action" project is easy and straightforward. The first step is to fork the repository, which means creating a copy of the project on your own GitHub account. Once you have forked the repository, you can clone it to your local machine, and start exploring the code and files.
+
+The project uses amongst other things HTML, CSS and JavaScript, so it is **recommended** that you have a basic understanding of these technologies before diving in.
+
+## Instructions[^1]:
+1. Go to the GitHub repository that you want to fork.
+2. Click on the "Fork" button in the top-right corner of the repository page.
+3. Select the account where you want to fork the repository. If you have multiple accounts, make sure you select the correct one.
+4. Wait for GitHub to create a fork of the repository. This may take a few seconds to complete.
+
+### Furthermore
+The objective of this project is to design a webpage using only CSS **without** using any additional JavaScript code. This means that all the dynamic and interactive features of the webpage should be created solely using CSS styling and animations. This can be a challenging task, but it allows for a more lightweight and efficient webpage that loads faster and has better performance. It also provides an opportunity to showcase advanced CSS skills and techniques. With careful planning and creativity, it is possible to create a visually appealing and engaging webpage using only CSS.
+
+# Where users can get help with your project
+If you have any questions or issues related to the "United Nations Goal 13: Climate Action" project, you can reach out to the project maintainer, Eva. She is available to provide guidance, support, and feedback to users who are interested in contributing to the project. You can contact Eva through the project's GitHub page, by opening an issue or pull request, or by sending a [direct message](https://github.com/evafha).
+
+# Which technology is used
+The project uses a range of web technologies to create an interactive and engaging website. The project is built with HTML (Hypertext Markup Language), CSS (Cascading Style Sheets), SCSS (Sassy Cascading Style Sheets), JavaScript, and BEM (Block Element Modifier) methodology and CSS variables. HTML is used to create the structure and content of the website, while CSS and SCSS are used to style and layout the page elements. JavaScript is used to add dynamic functionality to the website, such as smooth scrolling and interactive animations. BEM methodology is used to organize the CSS code and make it more modular and reusable. Finally, CSS variables are used to define reusable values for colors, fonts, and other design elements.
+
+# Who maintains and contributes to the project
+The project is maintained and contributed by Eva, who is the sole developer and designer of the project. However, the project is open to contributions from anyone who is interested in helping to improve it. Eva welcomes feedback, bug reports, feature requests, and pull requests from the community, and is committed to making the project as accessible and user-friendly as possible.
+
+### [Contact me](https://github.com/evafha)
+
+[^1]: More detailed instructions.
+ 1. First, you will need to create a GitHub account if you don't already have one. Go to [GitHub](github.com) and follow the prompts to create an account.
+ 2. Once you have a GitHub account, go to the project repository you want to fork. In this case, it's the "United Nations Goal 13: Climate Action" project.
+ 3. On the repository page, click the "Fork" button in the top right corner of the page. This will create a copy of the repository on your own GitHub account.
+ 4. After forking the repository, you can clone it to your local machine using Git. To do this, you will need to have Git installed on your computer. If you don't have Git installed, you can download it from the official website: git-scm.com/downloads.
+ 5. Open your terminal or command prompt and navigate to the directory where you want to store the project. Then enter the following command:
+ `git clone https://github.com/YOUR_USERNAME/climate-action.git`
+ Replace "YOUR_USERNAME" with your actual GitHub username.
+ 6. After cloning the repository, you can open it in your preferred text editor. Visual Studio Code is a popular choice and can be downloaded from the official website: [VisualStudioCode](code.visualstudio.com/download)
+ 7. Once you have the project open in your text editor, you can start exploring the code and making changes. To view the project in your web browser, simply open the `index.html` file.
+
+ That's it! You're now ready to start working with the "United Nations Goal 13: Climate Action" project.
+
\ No newline at end of file
diff --git a/assets/files/goal13-report.pdf b/assets/files/goal13-report.pdf
new file mode 100644
index 0000000..33a2c42
Binary files /dev/null and b/assets/files/goal13-report.pdf differ
diff --git a/assets/fonts/Raleway-Light.ttf b/assets/fonts/Raleway-Light.ttf
new file mode 100644
index 0000000..41b742e
Binary files /dev/null and b/assets/fonts/Raleway-Light.ttf differ
diff --git a/assets/fonts/Raleway-Medium.ttf b/assets/fonts/Raleway-Medium.ttf
new file mode 100644
index 0000000..7814887
Binary files /dev/null and b/assets/fonts/Raleway-Medium.ttf differ
diff --git a/assets/fonts/Raleway-Thin.ttf b/assets/fonts/Raleway-Thin.ttf
new file mode 100644
index 0000000..bb6229c
Binary files /dev/null and b/assets/fonts/Raleway-Thin.ttf differ
diff --git a/assets/images/antartica.jpg b/assets/images/antartica.jpg
new file mode 100644
index 0000000..b0cba90
Binary files /dev/null and b/assets/images/antartica.jpg differ
diff --git a/assets/images/coral-1.png b/assets/images/coral-1.png
new file mode 100644
index 0000000..198757d
Binary files /dev/null and b/assets/images/coral-1.png differ
diff --git a/assets/images/coral-2.png b/assets/images/coral-2.png
new file mode 100644
index 0000000..efe64a3
Binary files /dev/null and b/assets/images/coral-2.png differ
diff --git a/assets/images/coral-4.png b/assets/images/coral-4.png
new file mode 100644
index 0000000..6657588
Binary files /dev/null and b/assets/images/coral-4.png differ
diff --git a/assets/images/coral-5.png b/assets/images/coral-5.png
new file mode 100644
index 0000000..fd94804
Binary files /dev/null and b/assets/images/coral-5.png differ
diff --git a/assets/images/coral-reef.jpg b/assets/images/coral-reef.jpg
new file mode 100644
index 0000000..432331c
Binary files /dev/null and b/assets/images/coral-reef.jpg differ
diff --git a/assets/images/drought.jpg b/assets/images/drought.jpg
new file mode 100644
index 0000000..55494e3
Binary files /dev/null and b/assets/images/drought.jpg differ
diff --git a/assets/images/fabric.jpg b/assets/images/fabric.jpg
new file mode 100644
index 0000000..5d51bcb
Binary files /dev/null and b/assets/images/fabric.jpg differ
diff --git a/assets/images/forest.jpg b/assets/images/forest.jpg
new file mode 100644
index 0000000..6fd1f6a
Binary files /dev/null and b/assets/images/forest.jpg differ
diff --git a/assets/images/goal13-report.png b/assets/images/goal13-report.png
new file mode 100644
index 0000000..ade8eeb
Binary files /dev/null and b/assets/images/goal13-report.png differ
diff --git a/assets/images/logo.png b/assets/images/logo.png
new file mode 100644
index 0000000..832fbd2
Binary files /dev/null and b/assets/images/logo.png differ
diff --git a/assets/images/ocean.jpg b/assets/images/ocean.jpg
new file mode 100644
index 0000000..0346700
Binary files /dev/null and b/assets/images/ocean.jpg differ
diff --git a/assets/images/owerflow.jpg b/assets/images/owerflow.jpg
new file mode 100644
index 0000000..99ddab2
Binary files /dev/null and b/assets/images/owerflow.jpg differ
diff --git a/assets/images/vulcano.jpg b/assets/images/vulcano.jpg
new file mode 100644
index 0000000..a7d75b0
Binary files /dev/null and b/assets/images/vulcano.jpg differ
diff --git a/assets/images/world-environment.jpg b/assets/images/world-environment.jpg
new file mode 100644
index 0000000..c13abbf
Binary files /dev/null and b/assets/images/world-environment.jpg differ
diff --git a/assets/svg/arrow-down.svg b/assets/svg/arrow-down.svg
new file mode 100644
index 0000000..7113e08
--- /dev/null
+++ b/assets/svg/arrow-down.svg
@@ -0,0 +1,7 @@
+
diff --git a/assets/svg/arrow-up.svg b/assets/svg/arrow-up.svg
new file mode 100644
index 0000000..d9e4668
--- /dev/null
+++ b/assets/svg/arrow-up.svg
@@ -0,0 +1,7 @@
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..15cc60b
--- /dev/null
+++ b/index.html
@@ -0,0 +1,243 @@
+
+
+
+
Discover the impact of human behavior on the planet
+
+
+
+
+
+
+
+
CLIMATE CHANGE IS HUMANITY'S "Code Red" warning
+
Our window to avoid climate catastrophe is closing rapidly!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
As stated in Goal 13 of the United Nations' Sustainable Development Goals (SDGs),
+ "Climate Action," urgent action is required to combat climate change and its impacts.
+
+
The recent
+ report by the Intergovernmental Panel on Climate Change has declared that climate change is
+ humanity's "Code Red" warning, emphasizing the severity of the situation we are facing. The
+ report
+ highlights that the window to avoid climate catastrophe is closing rapidly, and we must take
+ immediate and bold action to limit global warming and avoid the worst impacts of climate change.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Rising global temperatures
+
It have become a cause for concern in recent years, as they have led to devastating consequences for our planet. From melting polar ice caps and rising sea levels to extreme weather events like hurricanes, floods, and droughts, the effects of climate change are becoming more visible and pronounced with each passing day.
+
+
+
+
+
+
+
Drought estimated to displace 700 million people by 2023
+
+
+
+
+
+
+
+
+
+
+
+
+
Sea level will rise
+
+
+
+
with 30-50 cm by the year 2100
+
+
+
+
+
+
+
+
+
+
+
+
The coral reefs are slowly dying
+
+
70%-90% gone by 1.5°C
+
+
completely dead by 2°C
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
But that's only the beginning...
+
+
+
+
+
+
+
Droughts
+
Estimated to displace 700 million people by 2023
+
+
+
+
Disasters
+
Medium- to largescale disasters will increase 40% from 2015 to 2030
+
+
+
+
Energy
+
Energy-related CO2 emissions increased 6% in 2021 (highest level ever)
Rising global temperatures continue unabated, leading to more extreme weather
+
+
+
+
+
+
+
+
+
+
Join us in the fight against climate change!
+
+
+
+
+
+
+
+
+
+
+
+
WE NEED YOUR HELP
+
Every
+ individual has a responsibility to contribute towards a sustainable future. Taking action
+ on climate change is not only the right thing to do; it's also an opportunity to create new
+ jobs, businesses, and technologies that can power the green economy of the future.
+
+
You can help to make a difference by taking simple steps in your everyday life, such as reducing
+ your carbon footprint by using public transportation, recycling, and eating a plant-based diet.
+ You can also support organizations that are working to address climate change by volunteering
+ your time or making a donation.
+
+
+
+
+
+
Together, we can take action to protect the planet and ensure a sustainable
+ future for
+ generations to come. Join the movement for climate action today and be a part of the solution!
+