Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alteracoes, grupo 5 #1

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
918a078
alteracoes, grupo 5
giovaner10 Mar 27, 2022
339cb9d
novas atualizacoes
giovaner10 Mar 27, 2022
8515f14
alteracoes no responsive nav bar
giovaner10 Mar 28, 2022
bd07871
Adicionando Lazy Loading
tikaoo Apr 2, 2022
74fb9d0
mudancas no html do home component visando adequacao ao design real, …
giovaner10 Apr 4, 2022
5af7899
adocao de um scroll, percebendo que a pagina em diversas ocasioes pes…
giovaner10 Apr 5, 2022
e41bfbf
adicao do router link para o perfil no asside
giovaner10 Apr 10, 2022
9dbe61f
colocao do pointer nos itens que vao direcionar para perfil no asside
giovaner10 Apr 10, 2022
3d764c9
inserindo footer
IsisFer Apr 11, 2022
9042304
revertendo lazy loading
alvaroaxsmith Apr 12, 2022
4ac87ae
revertendo lazy loading
alvaroaxsmith Apr 12, 2022
3147b02
Mid section do perfil principal
IgorSC2022 Apr 12, 2022
9ebd412
Arrumando responsividade das imagens Mid section
IgorSC2022 Apr 12, 2022
3427cac
Fixing again :(
IgorSC2022 Apr 12, 2022
84fa0e2
top-section do perfil principal
Egysella Apr 12, 2022
839f0c1
update
LuizEduardoLeite Apr 12, 2022
a9dc463
update
tikaoo Apr 12, 2022
f80c828
update
alvaroaxsmith Apr 12, 2022
c55f4c8
Merge branch 'grupo5' of https://github.com/alvaroaxsmith/devgram int…
alvaroaxsmith Apr 12, 2022
d2bc890
Revert "update"
alvaroaxsmith Apr 12, 2022
8265d49
Bump minimist from 1.2.5 to 1.2.6
dependabot[bot] May 1, 2022
13d0066
Merge pull request #7 from alvaroaxsmith/dependabot/npm_and_yarn/mini…
alvaroaxsmith May 5, 2022
debc47d
Bump eventsource from 1.1.0 to 1.1.1
dependabot[bot] Jun 1, 2022
d5e6816
Bump async from 2.6.3 to 2.6.4
dependabot[bot] Jun 3, 2022
01e5744
Merge pull request #9 from alvaroaxsmith/dependabot/npm_and_yarn/asyn…
alvaroaxsmith Jun 30, 2022
ca902e7
Merge pull request #8 from alvaroaxsmith/dependabot/npm_and_yarn/even…
alvaroaxsmith Jun 30, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
"src/styles.css",
"./node_modules/normalize.css/normalize.css"
],
Expand Down Expand Up @@ -102,6 +103,7 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
"src/styles.css"
],
"scripts": []
Expand Down
Loading