https://github.com/gabrieldejesus/twitter-profile
🐤 A clone of the profile page of a common user on twitter
https://github.com/gabrieldejesus/twitter-profile
css flexbox html interfaces learning profile-page twitter twitter-profile
Last synced: over 1 year ago
JSON representation
🐤 A clone of the profile page of a common user on twitter
- Host: GitHub
- URL: https://github.com/gabrieldejesus/twitter-profile
- Owner: gabrieldejesus
- License: mit
- Created: 2020-11-02T19:05:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T11:34:24.000Z (over 5 years ago)
- Last Synced: 2024-10-23T22:19:56.776Z (over 1 year ago)
- Topics: css, flexbox, html, interfaces, learning, profile-page, twitter, twitter-profile
- Language: HTML
- Homepage: https://gabrieldejesus.github.io/twitter-profile
- Size: 8.65 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter Profile
🐤 A clone of the profile page of a common user on twitter





## 🕹 Test here
https://gabrieldejesus.github.io/twitter-profile
## 📈 Example of use
I created this page to test my new knowledge with the CSS Flexible Box Layout, but known as Flexbox which is a CSS3 web layout template.
The flexible layout allows responsive elements within a container to be organized automatically, depending on the size of the screen.
## 🛠 Getting started
Windows:
You can clone the repository through CMD (Command Prompt) just by typing:
```sh
git clone https://github.com/gabrieldejesus/twitter-profile
```
or download the zip from the green button at the beginning of the repository


## 💻 Configuration for development
To run the project just run the file: `index.html`, type a text in the text area and click on read.
## 🗃 Release history
- 0.1.0
- Project finalized and studying the possibility of adding new resources
- The first suitable lauch
- 0.0.1
- Work in progress
## 📝 Meta
Gabriel de Jesus – [My portfolio](https://gabrieldesenvolvedor.com) – devgabrieldejesus@gmail.com
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
[https://github.com/gabrieldejesus/twitter-profile](https://github.com/gabrieldejesus)
## 🚀 Contribution
1. Make the _fork_ of the project ()
2. Create a _branch_ for your modification (`git checkout -b my-new-resource`)
3. Do _commit_ (`git commit -am 'Adding a new resource ...'`)
4. _Push_ (`git push origin my-new-feature`)
5. Create a new _Pull Request_
**After your pull request is merged**, you can safely delete your branch.
---