├── README.md ├── gifs ├── diminuindo.gif ├── expandindo.gif ├── overview.gif └── responsive_example.gif ├── images ├── bootcamp.svg ├── bossabox.png ├── comunidade-home.svg ├── facebook.svg ├── icon_menu.svg ├── impulso.png ├── instagram.svg ├── logo-rocketseat.svg ├── melhores-tecnologias.svg ├── rocketseat_logo.png ├── send.svg ├── starter.svg ├── techs-1.svg ├── techs-2.svg ├── trofeu-home.svg ├── twitter.svg ├── yoda.svg └── youtube.svg ├── index.html └── styles ├── footer.css ├── global.css ├── header.css ├── section_comunidade.css ├── section_curso.css ├── section_description.css ├── section_parceria.css ├── section_tecnologia.css └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/README.md -------------------------------------------------------------------------------- /gifs/diminuindo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/gifs/diminuindo.gif -------------------------------------------------------------------------------- /gifs/expandindo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/gifs/expandindo.gif -------------------------------------------------------------------------------- /gifs/overview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/gifs/overview.gif -------------------------------------------------------------------------------- /gifs/responsive_example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/gifs/responsive_example.gif -------------------------------------------------------------------------------- /images/bootcamp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/bootcamp.svg -------------------------------------------------------------------------------- /images/bossabox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/bossabox.png -------------------------------------------------------------------------------- /images/comunidade-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/comunidade-home.svg -------------------------------------------------------------------------------- /images/facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/facebook.svg -------------------------------------------------------------------------------- /images/icon_menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/icon_menu.svg -------------------------------------------------------------------------------- /images/impulso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/impulso.png -------------------------------------------------------------------------------- /images/instagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/instagram.svg -------------------------------------------------------------------------------- /images/logo-rocketseat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/logo-rocketseat.svg -------------------------------------------------------------------------------- /images/melhores-tecnologias.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/melhores-tecnologias.svg -------------------------------------------------------------------------------- /images/rocketseat_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/rocketseat_logo.png -------------------------------------------------------------------------------- /images/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/send.svg -------------------------------------------------------------------------------- /images/starter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/starter.svg -------------------------------------------------------------------------------- /images/techs-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/techs-1.svg -------------------------------------------------------------------------------- /images/techs-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/techs-2.svg -------------------------------------------------------------------------------- /images/trofeu-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/trofeu-home.svg -------------------------------------------------------------------------------- /images/twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/twitter.svg -------------------------------------------------------------------------------- /images/yoda.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/yoda.svg -------------------------------------------------------------------------------- /images/youtube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/images/youtube.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/index.html -------------------------------------------------------------------------------- /styles/footer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/styles/footer.css -------------------------------------------------------------------------------- /styles/global.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/styles/global.css -------------------------------------------------------------------------------- /styles/header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/styles/header.css -------------------------------------------------------------------------------- /styles/section_comunidade.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/styles/section_comunidade.css -------------------------------------------------------------------------------- /styles/section_curso.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/styles/section_curso.css -------------------------------------------------------------------------------- /styles/section_description.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/styles/section_description.css -------------------------------------------------------------------------------- /styles/section_parceria.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/styles/section_parceria.css -------------------------------------------------------------------------------- /styles/section_tecnologia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/styles/section_tecnologia.css -------------------------------------------------------------------------------- /styles/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xjoaovictor/rocketseat-clone/HEAD/styles/style.css --------------------------------------------------------------------------------