-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjunior5.html
46 lines (32 loc) · 1.09 KB
/
junior5.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio.|.Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="wrapper paso-3">
<header class="header">
<div class="contain">
<h1><img src="images/logo.jpg" alt="brushell"></h1>
</div>
</header>
<nav class="navbar">
<span class="item"><span>1</span> <span>Datos personales</span></span>
<span class="item"><span>2</span> <span>Otros de interés</span></span>
<span class="item"><span>3</span> <span>Finalizar</span></span>
</nav>
<div class="contain content">
<header>
<h2>Ya esta todo listo</h2>
<p>A partir de ahora eres parte de nosotros, disfrútalo.</p>
</header>
<a href="" class="btn">Finalizar</a>
</div>
</div>
</body>
</html>