-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
executable file
·87 lines (77 loc) · 4.13 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 lang="en">
<head>
<meta charset="UTF-8">
<title>Experimentos com CSS, HTML e JavaScript</title>
<meta property="og:title" content="Experimentos com CSS, HTML e JavaScript">
<meta property="og:type" content="website">
<meta property="og:url" content="http://felquis.github.io/css3d/">
<meta property="og:image" content="http://felquis.github.io/css3d/assets/img/facebook.png">
<meta property="og:site_name" content="Experimentos com CSS, HTML e JavaScript">
<meta property="og:fb:admins" content="">
<meta property="og:fb:app_id" content="">
<meta property="og:email" content="oi@felquis.com">
<meta property="og:description" content="Oi, meu nome é Ofelquis Gimenes sou Front-end e faço estes experimentos para aprender mais sobre CSS, HTML e JavaScript">
<meta name="description" content="Oi, meu nome é Ofelquis Gimenes sou Front-end e faço estes experimentos para aprender mais sobre CSS, HTML e JavaScript">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Experimentos <small>CSS, HTML e JavaScript</small></h1>
</div>
<p>Oi, meu nome é <a href="http://felquis.com" target="_blank">Ofelquis Gimenes</a> sou Front-end e faço estes experimentos para aprender mais sobre CSS, HTML e JavaScript</p>
<div class="row">
<div class="span1">
<iframe src="http://ghbtns.com/github-btn.html?user=felquis&repo=css3d&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</div>
<div class="span1">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://felquis.github.io/css3d/" data-text="Experimentos com CSS, HTML e JavaScript feitos pelo @felquis" data-via="felquis" data-related="felquis" data-hashtags="CSS3">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<div class="span1">
<div class="g-plusone" data-size="medium" data-href="http://felquis.github.io/css3d/"></div>
</div>
</div>
<h2>Bugs e Dicas</h2>
<p>Se você encontrar um defeito em algum experimento ou quer me passar alguma dica, você pode:</p>
<ul>
<li>Usar as issues do repositório desses experimentos no GitHub em <a href="http://github.com/felquis/css3d">github.com/felquis/css3d</a></li>
<li>Tuitar para <a href="http://twitter.com/felquis">@felquis</a></li>
<li>Enviar um e-mail <a href="mailto:oi@felquis.com">oi@felquis.com</a></li>
</ul>
<h2>Lista de experimentos</h2>
<ul>
<li>
<a href="wall3dparallax/index.html">Wall 3D Parallax</a>
</li>
<li>
<a href="text-shadow-parallax/">Text Shadow Parallax</a>
</li>
<li>
<a href="rotateOnMouseMove/index.html">CSS3 Transform Rotate on Mouse Move</a>
</li>
<li>
<a href="array-wave/index.html">CSS3 Array Wave</a>
</li>
<li>
<a href="bandeira-turquia/index.html">Bandeira da Turquia com CSS</a> <br>
Feito para participar do <a href="http://imasters.com.br/front-end/css/desafio-css-especial-revolucao-resultado-final/" target="_blank">Desafio #4 e CSS no iMasters</a>
</li>
<li>
<a href="jogo-de-dados/index.html">Mosaico 3D - Arte do Metro Linha 2 Estação Clinas de São Paulo</a>
</li>
</ul>
</div>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></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-49459747-5', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>