Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-vpereira committed Sep 18, 2024
1 parent 91525c8 commit ff8515e
Show file tree
Hide file tree
Showing 20 changed files with 660 additions and 0 deletions.
Binary file added CV.pdf
Binary file not shown.
Binary file added images/.jpg
Binary file not shown.
Binary file added images/bg.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/bg1.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/foto.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/pexels-ben-mack-5326901.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/pexels-benjamin-suter-3617500.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/pexels-cliford-mervil-2469122.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/pexels-eberhard-grossgasteiger-2310647.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/pexels-no-name-66997.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/pexels-pixabay-371649.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/pexels-ramon-hernandez-15979594.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/pexels-tobias-bjørkli-4976595.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/potencial2-removebg-preview.png
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/praia.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/profile.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/qrcode.png
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/wp5601205-3161903454.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
235 changes: 235 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,235 @@
<!DOCTYPE html>

<!-- É assim que se inserem comentários. -->


<html lang="pt">



<head>
<title> Francisco Valente </title>
<meta charset="UTF-8">
<meta name="author" content="Francisco">
<meta name="description" content="Descrição do meu site pessoal">

<link rel="icon" href="favicon.ico" type="image/apple-touch-icon.png" />


<!-- Podemos importar fontes do GoogleFonts mas temos de inserir antes do ficheiro CSS -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.google.com/specimen/Bitter?category=Serif,Monospace">

<!-- Comandos para inserir ficheiro .css e .js-->
<link rel="stylesheet" href="style.css" />
<!-- <script src="my-js-file.js" defer></script> -->

</head>





<body>


<!-- <div class="menu-container">
<input type="checkbox" id="openmenu" class="hamburger-checkbox">
<div class="hamburger-icon">
<label for="openmenu" id="hamburger-label">
<span></span>
<span></span>
<span></span>
<span></span>
</label>
</div> -->



<!-- <div class="menu-pane">
<nav>
<ul class="menu-links">
<li><a href="#section1">Formação Académica</a></li>
<li><a href="#section2">Experiência Relevante</a></li>
<li><a href="#section3">Competências</a></li>
<li><a href="#section4">Contactos</a></li>
</ul>
</nav>
</div> -->

<div class="body-text">
<h1> Francisco Valente Pereira</h1>
</div>

</div>




<figure>
<img src="images/potencial2-removebg-preview.png" alt="Foto de Perfil", width="200px" height="200px">
</figure>

<figcaption>
</figcaption>

<h2 id="section1"> Formação Académica </h2>


<ul>

<li > Licenciatura em Física </li>
<ul>
<li class="habs"> Faculdade de Ciências da Universidade do Porto &emsp; &emsp; 09/2017 - 01/2022 </li>
<li class="habs" > <h4>Cadeiras Relevantes </h4> </li>
<li class="habs">

<div class="center-table">

<table class="center-table">
<tr>
<td>Análise Real I </td>
<td>Análise II </td>
<td>Análise III </td>
<td>Álgebra Linear e Geometria Analítica</td>
</tr>
</table>

</div>

<div class="center-second-row">
<table>
<tr>
<td> Modelos Matemáticos nas Ciências </td>
<td> Análise Numérica </td>
<td> Física Computacional </td>
</tr>
</table>

</div>





</li>

</ul>


<li> Mestrado em Estatística Computacional e Análise de Dados </li>
<ul>
<li class="habs"> Faculdade de Ciências da Universidade do Porto &emsp; &emsp; 09/2022 - Presente</li>
<li class="habs"> <h4>Cadeiras Relevantes </h4></li>
<li class="habs">

<div class="center-table">

<table class="center-table">
<tr>
<td>Estatística Aplicada </td>
<td>Estatística Computacional </td>
<td>Análise Numérica e Simulação</td>
</tr>
</table>

</div></li>
</ul>
</ul>



<h2 id="section2"> Experiência Relevante</h2>

<ul>

<li > Explicador de Matemática </li>
<ul>
<li class="habs"> Centro de Explicações Ciência do Saber &emsp; &emsp; 04/2022 - 06/2022 </li>
<li class="habs">Preparação de alunos para exame nacional de Matemática</li>
</ul>

</ul>

<h2 id="section3">Competências </h2>

<h3>Matemáticas</h3>


<div class="center-table">

<table>
<tr>
<td> Funções Reais de Variável Real </td>
<td> Trignometria e Funções trignométricas </td>
<td> Cálculo de Primitivas e Integrais </td>
<td> Geometria no plano e espaço </td>
</tr>

<tr>
<td> Sucessões, Limites e Séries </td>
<td> Análise Complexa </td>
<td> Probabilidades </td>
<td> Estatística </td>
</tr>
</table>


</div>


<h3>Computacionais</h3>

<ul>
<li class="coise" >Conhecimento das linguagens de programação Python e R. Acredito que o uso de linguagens de programação é essencial durante o estudo de disciplinas como Matemática.
Ajuda a desenvolver intuição lógica ao tornar conceitos abstratos mais palpáveis. </li>

<li class="coise1">
<div class="center-table">
<table class="center-table">

<tr>
<td> Representações Gráficas </td>
<td> Visualização de Séries e Limites </td>
<td> Estudo de Casos Reais </td>
</tr>

</table>


</div>

</ul>

<p><a href="CV.pdf" download="currículo">Download</a> do currículo em formato PDF. </p>



<footer class="footer" id="section4">
<div class="waves">
<div class="wave" id="wave1"></div>
<div class="wave" id="wave2"></div>
<div class="wave" id="wave3"></div>
<div class="wave" id="wave4"></div>
</div>


<ul class="menu">
<li class="menu__item"><a class="menu__link" >Porto, Portugal </a></li>
<li class="menu__item"><a class="menu__link" >Telemóvel : (+351) 964777823 </a></li>
<li class="menu__item"><a class="menu__link" >Email : [email protected] </a></li>


</ul>
<p>&copy; 2023 Francisco Valente Pereira | All Rights Reserved</p>
</footer>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>


</body>
</html>
Loading

0 comments on commit ff8515e

Please sign in to comment.