-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (116 loc) · 5.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!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="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-menu' id="menu-icon"></i>
<i class='bx bx-x' id="close-icon"></i>
</label>
<nav class="navbar">
<br>
<a href="" style="--i:0;">Home</a>
<a href="https://www.instagram.com/vitor_.77/" style="--i:1;">Instagram</a>
<a href="https://github.com/VitorDev01" style="--i:2;">GitHub</a>
<a href="mailto:agentavery@sample.com" style="--i:3;">Contact</a>
<a href="https://www.linkedin.com/in/vitor-oliveira-7558a3181/" style="--i:5;">Linkedin</a>
<a href="" style="--i:6;">Personal blogl</a>
</nav>
</header>
<br><br><br>
<br>
<!--apresentção-->
<div class="container-glass" style="float: left;">
<img class="img1" src="fundo1-1.jpg" alt="">
<p class="text">Front-End Web Developer</p>
</div>
<div class="container-glass" style="float: left;">
<h1>Learnings</h1>
</div>
<br>
<!--cards-->
<div class="card-wrap">
<div class="card-header one">
<i class="fab fa-html5"></i>
</div>
<div class="card-content">
<button class="card-btn one"><a href="https://pt.wikipedia.org/wiki/HTML5">HTML5</a></button>
</div>
</div>
<div class="card-wrap">
<div class="card-header two">
<i class="fab fa-css3-alt"></i>
</div>
<div class="card-content">
<button class="card-btn two"><a href="https://pt.wikipedia.org/wiki/CSS3">CSS3</a></button>
</div>
</div>
<div class="card-wrap">
<div class="card-header three">
<i class="fab fa-js-square"></i>
</div>
<div class="card-content">
<button class="card-btn three"><a href="https://pt.wikipedia.org/wiki/JavaScript">JS</a></button>
</div>
</div>
<div class="card-wrap">
<div class="card-header four">
<i class="fab fa-react"></i>
</div>
<div class="card-content">
<button class="card-btn four"><a href="https://pt.wikipedia.org/wiki/React_(JavaScript)">REACT</a></button>
</div>
</div>
<div class="card-wrap">
<div class="card-header four">
<i class="fab fa-git"></i>
</div>
<div class="card-content">
<button class="card-btn four"><a href="https://pt.wikipedia.org/wiki/Git">Git</a></button>
</div>
</div>
<div class="card-wrap">
<div class="card-header four">
<i class="fab fa-github"></i>
</div>
<div class="card-content">
<button class="card-btn four"><a href="https://pt.wikipedia.org/wiki/GitHub">GitHub</a></button>
</div>
</div>
<br><br>
<div class="container-glass" style="float: left;">
<h1>Projects</h1>
</div>
<br><br>
<!--projetos-->
<div class="container-glass">
<img class="img" src="player.png" alt="">
<h1>Music Player</h1>
<p class="text">Music player, this is a playlist with 5 songs that are in the general code folder, with the possibility of expansion, it has a gradient color background that changes as the songs change.</p>
<p class="text">Interactions with the user's play, pause, next, repeat, random functions and the project are thanks to the Java Script language.</p>
<a href="https://playersongs.netlify.app/"><button class="btn"><i class="fa fa-play" style="color:white;"></i></button></a>
<a href="https://github.com/VitorDev01/Music-player"><button class="btn"><i class="fa fa-code" style="color:white;"></i></button></a>
</div>
<div class="container-glass">
<img class="img" src="anime.png" alt="">
<h1>Landing Page</h1>
<p class="text">Bleach anime promotion page, mobile and computer versions are available.</p>
<p class="text">A landing page's main objective is to convert leads, that is, to make the visitor become a user, moving on to the next stage of the content dissemination and consumption funnel.</p>
<button class="btn"><a class="text" href="https://animepagebleach.netlify.app/"><i class="fa fa-play" style="color:white;"></i></button></a>
<button class="btn"><a class="text" href="https://github.com/VitorDev01/Music-player"><i class="fa fa-code" style="color:white;"></i></button></a>
</div>
<br><br>
<footer class="rodape" id="conteudo-completo">
<p class="text">Vitor Oliveira © 2024</p>
</footer>
</body>
</html>