Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from frc9611/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
LucasHitoshi committed Jan 16, 2024
2 parents 81282dc + 0502757 commit 65707b4
Show file tree
Hide file tree
Showing 36 changed files with 1,068 additions and 235 deletions.
366 changes: 366 additions & 0 deletions about-us.html

Large diffs are not rendered by default.

Binary file added assets/cool-cyberrain-bg.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 assets/cr-team-moment-1.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 assets/cr-team-moment-2.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 assets/cr-team-moment-3.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 assets/cr-team-moment-4.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 assets/cr-team-moment-5.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 assets/cr-team-moment-6.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 modified assets/cr-team.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 assets/frc-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 assets/frc-filtered-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 assets/idea-lamp-icon.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 assets/members/akira-original.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 assets/members/akira.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 assets/members/bruno.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 assets/members/eiji.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 assets/members/enzo.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 assets/members/evelise.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 assets/members/helena.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 assets/members/j-rodrigo.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 assets/members/jean.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 assets/members/karol.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 assets/members/lcc-original.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 assets/members/lcc.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 assets/members/marco.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 assets/members/ogawa.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 assets/members/paula.JPG
Binary file added assets/some-guy.png
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<script src="./javascripts/components/mobile-dropdown-menu.js" defer></script>
<link rel="stylesheet" href="./styles/components/layout.css">
<link rel="stylesheet" href="./styles/components/loading.css">
<link rel="stylesheet" href="./styles/components/common-ui.css">
</head>

<body>
Expand All @@ -34,8 +35,8 @@
</div>
<nav class="nav-wrapper">
<ul class="menu-pages-wrapper">
<li><a href="" class="menu-page">Home</a></li>
<li><a href="not-implemented.html" class="menu-page">Conheça-nos</a></li>
<li><a href="." class="menu-page">Home</a></li>
<li><a href="about-us.html" class="menu-page">Conheça-nos</a></li>
<li><a href="not-implemented.html" class="menu-page">Patrocinadores</a></li>
<li><a href="not-implemented.html" class="menu-page">Projetos</a></li>
</ul>
Expand Down Expand Up @@ -93,7 +94,7 @@
Competition (FRC). Composta por alunos da Escola SESI de Referência, com idade média entre 15 e 17
anos, a equipe tem se destacado por sua dedicação, criatividade e inovação.</p>
<div class="cr-about-buttons-wrapper">
<a href="not-implemented.html" class="default-button-width purple-filled-button">Conheça-nos</a>
<a href="about-us.html" class="default-button-width purple-filled-button">Conheça-nos</a>
<a href="not-implemented.html" class="default-button-width purple-unfilled-button">Contato</a>
</div>
</div>
Expand Down Expand Up @@ -228,8 +229,8 @@
<div id="dropdown-menu">
<span class="dropdown-menu-title">Menu</span>
<ul class="dropdown-menu-options">
<li><a class="dropdown-menu-option" href="./not-implemented.html">Home</a></li>
<li><a class="dropdown-menu-option" href="./not-implemented.html">Conheça-nos</a></li>
<li><a class="dropdown-menu-option" href=".">Home</a></li>
<li><a class="dropdown-menu-option" href="./about-us.html">Conheça-nos</a></li>
<li><a class="dropdown-menu-option" href="./not-implemented.html">Projetos</a></li>
<li><a class="dropdown-menu-option" href="./not-implemented.html">Newsletter</a></li>
<li><a class="dropdown-menu-option" href="./not-implemented.html">Patrocinadores</a></li>
Expand Down
2 changes: 0 additions & 2 deletions not-implemented.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
<link rel="stylesheet" href="./styles/not-implemented.css">
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;600;700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon">
<!-- Components -->
<script src="./javascripts/loading-state-manager.js" defer></script>
</head>

<body>
Expand Down
Loading

0 comments on commit 65707b4

Please sign in to comment.