-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
159 lines (146 loc) · 5.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Victor's Page</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/style.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YY5XEK41RE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YY5XEK41RE');
</script>
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3454451,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<div class="container">
<div class="my-4 d-flex justify-content-center"">
<img
src="./images/me.jpeg"
alt="me"
class="img-thumbnail rounded-circle"
width="200"
/>
</div>
<div class="pt-4 mt-4">
<h1 class="text-center title">Victor Lopes</h1>
<h3 class="text-center title"><Developer /></h3>
</div>
<!-- Skill Progress -->
<div class="container fluid pt-4 mt-4 d-flex flex-column align-items-center">
<h4 class="text-center">Main Skills</h4>
<div class="container pt-4 row" id="progress"></div>
</div>
<hr />
<div class="row pt-4 pb-4">
<div class="col-12 d-flex justify-content-center">
<a href="https://www.linkedin.com/in/vrlopes"><i class="fab fa-2x fa-linkedin-in px-2"></i></a>
<a href="https://github.com/VictorLopes"><i class="fab fa-2x fa-github px-2"></i></a>
</div>
<div class="col-12 d-flex justify-content-center">
<a href="./privacy.html">Cookie privacy</a>
</div>
</div>
</div>
<div class="privacy-alert">
<div class="close">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-x" viewBox="0 0 16 16">
<path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>
</svg>
</div>
I use cookies to provide you with a better experience and for study purpose. By continuing to use my website you accept the <a href="./privacy.html">cookie privacy</a>
</div>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<script src="./scripts/jquery-circle-progress.js"></script>
<script>
(() => {
const progress = [
{ class: "java-script", fill: 100 },
{ class: "type-script", fill: 100 },
{ class: "react", fill: 90 },
{ class: "html", fill: 90 },
{ class: "git", fill: 90 },
{ class: "css", fill: 80 },
{ class: "react-native", fill: 70 },
{ class: "vue", fill: 60 },
];
progress.forEach((itemProgress) => {
// Changes text to CamelCase
const title = itemProgress.class
.split("-")
.map(
(stext) =>
`${stext[0].toUpperCase()}${stext.slice(1, stext.length)}`
)
.join("");
$("#progress").append(
`<div class="col-sm-6 col-md-4 col-lg-3 d-flex justify-content-center">
<div class="${itemProgress.class} circle"><strong></strong><span>${title}</span></div>
</div>`
);
$(`.${itemProgress.class}.circle`)
.circleProgress({
value: itemProgress.fill / 100,
fill: {
gradient: ["#ff5858", "#f09819"],
},
})
.on("circle-animation-progress", function (event, progress) {
$(this)
.find("strong")
.html(parseInt(itemProgress.fill * progress) + "<i>%</i>");
});
});
if ( !localStorage.getItem('closed-cookie') ) {
$('.privacy-alert').show();
$('.privacy-alert > .close').on('click', function() {
$('.privacy-alert').hide();
localStorage.setItem('closed-cookie', true);
});
}
})();
</script>
</body>
</html>