-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
219 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,47 @@ | ||
# README | ||
|
||
This README would normally document whatever steps are necessary to get the | ||
application up and running. | ||
# Rookie Coder Network | ||
|
||
Things you may want to cover: | ||
|
||
* Ruby version | ||
O Rookie Coder Network é um ambicioso projeto dedicado a oferecer suporte gratuito e personalizado para aqueles que estão dando os primeiros passos na área de Tecnologia da Informação (TI). Nosso principal objetivo é proporcionar um ambiente acolhedor e educacional, onde iniciantes possam trilhar caminhos específicos de aprendizado de acordo com suas áreas de interesse. | ||
|
||
* System dependencies | ||
Nossa abordagem inovadora se baseia em fornecer roadmaps personalizados, elaborados cuidadosamente para atender às necessidades individuais de cada estudante. Ao identificar a área específica de interesse, seja desenvolvimento de software, administração de sistemas, segurança cibernética ou outros campos, oferecemos direcionamentos claros e recursos relevantes para impulsionar o aprendizado. | ||
|
||
* Configuration | ||
|
||
* Database creation | ||
## Demonstração | ||
|
||
* Database initialization | ||
![alt text](https://github.com/Rafazg/open-source/blob/main/DesignPaginaInicialFigma.png?raw=true) | ||
|
||
* How to run the test suite | ||
|
||
* Services (job queues, cache servers, search engines, etc.) | ||
|
||
* Deployment instructions | ||
|
||
* ... | ||
## FAQ | ||
|
||
### Quais recursos são oferecidos pelo Rookie Coder Network? | ||
|
||
Oferecemos roadmaps personalizados com base nas áreas de interesse de cada estudante, orientações de mentores experientes, uma comunidade ativa para interação e troca de conhecimentos, além de recursos educacionais gratuitos. | ||
|
||
### Como posso obter um roadmap personalizado? | ||
|
||
Ao se juntar à nossa comunidade, você terá acesso a um quiz que nos ajudarão a entender suas áreas de interesse e nível de conhecimento. Com base nessas informações, criaremos um roadmap personalizado para você. | ||
|
||
### O suporte do Rookie Coder Network é gratuito? | ||
|
||
Sim, todo o suporte e recursos oferecidos pelo Rookie Coder Network são totalmente gratuitos. Acreditamos que o acesso à educação de qualidade em TI não deve ser um impedimento, e nosso compromisso é fornecer apoio sem custos. | ||
|
||
### Há oportunidades para interação com outros membros da comunidade? | ||
|
||
Sim, encorajamos ativamente a interação entre os membros. Temos fóruns de discussão, canais de chat e eventos online onde os estudantes podem compartilhar experiências, fazer perguntas e colaborar em projetos. | ||
|
||
### Como posso contribuir para o Rookie Coder Network? | ||
|
||
Se você é um profissional experiente disposto a se tornar mentor, ou se deseja contribuir com recursos educacionais, entre em contato conosco. Valorizamos a colaboração e a construção coletiva do conhecimento. | ||
|
||
## Autores | ||
|
||
- [@Rafazg](https://github.com/Rafazg) | ||
- [@MattSouza14](https://github.com/MattSouza14) | ||
- [@AnaLuiza]() | ||
- [@IsabeladpCastro](https://github.com/IsabeladpCastro) | ||
- [@JamesPeter](https://github.com/Jmspter) | ||
- [@Saymonmedeiros](https://github.com/saymonmedeiros) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<p>Welcome <%= @email %>!</p> | ||
<p>Bem-vindo <%= @resource.name %>!</p> | ||
|
||
<p>You can confirm your account email through the link below:</p> | ||
<p>Você pode confirmar o e-mail da sua conta através do link abaixo:</p> | ||
|
||
<p><%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %></p> | ||
<p><%= link_to 'Confirmar minha conta', confirmation_url(@resource, confirmation_token: @token) %></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<p>Hello <%= @email %>!</p> | ||
<p>Olá <%= @resource.name %>!</p> | ||
|
||
<% if @resource.try(:unconfirmed_email?) %> | ||
<p>We're contacting you to notify you that your email is being changed to <%= @resource.unconfirmed_email %>.</p> | ||
<p>Estamos entrando em contato com você para notificá-lo de que seu e-mail será alterado para <%= @resource.unconfirmed_email %>.</p> | ||
<% else %> | ||
<p>We're contacting you to notify you that your email has been changed to <%= @resource.email %>.</p> | ||
<p>Estamos entrando em contato com você para notificá-lo de que seu e-mail foi alterado para <%= @resource.email %>.</p> | ||
<% end %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<p>Hello <%= @resource.email %>!</p> | ||
<p>Olá <%= @resource.name %>!</p> | ||
|
||
<p>We're contacting you to notify you that your password has been changed.</p> | ||
<p>Estamos entrando em contato com você para notificá-lo de que sua senha foi alterada.</p> |
10 changes: 5 additions & 5 deletions
10
app/views/devise/mailer/reset_password_instructions.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<p>Hello <%= @resource.email %>!</p> | ||
<p>Olá <%= @resource.name %>!</p> | ||
|
||
<p>Someone has requested a link to change your password. You can do this through the link below.</p> | ||
<p>Alguém solicitou um link para alterar sua senha. Você pode fazer isso através do link abaixo.</p> | ||
|
||
<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p> | ||
<p><%= link_to 'Alterar minha senha', edit_password_url(@resource, reset_password_token: @token) %></p> | ||
|
||
<p>If you didn't request this, please ignore this email.</p> | ||
<p>Your password won't change until you access the link above and create a new one.</p> | ||
<p>Se você não solicitou isso, ignore este e-mail.</p> | ||
<p>Sua senha não será alterada até que você acesse o link acima e crie uma nova.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<p>Hello <%= @resource.email %>!</p> | ||
<p>Olá <%= @resource.name %>!</p> | ||
|
||
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p> | ||
<p>Sua conta foi bloqueada devido a um número excessivo de tentativas de login malsucedidas.</p> | ||
|
||
<p>Click the link below to unlock your account:</p> | ||
<p>Clique no link abaixo para desbloquear sua conta:</p> | ||
|
||
<p><%= link_to 'Unlock my account', unlock_url(@resource, unlock_token: @token) %></p> | ||
<p><%= link_to 'Desbloquear minha conta', unlock_url(@resource, unlock_token: @token) %></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,36 @@ | ||
<h2>Change your password</h2> | ||
|
||
<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %> | ||
<%= render "devise/shared/error_messages", resource: resource %> | ||
<%= f.hidden_field :reset_password_token %> | ||
|
||
<div class="field"> | ||
<%= f.label :password, "New password" %><br /> | ||
<% if @minimum_password_length %> | ||
<em>(<%= @minimum_password_length %> characters minimum)</em><br /> | ||
<% end %> | ||
<%= f.password_field :password, autofocus: true, autocomplete: "new-password" %> | ||
<section> | ||
<div class="flex flex-col items-center justify-center px-6 py-8 mx-auto md:h-screen lg:py-0"> | ||
<a href="/" class="flex items-center mb-6 w-40"> | ||
<%= image_tag "rokie.png" %> | ||
</a> | ||
<div class="w-full p-6 rounded-lg shadow border md:mt-0 sm:max-w-md bg-gray-800 border-gray-700 sm:p-8"> | ||
<h2 class="mb-1 text-xl font-bold leading-tight tracking-tight md:text-2xl text-white"> | ||
Alterar a senha | ||
</h2> | ||
<div class="flex items-center p-4 mb-4 text-sm text-yellow-800 border border-yellow-300 rounded-lg bg-yellow-50 dark:bg-gray-800 dark:text-yellow-300 dark:border-yellow-800" role="alert"> | ||
<svg class="flex-shrink-0 inline w-4 h-4 me-3" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20"> | ||
<path d="M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM9.5 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM12 15H8a1 1 0 0 1 0-2h1v-3H8a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1v4h1a1 1 0 0 1 0 2Z"/> | ||
</svg> | ||
<span class="sr-only">Info</span> | ||
<div> | ||
<span class="font-medium">Alerta de aviso! </span>mínimo de caracteres: <%= @minimum_password_length %> | ||
</div> | ||
</div> | ||
<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %> | ||
<div class="mt-4 space-y-4 lg:mt-5 md:space-y-5"> | ||
<%= render "devise/shared/error_messages", resource: resource %> | ||
<%= f.hidden_field :reset_password_token %> | ||
<div> | ||
<%= f.label :password, "Nova Senha", class:"block mb-2 text-sm font-medium dark:text-white" %> | ||
<%= f.password_field :password, autofocus: true, autocomplete: "new-password", placeholder:"••••••", class:"border border-gray-600 text-sm rounded-lg focus:border-lime-500 block w-full p-2.5 bg-gray-700 placeholder-gray-400 text-white focus:ring-lime-500" %> | ||
</div> | ||
<div> | ||
<%= f.label :password_confirmation, "Confirme a nova senha", class:"block mb-2 text-sm font-medium dark:text-white" %> | ||
<%= f.password_field :password_confirmation, autocomplete: "new-password", placeholder:"••••••", class:"border border-gray-600 text-sm rounded-lg focus:border-lime-500 block w-full p-2.5 bg-gray-700 placeholder-gray-400 text-white focus:ring-lime-500" %> | ||
</div> | ||
<%= f.submit "Redefinir senha", class:"w-full text-white bg-lime-600 hover:bg-lime-700 focus:ring-4 focus:outline-none focus:ring-lime-800 font-medium rounded-lg text-sm px-5 py-2.5 text-center" %> | ||
</div> | ||
<% end %> | ||
</div> | ||
</div> | ||
|
||
<div class="field"> | ||
<%= f.label :password_confirmation, "Confirm new password" %><br /> | ||
<%= f.password_field :password_confirmation, autocomplete: "new-password" %> | ||
</div> | ||
|
||
<div class="actions"> | ||
<%= f.submit "Change my password" %> | ||
</div> | ||
<% end %> | ||
|
||
<%= render "devise/shared/links" %> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
<h2>Forgot your password?</h2> | ||
|
||
<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> | ||
<%= render "devise/shared/error_messages", resource: resource %> | ||
|
||
<div class="field"> | ||
<%= f.label :email %><br /> | ||
<%= f.email_field :email, autofocus: true, autocomplete: "email" %> | ||
<section> | ||
<div class="flex flex-col items-center justify-center px-6 py-8 mx-auto md:h-screen lg:py-0"> | ||
<a href="/" class="flex items-center mb-6 w-40"> | ||
<%= image_tag "rokie.png" %> | ||
</a> | ||
<div class="w-full p-6 rounded-lg shadow border md:mt-0 sm:max-w-md bg-gray-800 border-gray-700 sm:p-8"> | ||
<h1 class="mb-1 text-xl font-bold leading-tight tracking-tight md:text-2xl text-white"> | ||
Esqueceu sua senha? | ||
</h1> | ||
<p class="font-light text-gray-400">Não se preocupe! Basta digitar seu e-mail e enviaremos um código para redefinir sua senha!</p> | ||
<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> | ||
<div class="mt-4 space-y-4 lg:mt-5 md:space-y-5"> | ||
<%= render "devise/shared/error_messages", resource: resource %> | ||
<div> | ||
<%= f.label :email, class:"block mb-2 text-sm font-medium dark:text-white" %> | ||
<%= f.email_field :email, autofocus: true, autocomplete: "email", class:"bg-gray-700 border border-gray-600 text-sm rounded-lg block w-full p-2.5 placeholder-gray-400 text-white focus:ring-lime-500 focus:border-lime-500", placeholder:"[email protected]" %> | ||
</div> | ||
<%= f.submit "Redefinir senha", class:"w-full text-white bg-lime-600 hover:bg-lime-700 focus:ring-4 focus:outline-none focus:ring-lime-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center focus:ring-lime-800" %> | ||
</div> | ||
<% end %> | ||
</div> | ||
</div> | ||
|
||
<div class="actions"> | ||
<%= f.submit "Send me reset password instructions" %> | ||
</div> | ||
<% end %> | ||
|
||
<%= render "devise/shared/links" %> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.