-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (54 loc) · 3.26 KB
/
Copy pathindex.html
File metadata and controls
86 lines (54 loc) · 3.26 KB
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
<!-- index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LFP | Luis Felipe Pelison</title>
<link href="css/index.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300" rel="stylesheet">
<link rel="icon" href="imgs/favicon.png">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/p5.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/addons/p5.dom.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8816931367220337" crossorigin="anonymous">
</script>
</head>
<body>
<div class="content">
<div id="center" class="center">
<div id="center__top" class="center__top">
<img id="logo" src="imgs/logo.svg">
<h1 id="name"> Luis Felipe Pelison </h1>
<h2 id="career"> Control and Automation Engineer </h2>
<img id="me" src="imgs/me.png">
</div>
<div id="center__bottom" class="center__bottom">
</div>
</div>
<div id="left" class="left">
</div>
<div id="right" class="right">
<div id="right__top">
</div>
<div id="right__bottom">
</div>
</div>
</div>
<div class="above_footer" id="above_footer">
<span id="contact_here"> </span>
<a href="https://view.publitas.com/d0af1879-fe42-4686-b5b0-452eaf5f671c/cvenglish/" target="_blank"> <img id="cv" class="icons_contact" src="imgs/cv.png" alt="Currilum"> </a>
<a href="https://github.com/lfpelison" target="_blank"> <img id="github" class="icons_contact" src="imgs/github.png" alt="Github"> </a>
<a href="https://www.facebook.com/luissff" target="_blank"> <img id="facebook" class="icons_contact" src="imgs/facebook.png" alt="Facebook"> </a>
<a href="https://www.linkedin.com/in/luis-felipe-pelison-243791107/" target="_blank"> <img id="linkedin" class="icons_contact" src="imgs/linkedin.png" alt="Linkedin"> </a>
<a href="https://www.instagram.com/lfp8/" target="_blank"> <img id="instagram" class="icons_contact" src="imgs/instagram.png" alt="Instagram"> </a>
<a href="https://twitter.com/lfpelison" target="_blank"> <img id="twitter" class="icons_contact" src="imgs/twitter.png" alt="Twitter"> </a>
</div>
<div class="footer" id="footer">
<svg id="x" style="isolation:isolate" viewBox="0 0 320 100" width="320" height="100">
<defs><clipPath id="_clipPath_dhpwYKir7dIJAlkEFWeAA55oSFQTIa2n"><rect width="320" height="100"/></clipPath></defs><g clip-path="url(#_clipPath_dhpwYKir7dIJAlkEFWeAA55oSFQTIa2n)"><g id="x"><linearGradient id="_lgradient_2" x1="0%" y1="50%" x2="100%" y2="50%"><stop offset="1.30434782608696%" stop-opacity="1" style="stop-color:rgb(104,72,105)"/><stop offset="100%" stop-opacity="1" style="stop-color:rgb(171,79,73)"/></linearGradient><path d=" M 0 0 L 160 92.376 L 300 11.547 L 320 0 L 280 0 L 160 69.282 L 40 0 L 0 0 Z M 320 92.376 L 160 0 L 20 80.829 L 0 92.376 L 40 92.376 L 160 23.094 L 280 92.376 L 320 92.376 Z " fill-rule="evenodd" fill="url(#_lgradient_2)"/></g></g>
</svg>
</div>
</body>
</html>