Skip to content

Commit

Permalink
commit initial
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianaBritoDev authored Feb 28, 2024
0 parents commit c5f9b9a
Show file tree
Hide file tree
Showing 9 changed files with 228 additions and 0 deletions.
26 changes: 26 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.rowindex {
background: linear-gradient(500deg, #539FA2, #72B1A4, white);
background-size: 180% 180%;
animation: gradient-animation 18s ease infinite;
}
@keyframes gradient-animation {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.icon-square {
width: 3rem;
height: 3rem;
border-radius: 0.75rem;
}

.profile-img {
border-radius: 50%;
height: 100px;
}
Binary file added images/IMG_20210125_165409_883.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/WhatsApp Image 2023-08-23 at 12.22.01.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/WhatsApp Image 2023-08-23 at 12.28.58.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/WhatsApp Image 2023-08-23 at 12.29.26.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/d142785be6ca903cfdd8dd46a8188293.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
202 changes: 202 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Site - Luciana Brito</title>
</header>
<head>
<div class="row rowindex">
</div>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>

<body>

<section id="title" class="row rowindex">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="images/Me.jpg" class="d-block mx-lg-auto img-fluid" alt="Temas Bootstrap" width="700" height="500" loading="lazy" _mstalt="287586" _msthash="16">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3" _msttexthash="1590264" _msthash="17">I'm Luciana Brito</h1>
<p class="lead" _msttexthash="47325317" _msthash="18">A student dev who likes to solve problems through technology.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
</div>
</div>
</div>
</div>
</section>

<div class="row rowindex">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="images/WhatsApp Image 2023-08-23 at 12.22.01.jpeg" class="d-block mx-lg-auto img-fluid" alt="Temas Bootstrap" width="700" height="500" loading="lazy" _mstalt="287586" _msthash="16">
</div>
<div class="col-lg-6">
<h2 class="display-5 fw-bold text-body-emphasis lh-1 mb-3" _msttexthash="1590264" _msthash="17">Education:</h2>
<ul>
<li>Degree in Pedagogy from the Federal University of Piauí - UFPI (2011);</li>
<li>Postgraduate studies in Institutional and Clinical Psychopedagogy by Faculdade Internacional do Delta - FID (2014);</li>
<li>Degree in Literature/English from Estácio de Sá University - UNESA (2021);</li>
<li>She has been working in the educational field since 2012;</li>
<li>Creator of the Teacher Luciana Brito: online English course for Beginners (A1), Basic English (A2) and Intermediate (B1);</li>
<li>Web Development Student - Udemy (2023 up to now);</li>
<li>Systems Analysis and Development Student - UniCesumar (2023 up to now);</li>
<li>For more information visit the Lattes link: http://lattes.cnpq.br/3627010651027884.</li>
</ul>
<p class="lead" _msttexthash="47325317" _msthash="18"></p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
</div>
</div>
</div>
</div>

<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="images/WhatsApp Image 2023-08-23 at 12.25.34.jpeg" class="d-block mx-lg-auto img-fluid" alt="Temas Bootstrap" width="700" height="500" loading="lazy" _mstalt="287586" _msthash="16">
</div>
<div class="col-lg-6">
<h3 class="display-5 fw-bold text-body-emphasis lh-1 mb-3" _msttexthash="1590264" _msthash="17">Technologies that I use in my daily life as a student of Web Development:</h3>
<ul>
<li>HTML5;</li>
<li>CSS;</li>
<li>JAVASCRIPT;</li>
<li>NODE.JS;</li>
<li>REACT;</li>
<li>MONGODB.</li>
</ul>
<p class="lead" _msttexthash="47325317" _msthash="18"></p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
</div>
</div>
</div>
</div>

<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="images/WhatsApp Image 2023-08-23 at 12.28.58.jpeg" class="d-block mx-lg-auto img-fluid" alt="Temas Bootstrap" width="700" height="500" loading="lazy" _mstalt="287586" _msthash="16">
</div>
<div class="col-lg-6">
<h3 class="display-5 fw-bold text-body-emphasis lh-1 mb-3" _msttexthash="1590264" _msthash="17">Skills:</h3>
<ul>
<li>Web Development;</li>
<li>Front-End Development;</li>
<li>Back-End Development;</li>
<li>Educational Technologies;</li>
<li>English as a Second Language (ESL).</li>
</ul>
<p class="lead" _msttexthash="47325317" _msthash="18"></p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
</div>
</div>
</div>
</div>

<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="images/d142785be6ca903cfdd8dd46a8188293.jpg" class="d-block mx-lg-auto img-fluid" alt="Temas Bootstrap" width="700" height="500" loading="lazy" _mstalt="287586" _msthash="16">
</div>
<div class="col-lg-6">
<h4 class="display-5 fw-bold text-body-emphasis lh-1 mb-3" _msttexthash="1590264" _msthash="17">Work Experience:</h4>
<ul>
<li>Elementary school teacher - Colégio Diocesano de Parnaíba LTDA (Part-time in person).
Jan 2012 - Feb 2014.
Parnaíba, Piauí, Brazil.
Skills: Primary and secondary education. Education;</li>
<li>Infant School Teacher Edna Almeida (Self-employed: face-to-face).
Aug 2015 - Apr 2016.
Parnaíba, Piauí, Brazil.
Psychopedagogical guidance to the professional team and the families of the children enrolled in the educational institution. Psychopedagogical guidance to the professional team and the families of the children enrolled in the educational institution.
Skills: Educational consulting. Psychology. Team leadership. Management;</li>
<li>Delta International College (Freelance: face-to-face).
Sep 2016 - Oct 2016.
Parnaíba, Piauí, Brazil.
I taught the disciplines in the Postgraduate courses in Institutional and Clinical Psychopedagogy and Early Childhood Education: 'The use of the playful in Psychopedagogy - evaluation and intervention' (20 hours) and 'The pedagogical intervention with games in the teaching of mathematics' (20 hours) as a guest teacher.
Skills: Higher education. University education. Education;</li>
<li>Computer Operator - Servfaz Serviços de Mao de Obra Ltda (Outsourced - face-to-face).
May 2016 - Mar 2017.
Parnaíba, Piauí, Brazil.
Administrative activities in the accounting sector of the Federal University of Piauí (UFPI). Administrative activities in the accounting sector of the Federal University of Piauí (UFPI).
Skills: Microsoft Office · Microsoft Excel · Microsoft Word · Microsoft PowerPoint · Microsoft Outlook;</li>
<li>Elementary school teacher - Municipal Department of Education of Parnaíba/Piauí (part-time:face-to-face and remote learning).
Aug 2018 - Apr 2023.
Parnaíba, Piauí, Brazil.
Skills: Elementary and high school. Education. Remote learning;</li>
<li>English Teacher at Teacher Luciana Brito (Self-employed - remote learning)
Jan 2022 - present moment.
Parnaíba, Piauí, Brazil.
Private (online) English lessons for the levels: beginner, basic and intermediate.
Skills: Educational technologies. Linguistics. Distance education. ESL (English as a Second Language).</li>

</ul>
<p class="lead" _msttexthash="47325317" _msthash="18"></p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
</div>
</div>
</div>
</div>

<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="images/WhatsApp Image 2023-08-23 at 12.29.26.jpeg" class="d-block mx-lg-auto img-fluid" alt="Temas Bootstrap" width="700" height="500" loading="lazy" _mstalt="287586" _msthash="16">
</div>
<div class="col-lg-6">
<h5 class="display-5 fw-bold text-body-emphasis lh-1 mb-3" _msttexthash="1590264" _msthash="17">Contact me:</h5>
<p>Tel: +5586999401392</p>
<p>Email: [email protected]</p>
<p>
Parnaíba - Piauí<br />
Brazil <br />
</p>
<p class="lead" _msttexthash="47325317" _msthash="18"></p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
</div>
</div>
</div>
</div>

<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center">
<a href="/" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1">
<svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"></use></svg>
</a>
<span class="mb-3 mb-md-0 text-body-secondary" _msttexthash="269100" _msthash="13">© 2023 Luciana Brito. Todos os direitos reservados.</span>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3"><a class="text-body-secondary" href="#"><svg class="bi" width="24" height="24"><use xlink:href="LinkedIn"></use></svg></a></li>
<a href="https://www.linkedin.com/in/luciana-brito-60a307237/" target="_blank"><input type="button" value="LinkedIn"></a>
<li class="ms-3"><a class="text-body-secondary" href="#"><svg class="bi" width="24" height="24"><use xlink:href="GitHub"></use></svg></a></li>
<a href="https://github.com/LucianaBritoDev" target="_blank"><input type="button" value="GitHub"></a>
<li class="ms-3"><a class="text-body-secondary" href="#"><svg class="bi" width="24" height="24"><use xlink:href="LinkTree"></use></svg></a></li>
<a href="https://linktr.ee/TeacherLucianaBrito" target="_blank"><input type="button" value="LinkTree"></a>
</ul>
</footer>
</body>

</html>
















0 comments on commit c5f9b9a

Please sign in to comment.