-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (49 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ismael Triana Artola - Highly motivated Senior Software Ingeneer & Development Manager</title>
<link rel="stylesheet" type="text/css" href="./wwwroot/css/main.css" />
</head>
<!--Hey! This is the original version
of Simple CSS Waves-->
<div class="header">
<!--Content before waves-->
<div class="menu">
</div>
<div class="inner-header flex">
<!--Just the logo.. Don't mind this-->
<img class="logo" src="./wwwroot/img/me.jpg">
<h1>Hi. My name is Ismael </h1>
</div>
<div class="flex check-container">
<div class="flex"><div class="check"></div>Development</div>
<div class="flex"><div class="check"></div>Management</div>
<div class="flex"><div class="check"></div>Infrastructure</div>
<div class="flex"><div class="check"></div>Deployment</div>
</div>
<!--Waves Container-->
<div>
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,255,0.7" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255,255,255,0.5)" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.3)" />
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff" />
</g>
</svg>
</div>
<!--Waves end-->
</div>
<!--Header ends-->
<!--Content starts-->
<div class="content flex">
<p>Senior Software Ingeneer | Development Manager </p>
</div>
<!--Content ends-->
</html>