-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (146 loc) · 6.23 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html>
<head>
<title>Elvis Bucatariu</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Your own stylesheet -->
<link rel="stylesheet" type="text/css" href="style.css">
<!-- Animate.css CDN -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=Exo+2:600&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Progress bar -->
<link rel="stylesheet" href="jquery.lineProgressbar.css" />
</head>
<body>
<nav class="navbar bg-dark navbar-dark sticky-top">
<!-- Logo -->
<a class="navbar-brand">Elvis Bucatariu</a>
<!-- Botón de menú -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Submenú -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#contact">Contacto</a>
</li>
</ul>
</div>
</nav>
<section id="section-1">
<div class="container-fluid">
<div class="row vh-80 align-items-center">
<div class="col-md-6">
<div class="px-0 py-0 px-md-5 py-md-4">
<div class="typewriter-message col-12 align-items-center">
<h2><a href="" class="typewrite" data-period="2000"
data-type='[ "Hola, soy Elvis.", "Soy fotógrafo y diseñador.", "No te pierdas mi vídeo de presentación." ]'>
<span class="typewriter-wrap"></span>
</a></h2>
</div>
</div>
</div>
<div class="col-md-6">
<div class="px-0 py-0 px-md-5 py-md-4">
<div class="video w-100">
<div class="embed-responsive embed-responsive-4by3">
<iframe class="rounded embed-responsive-item" src="https://www.youtube.com/embed/19L_oKWH69Q"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="mt-5 text-center scroll-btn">
<a href="#section-2"><span></span><span></span><span></span>Scroll</a>
</div>
</div>
</section>
<section id="section-2">
<div class="container-fluid py-5">
<div class="row vh-80 align-items-center">
<div class="col-md-6">
<!-- barras de progreso -->
<div class="wrap px-5 py-3 border rounded">
<h3 class="display-5">Mis habilidades</h3>
<small class="bar-text">Photoshop</small>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-success"
role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100">75%</div>
</div>
<small class="bar-text">Illustrator</small>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-info" role="progressbar"
style="width: 65%" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100">65%</div>
</div>
<small class="bar-text">Premiere Pro</small>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-warning"
role="progressbar" style="width: 55%" aria-valuenow="55" aria-valuemin="0"
aria-valuemax="100">55%</div>
</div>
<small class="bar-text">Lightroom</small>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-danger"
role="progressbar" style="width: 95%" aria-valuenow="95" aria-valuemin="0"
aria-valuemax="100">95%</div>
</div>
<small class="bar-text">InDesign</small>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-secondary"
role="progressbar" style="width: 40%" aria-valuenow="40" aria-valuemin="0"
aria-valuemax="100">40%</div>
</div>
</div>
</div>
<!-- formulario de contacto -->
<div class="col-md-6 mt-5 mt-md-0">
<div class="wrap px-5 py-4 border rounded" id="contact">
<h3 class="display-5">CONTACTO</h3>
<small class="bar-text">Envíame un mensaje</small>
<form class="contact-form mt-3">
<div class="form-label-group">
<input type="text" id="name" class="form-control" placeholder="Name"
required>
<label for="name">Nombre</label>
</div>
<div class="form-label-group">
<input type="email" id="inputEmail" class="form-control" placeholder="Email address"
required >
<label for="inputEmail">Email</label>
</div>
<div class="form-label-group">
<input type="text" id="message" class="form-control" placeholder="Message"
required >
<label for="message">Mensaje</label>
</div>
<button class="btn btn-lg btn-primary btn-block mt-5" type="submit">Enviar</button>
</form>
</div>
</div>
</div>
</div>
</section>
<footer>
<p class="py-4 mb-0 text-dark text-center">© Elvis Bucatariu | Diseño gráfico | FP Jesuïtes Educació – UOC | 2020</p>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="typewriter.js"></script>
</body>
</html>