Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erlisakulla committed Apr 18, 2021
1 parent 09d49ac commit 8c756dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Personal Website

## [www.erlisakulla.com](www.erlisakulla.com)

## Framework: React

## TODO
Expand All @@ -14,10 +16,11 @@
- [ ] Make work and education cards collapsible to show more details
- [ ] Add transition when content is loading
- [ ] Add animations and transitions using react-scroll, GSAP or ScrollMagic
- [ ] Get domain and connect it
- [X] Get domain and connect it
- [ ] Add background hover animations
- [ ] Illustration hover animations
- [ ] Create logo animation when page is loaded
- [ ] Add sticky social media icons to the side

## Styles
* Fonts: Poppins, IBM Plex Serif
Expand Down
23 changes: 0 additions & 23 deletions src/main/Home/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,6 @@ import Education from '../sections/Education';
import Experience from '../sections/Experience';
import { FiMoreHorizontal } from 'react-icons/fi';

/*
TODO
create illustrations for can do and learning
add skils and tools to cando/learning
add picture with white coloring
activate navbar links when scrolled at them
custom Erlisa Kulla handwritten
edit can do and learning sections
make skills and can do as slideshow cards
make stuff appear on scroll
do sth cool when hover on sofware engineer and artist
add random objects that when you hover you can see info: mp3 player, notebook/sketchbook,
use react-scroll
cool background designs
https://reactjs.org/docs/animation.html#low-level-api-reacttransitiongroup
cool background illustrations for each section that move on scroll
add transition when content is loading
*/

class Home extends React.Component {
constructor(props) {
super(props);
Expand Down

0 comments on commit 8c756dd

Please sign in to comment.