Skip to content

Commit

Permalink
Merge pull request #11 from vanribeiro/dev
Browse files Browse the repository at this point in the history
Fix and updates
  • Loading branch information
vanribeiro authored Jul 23, 2024
2 parents 78663e3 + 136358b commit 8f650a2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 35 deletions.
5 changes: 5 additions & 0 deletions assets/style/components/header-pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
}

@media screen and (max-width: 450px){

.header-page__container--mobile{
margin: 16px auto 8px auto;
}

.header-page{
margin-bottom: 8px;
padding-bottom: 8px;
Expand Down
2 changes: 1 addition & 1 deletion assets/style/components/menu-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

.menu-mobile__close-button-container{
margin: 20px auto;
margin: 16px auto 8px auto;
height: 32px;
display: flex;
justify-content: flex-end;
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</head>
<body>
<header class="header-page header-page--home">
<div class="header-page__container this-container">
<div class="header-page__menu-icon__container" style="display: none">
<div class="header-page__container header-page__container--mobile this-container ">
<div class="header-page__menu-icon__container">
<i class="humburger__icon icons"></i>
</div>
<nav class="header-page__menu">
Expand All @@ -38,7 +38,7 @@ <h2 class="profile__content__subtitle">front-end developer</h2>
</header>
<div class="profile__content__text">
<p>
Alguém que ama tecnologias web e busca melhorar suas habilidades de programação e solução de problemas, resolvendo desafios e criando pequenos projetos. Possui boa capacidade de análise, raciocínio e criatividade.
Alguém que curte tecnologias web e busca melhorar suas habilidades de programação e solução de problemas, resolvendo desafios e criando pequenos projetos.
</p>
</div>
</article>
Expand Down
5 changes: 0 additions & 5 deletions package-lock.json

This file was deleted.

25 changes: 0 additions & 25 deletions package.json

This file was deleted.

2 changes: 1 addition & 1 deletion paginas/updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="./../assets/style/libs/language-colors.css">
<link rel="stylesheet" href="./../assets/style/app.css">
<link rel="stylesheet" href="./../assets/style/pages/updates.css">
<title>Vanessa Ribeiro - Commits</title>
<title>Vanessa Ribeiro - Atualizações</title>
</head>

<body>
Expand Down
Binary file modified to-download/cv-vanessa-ribeiro.pdf
Binary file not shown.

0 comments on commit 8f650a2

Please sign in to comment.