mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-03 23:15:23 +00:00
Merge branch 'master' of https://github.com/patriciogonzalezvivo/thebookofshaders
This commit is contained in:
commit
594b105bba
23
header.php
23
header.php
@ -11,13 +11,30 @@
|
||||
<meta name="keywords" content="shader,openGL,WebGL,GLSL,book,procedural,generative" />
|
||||
<meta name="description" content="Gentle step-by-step guide through the abstract and complex universe of Fragment Shaders."/>
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<!— Open Graph data —>
|
||||
<meta property="og:type" content="article"/>
|
||||
<meta property="og:title" content="The Book of Shaders"/>
|
||||
<meta property="og:site_name" content="The Book of Shaders"/>
|
||||
<meta property="og:description" content="Gentle step-by-step guide through the abstract and complex universe of Fragment Shaders."/>
|
||||
<meta property="og:url" content="http://thebookofshaders.com"/>
|
||||
<meta property="og:image" content="http://thebookofshaders.com/thumb.png"/>
|
||||
<meta property="og:image:type" content="image/png"/>
|
||||
<meta property="og:image:width" content="500" />
|
||||
<meta property="og:image:height" content="500" />
|
||||
|
||||
|
||||
<!— Twitter Card—>
|
||||
<meta name="twitter:card" content="image">
|
||||
<!-- <meta name="twitter:card" content="summary"> -->
|
||||
<meta name="twitter:site" content="@bookofshaders">
|
||||
<meta name="twitter:creator" content="@patriciogv">
|
||||
<meta name="twitter:title" content="The Book Of Shaders">
|
||||
<meta name="twitter:description" content="Gentle step-by-step guide through the abstract and complex universe of Fragment Shaders.">
|
||||
<meta name="twitter:image" content="https://thebookofshaders.com/thumb.jpg">
|
||||
<meta name="twitter:domain" content="thebookofshaders.com">
|
||||
<meta name="twitter:description" content="Gentle step-by-step guide through the abstract and complex universe of Fragment Shaders.">
|
||||
<meta name="twitter:image" content="http://thebookofshaders.com/thumb.png">
|
||||
<meta name="twitter:image:width" content="500">
|
||||
<meta name="twitter:image:height" content="500">
|
||||
|
||||
|
||||
<link href="/favicon.gif" rel="shortcut icon"/>
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 4d5e073bf135692178d7cb62b5cc32dac2dae19f
|
||||
Subproject commit 1eee7577fb95292851813c6d7359fed01134be19
|
@ -268,7 +268,7 @@ window.onload = function(){
|
||||
loadGlslElements();
|
||||
captionizeImages();
|
||||
window.scrollTo(0, 0);
|
||||
// setTimeout(function () {
|
||||
// window.scrollTo(0, 0);
|
||||
// }, 1000);
|
||||
setTimeout(function () {
|
||||
window.scrollTo(0, 0);
|
||||
}, 500);
|
||||
};
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 490a8f35a4163f59230f53c34f1fbb22a864c01e
|
||||
Subproject commit 28774a4359120d2e02e8b6285ed05670c1bc7053
|
Loading…
Reference in New Issue
Block a user