-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
66 lines (53 loc) · 2.98 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Odirlei Borgert - Full-Stack Developer</title>
<meta name="description" content="Full-Stack Developer">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="assets/components/flexboxgrid/dist/flexboxgrid.min.css">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/main.css">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700' rel='stylesheet' type='text/css'>
<script src="assets/js/vendor/modernizr-2.7.1.min.js"></script>
</head>
<body>
<section class="content">
<div class="container-fluid">
<div class="row middle-xs">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center">
<div class="subtitle"><img src="assets/images/fullstack.png"></div>
<h1 class="item-title"><img src="assets/images/odirlei-borgert.png" alt="Odirlei Borgert"></h1>
<p class="text-content">São mais de 20 anos de experiência como desenvolvedor web,<br> Expertise em UI/UX Design, Front-End e Back-End, conheça alguns dos projetos no <a href="https://www.behance.net/odirleiborgert" target="_blank">Behance</a>.</p>
<div class="social">
<a href="http://www.linkedin.com/in/odirleiborgert" target="_blank"><i class="fi flaticon-linkedin"></i></a>
<a href="https://www.behance.net/odirleiborgert" target="_blank"><i class="fi flaticon-behance"></i></a>
<a href="https://github.com/odirleiborgert/" target="_blank"><i class="fi flaticon-github"></i></a>
</div>
</div>
</div>
</div>
</section>
<script src="assets/components/stickyElements/dist/stickyelements-animate.js"></script>
<script src="assets/components/stickyElements/dist/stickyelements.js"></script>
<script>
stickyElements('.item-title', {
stickiness: {x:0,y:5},
duration: 450
});
stickyElements('.item-sticky', {
stickiness: 5,
duration: 450
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-15434133-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>