https://github.com/barata-ribeiro/flexijournal
A relatively simple website developed only with CSS Flexbox during the Flexbox mini-course by Origamid.com.
https://github.com/barata-ribeiro/flexijournal
css css-flexbox css-flexbox-layout
Last synced: about 1 year ago
JSON representation
A relatively simple website developed only with CSS Flexbox during the Flexbox mini-course by Origamid.com.
- Host: GitHub
- URL: https://github.com/barata-ribeiro/flexijournal
- Owner: Barata-Ribeiro
- License: mit
- Created: 2023-02-10T11:41:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T11:13:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T19:38:50.968Z (about 1 year ago)
- Topics: css, css-flexbox, css-flexbox-layout
- Language: CSS
- Homepage: https://barata-ribeiro.github.io/flexijournal/
- Size: 3.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlexiJournal
FlexiJournal is a website project developed during the CSS Flexbox mini-course at [Origamid.com](https://www.origamid.com/). The primary purpose of this project is to demonstrate and reinforce knowledge about Flexbox in CSS.
## Demo
[Click here](https://barata-ribeiro.github.io/feralfables/) to see a live demo of the website.

## Introduction
The FlexiJournal project showcases the use of CSS Flexbox to create a responsive and clean layout. The original design proposed by the course was called "FlexBlog", but some changes were made to the logo, images, and content for personal preferences. These changes are unrelated to the course objectives.
## Technologies Used
- HTML
- CSS
## Features
- Responsive design using CSS Flexbox
- Clean and modern layout
- Easily customizable
## Getting Started
To get started with this project, follow these steps:
1. Clone the repository:
```
git clone https://github.com/Barata-Ribeiro/flexijournal.git
```
2. Navigate to the project folder:
```
cd flexjournal
```
3. Open the `index.html` file in your browser or use LiveServer.
4. Explore and modify the code to suit your needs.
## Contributing
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
## License
This project is released under the [MIT License](LICENSE).