-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (79 loc) · 3.76 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
<!DOCTYPE HTML>
<html>
<head>
<title>Uilian Ries</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/me.jpg" alt="" class="circular-image"/></span>
<h1>Uilian Ries</h1>
<p>C++ Developer.</p>
<ul class="icons">
<li><a href="https://github.com/uilianries" class="icon fa-github alt"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/uilianries" class="icon fa-linkedin alt"><span class="label">Linkedin</span></a></li>
<li><a href="https://twitter.com/uilianries" class="icon fa-twitter alt"><span class="label">Twitter</span></a></li>
</ul>
</header>
<!-- Contents -->
<div style="margin-bottom: 1em; text-align: center">
<strong>
<a href="https://www.slideshare.net/uilianries/conanio-the-cc-package-manager-for-developers" title="Conan.io - The C/C++ package manager for Developers" target="_blank">Conan.io - The C/C++ package manager for Developers</a>
</strong>
</div>
<div style="text-align: center" >
<iframe src="https://www.slideshare.net/slideshow/embed_code/key/bKmfabWZ36fdsI"
width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"
style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen>
</iframe>
</div>
<div style="margin-bottom: 1em; text-align: center">
<strong>
<a href="https://www.slideshare.net/uilianries/elements-of-c11" title="Elements of C++11" target="_blank">Elements of C++11</a>
</strong>
</div>
<div style="text-align: center" >
<iframe src="https://www.slideshare.net/slideshow/embed_code/key/53GVRyv0D9fAts"
width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" align="center"
style="border:1px solid #CCC; border-width:1px; margin-bottom:2em; max-width: 100%" allowfullscreen>
</iframe>
</div>
<div style="margin-bottom: 1em; text-align: center">
<strong> <a href="https://www.slideshare.net/uilianries/testes-unitrios-com-gtest-e-catch" title="Testes Unitários com GTest e Catch" target="_blank">Testes Unitários com GTest e Catch</a> </strong>
</div>
<div style="text-align: center" >
<iframe src="https://www.slideshare.net/slideshow/embed_code/key/Ls4xcKx3aMcUBg"
width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"
style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen>
</iframe>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Contact</h2>
<dl class="alt">
<dt>Address</dt>
<dd><a href=https://goo.gl/uR82tw>Florianópolis • Brazil</a></dd>
<dt>Email</dt>
<dd>[email protected]</dd>
<dt>Skype</dt>
<dd>uilianries</dd>
</dl>
</section>
<p class="copyright">© 2016 Uilian Ries. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>