Modelo de Entrega Do Trabalho - VF
Modelo de Entrega Do Trabalho - VF
Modelo de Entrega Do Trabalho - VF
ATIVIDADE PRÁTICA
NOME, RU
CIDADE-ESTADO
2023
1. Estrutura de pastas do projeto
1
<h1>Kaique Ricardo de melo</h1>
<h3>Programador & Estudante</h3>
<p>
Meu nome é Kaique, e sou um desenvolvedor fullstack apaixonado
por solucionar problemas através da programação.
</p>
<p>
No momento, trabalho como freelancer, onde utilizo as stacks
Next.js e Nest.js do JavaScript para criar soluções inovadoras e eficientes
para meus clientes.
</p>
<div class="content-row">
<h2>Mais</h2>
<ul>
<li>
<a href="./education.html">
Formação
</a>
</li>
<li>
<a href="https://kai-dev-portfolio.vercel.app">
Portfólio
</a>
</li>
<li>
<a href="./contact.html">
Contato
</a>
</li>
<li>
<a href="./about.html">
Sobre
</a>
</li>
</ul>
</div>
</section>
</article>
</main>
<div class="footer-placeholder"></div>
</body>
</html>
<div class="container">
<!-- Seção de Apresentação -->
<div class="section">
<h2>Apresentação</h2>
<p>
Olá! Meu nome é Kaique Ricardo de Melo, tenho 19 anos e sou desen-
volvedor full stack especializado em Javascript.
Atualmente trabalho como freelancer e tenho experiência em criar
diversos projetos, como aplicações de gerenciamento de estoque e
sites de documentação. Sou apaixonado por tecnologia e sempre
busco novas oportunidades para me aprimorar e colaborar
com empresas que valorizam a inovação.
</p>
</div>
* {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
.nav-container {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: #131212;
}
.nav-container h3 {
margin: 10px;
}
.nav-container ul {
display: flex;
gap: 10px;
margin: 20px;
list-style: none;
justify-content: space-between;
}
.nav-container a {
text-decoration: none;
color: #fefefe;
}
.nav-container a:hover {
color: #fefefe86;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem 0;
bottom: 0;
width: 100%;
}
/* Mobile */
.nav-container ul {
margin: 20px 10px;
gap: 5px;
font-size: 17px;
}
header {
background-color: #333;
color: white;
padding: 1.5rem 0;
text-align: center;
}
.container {
max-width: 1100px;
margin: 20px auto;
padding: 0 20px;
}
h1, h2 {
color: #333;
margin-bottom: 20px;
text-align: center;
}
p {
margin-bottom: 15px;
text-align: justify;
}
.profile-picture {
text-align: center;
margin-bottom: 30px;
}
.profile-picture img {
border-radius: 50%;
max-width: 150px;
}
.section {
margin-bottom: 40px;
}
.skills-list, .hobbies-list {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}
h1 {
text-align: center;
color: #333;
margin-bottom: 20px;
}
form {
display: flex;
flex-direction: column;
gap: 1rem;
}
span {
margin-bottom: 5px;
font-weight: bold;
color: #555;
}
input[type="text"],
input[type="email"],
textarea {
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
color: #333;
width: 100%;
box-sizing: border-box;
}
textarea {
resize: vertical;
}
input[type="checkbox"] {
margin-right: 10px;
cursor: pointer;
}
button {
padding: 12px;
border: none;
border-radius: 4px;
background-color: #007bff;
color: #fff;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
width: 100%;
box-sizing: border-box;
}
button:hover {
background-color: #0056b3;
}
.container {
background-color: #ffffff;
padding: 20px 30px;
border-radius: 8px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
max-width: 500px;
margin: auto;
width: 100%;
}
.nav-placeholder {
width: 100%;
display: block;
}
.normal-label {
display: flex;
flex-direction: column;
}
.checkbox-row {
display: flex;
align-items: center;
gap: 10px;
}
.checkbox-row span {
margin-bottom: 0;
}
/* Pop-up */
.pop-up {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
z-index: 1000;
padding: 20px;
}
.pop-up-content {
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
text-align: center;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
max-width: 400px;
width: 100%;
position: relative;
overflow-wrap: break-word;
word-wrap: break-word;
}
.close-btn {
position: absolute;
top: 10px;
right: 10px;
font-size: 24px;
cursor: pointer;
color: #333;
}
.close-btn:hover {
color: #ff0000;
}
.confirm-btn {
padding: 10px 20px;
border: none;
border-radius: 4px;
background-color: #007bff;
color: #fff;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
margin-top: 10px;
}
.confirm-btn:hover {
background-color: #0056b3;
}
/* Mobile */
.pop-up {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
z-index: 1000;
padding: 0;
}
}
.container {
max-width: 1200px;
margin: 20px auto;
padding: 0 15px;
}
h1 {
text-align: center;
margin-bottom: 20px;
color: #4CAF50;
}
.formation-list {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}
.formation-item {
background-color: white;
border: 1px solid #ddd;
border-radius: 5px;
padding: 15px;
width: 300px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
}
.formation-item h2 {
margin-top: 0;
font-size: 1.5rem;
color: #333;
}
.formation-item p {
font-size: 1rem;
margin-bottom: 10px;
}
.home-container article {
display: flex;
flex-direction: row;
max-width: 850px;
width: 100%;
justify-content: center;
margin: 0 auto;
}
.home-container article h1 {
font-size: 20px;
text-decoration: underline;
}
.home-container article h3 {
font-size: 14px;
}
.home-container p {
font-size: 14px;
}
.content-row {
display: flex;
border: 0;
border-radius: 5px;
background-color: rgb(187, 162, 19);
text-align: center;
justify-content: space-between;
align-items: center;
flex-direction: column;
margin: .5rem;
padding: .5rem 0 .5rem 0;
}
.content-row ul {
display: flex;
list-style: none;
gap: 1rem;
}
.content-row ul li {
cursor: pointer;
}
.content-row ul li a {
text-decoration: none;
color: #000000;
}
.content-row ul li:hover {
text-decoration: underline;
}
/* Mobile */
.home-container img {
max-width: 373px;
width: 100%;
}
}
if (!checkBox.checked) {
alert('Por favor, confirme o envio marcando a caixa de seleção.');
return;
}
popUp.style.display = 'flex';
namePopUp.innerText = nameInput.value;
emailPopUp.innerText = emailInput.value;
messagePopUp.innerText = messageInput.value;
});
closeBtn.addEventListener('click', () => {
popUp.style.display = 'none';
});
confirmBtn.addEventListener('click', () => {
popUp.style.display = 'none';
});