parent
b47cf8261f
commit
a8753f6f73
@ -0,0 +1,32 @@
|
||||
# About Me
|
||||
|
||||
**Tier:** 1-Beginner
|
||||
|
||||
Build a simple single page "about me" website.
|
||||
The purpose is of this project to re-enforce the basic knowledge of HTML, CSS, and JavaScript.
|
||||
|
||||
Try to make it a responsive design.
|
||||
|
||||
|
||||
## User Stories
|
||||
|
||||
- [ ] User can view your profile picture
|
||||
- [ ] User can read your bio(or whatever you want to share) in not more than two sentences
|
||||
- [ ] User can click a link to your social media handles
|
||||
|
||||
## Bonus features
|
||||
|
||||
- [ ] User can send you a mail
|
||||
|
||||
|
||||
## Useful links and resources
|
||||
|
||||
[Flexbox(Dev.to)](https://web.dev/learn/css/flexbox/)
|
||||
[HTML(w3Schools)](https://www.w3schools.com/html/)
|
||||
[CSS(w3Schools)](https://www.w3schools.com/css/)
|
||||
[JavaScript(Javascript.info)](https://javascript.info/)
|
||||
|
||||
## Example projects
|
||||
|
||||
[by Jo](https://iamjo.netlify.app/)
|
||||
|
Loading…
Reference in new issue