-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
|
||
# Hi, I'm Eric! 👋 | ||
|
||
|
||
## 🚀 About Me | ||
I'm Currently Starting Out On My Coding Journey! Right Now, I'm Learning Python And Julia. | ||
|
||
|
||
## 🛠 Skills | ||
Javascript, HTML, CSS... | ||
|
||
|
||
## 🔗 Links | ||
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://katherineoelsner.com/) | ||
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/) | ||
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/) | ||
|
||
|
||
## Support | ||
|
||
For support, email ericquando@gmail.com or join our Discord Server. | ||
|
||
|
||
## Run Locally | ||
|
||
Clone the project | ||
|
||
```bash | ||
git clone https://github.com/AirrickD/airrickd.github.io.git | ||
``` | ||
|
||
Go to the project directory | ||
|
||
```bash | ||
cd airrickd.github.io | ||
``` | ||
|
||
Install dependencies | ||
|
||
```bash | ||
brew install python3.10 | ||
``` | ||
|
||
|
||
|
||
## Contributing | ||
|
||
Contributions are always welcome! | ||
|
||
See `contributing.md` for ways to get started. | ||
|
||
Please adhere to this project's `code of conduct`. | ||
|
||
|
||
## FAQ | ||
|
||
#### Can I Use Code From This Website For My Own? | ||
|
||
Yes you can! Although not required, I would appreciate it if you credited me somewhere on your website! | ||
|
||
#### What Are You Learning Right Now? | ||
|
||
Right Now, I'm Currently Learning A Programming Language Called Julia! I'm Using This Book If You're Wondering: https://benlauwens.github.io/ThinkJulia.jl/latest/book.html | ||
|
||
|
||
## Roadmap | ||
|
||
- Fix The Homepage (Link The Proper Stylesheet) | ||
|
||
- Complete And Make The Porfolio Section Fuctional | ||
|
||
- Add All My Past Projects Into My Porfolio. | ||
|
||
|
||
## License | ||
|
||
[MIT](https://choosealicense.com/licenses/mit/) | ||
|