Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorDev01 authored Apr 11, 2024
1 parent 6f3ab17 commit 1e335c4
Show file tree
Hide file tree
Showing 2 changed files with 549 additions and 0 deletions.
80 changes: 80 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<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=Libre+Barcode+39&display=swap" rel="stylesheet">
<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=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.7/css/all.css">
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="" class="logo">Vitor Oliveira</a>
<input type="checkbox" id="check">
<label for="check" class="icons">
<i class='bx bx-capsule' id="menu-icon" style="font-size: 35px; color: blue;"></i>
<i class='bx bx-capsule' id="close-icon" style="font-size: 35px; color: red;"></i>
</label>
<nav class="navbar">
<br>
<a href="" style="--i:0;"><mark>Home</mark></a>
<a href="https://www.instagram.com/vitor_.77/" style="--i:1;"><mark>Instagram</mark></a>
<a href="https://github.com/VitorDev01" style="--i:2;"><mark> GitHub</mark></a>
<a href="https://wa.me/5524992717594" style="--i:3;"><mark>Contact</mark></a>
<a href="https://www.linkedin.com/in/vitor-oliveira-7558a3181/" style="--i:5;"><mark>Linkedin</mark></a>

</nav>
</header>
<br><br><br>
<br>
<!--apresentação-->
<div class="container-glass" style="float: left;">
<img class="img1" src="fundo1-1.jpg" alt="">
<p class="text1">Front-End Web Developer</p>

<p class="text1">
<i class="fab fa-html5"></i>
<i class="fab fa-css3-alt"></i>
<i class="fab fa-js-square"></i>
<i class="fa fa-globe"></i>
<i class="fab fa-github"></i>
<i class="fab fa-react"></i>
<i class="fab fa-git"></i>
</p>
</div>

<div class="container-glass" style="float: left;">
<h1>Projects</h1>
</div>
<br><br>
<!--projects-->
<div class="container-glass">
<img class="img" src="anime.png" alt="">
<h1>Anime Page</h1>
<p class="text1">#HTMl5 #CSS# #JAVASCRIPT</p>
<button class="btn">Play<a href="https://animepagebleach.netlify.app/"></a></button>
<button class="btn">Code<a href=" "></a></button>
</div>



<div class="container-glass">
<img class="img" src="player.png" alt="">
<h1>Music Player</h1>
<p class="text1">#HTMl5 #CSS# #JAVASCRIPT</p>
<button class="btn">Play<a href="https://playersongs.netlify.app/"></a></button>
<button class="btn">Code<a href="https://github.com/VitorDev01/Music-player"></a></button>
</div>
<br><br>
<footer class="rodape" id="conteudo-completo">
<p class="text">Vitor Oliveira © 2024</p>
</footer>
</body>
</html>
Loading

0 comments on commit 1e335c4

Please sign in to comment.