first steps to implement video showcase
This commit is contained in:
parent
94c3764e3e
commit
b097157426
400 changed files with 3101 additions and 806 deletions
|
|
@ -18,6 +18,7 @@
|
|||
<link rel="stylesheet" href="/bower_components/fontawesome/css/font-awesome.min.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/css/picbook.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/css/custom.css" type="text/css" >
|
||||
<link rel="stylesheet" href="/css/video.css" type="text/css" >
|
||||
<link rel="stylesheet" href="/css/hover.css" type="text/css" >
|
||||
<link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
|
@ -31,16 +32,6 @@
|
|||
<script src="/js/custom.js" type="text/javascript" ></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-90315927-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
|
@ -69,7 +60,7 @@
|
|||
|
||||
<a class="header-btn navbar-text right button menu-icon hvr-sweep-to-top" href="/call-for-talks/">Call for talks</a>
|
||||
<a class="header-btn navbar-text right button menu-icon hvr-sweep-to-top" href="/artists/">Artists</a>
|
||||
<a class="header-btn navbar-text right button menu-icon hvr-sweep-to-top" href="/about/">About</a>
|
||||
<a class="header-btn navbar-text right button menu-icon hvr-sweep-to-top" href="/about/">About</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -86,7 +77,7 @@
|
|||
|
||||
<a class="menu-icon-big navbar-text right button hvr-sweep-to-top" href="/call-for-talks/"><i class="fa fa-sign-in"></i></a>
|
||||
<a class="menu-icon-big navbar-text right button hvr-sweep-to-top" href="/artists/"><i class="fa fa-user"></i></a>
|
||||
<a class="menu-icon-big navbar-text right button hvr-sweep-to-top" href="/about/"><i class="fa fa-info"></i></a>
|
||||
<a class="menu-icon-big navbar-text right button hvr-sweep-to-top" href="/about/"><i class="fa fa-info"></i></a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
<link rel="stylesheet" href="/bower_components/fontawesome/css/font-awesome.min.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/css/picbook.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/css/custom.css" type="text/css" >
|
||||
<link rel="stylesheet" href="/css/video.css" type="text/css" >
|
||||
<link rel="stylesheet" href="/css/hover.css" type="text/css" >
|
||||
<link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
|
@ -32,16 +33,6 @@
|
|||
<script src="/js/custom.js" type="text/javascript" ></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-90315927-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
|
@ -70,7 +61,7 @@
|
|||
|
||||
<a class="header-btn navbar-text right button menu-icon hvr-sweep-to-top" href="/call-for-talks/">Call for talks</a>
|
||||
<a class="header-btn navbar-text right button menu-icon hvr-sweep-to-top" href="/artists/">Artists</a>
|
||||
<a class="header-btn navbar-text right button menu-icon hvr-sweep-to-top" href="/about/">About</a>
|
||||
<a class="header-btn navbar-text right button menu-icon hvr-sweep-to-top" href="/about/">About</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -87,7 +78,7 @@
|
|||
|
||||
<a class="menu-icon-big navbar-text right button hvr-sweep-to-top" href="/call-for-talks/"><i class="fa fa-sign-in"></i></a>
|
||||
<a class="menu-icon-big navbar-text right button hvr-sweep-to-top" href="/artists/"><i class="fa fa-user"></i></a>
|
||||
<a class="menu-icon-big navbar-text right button hvr-sweep-to-top" href="/about/"><i class="fa fa-info"></i></a>
|
||||
<a class="menu-icon-big navbar-text right button hvr-sweep-to-top" href="/about/"><i class="fa fa-info"></i></a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue