Minor fixes. Mostly little syntax typos

This commit is contained in:
ryliejamesthomas 2018-05-12 19:26:45 +10:00 committed by GitHub
parent 6aa8f2cc3f
commit 1bd12e789d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 27 additions and 23 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
root = true
[*]
indent_style = tab
indent_size = 4

19
.gitignore vendored
View File

@ -1,10 +1,9 @@
Not VWCed, I think \(copies, can delete\)/
odd things for VWC/
playlist tasks\.txt
v1x/
v1/
/*
!.editorconfig
!.gitignore
!index.php
!jquery.js
!README.md
!tags.html
!videos.html
!vwc_v2.css

View File

@ -24,5 +24,5 @@ This is probably pretty clunky, but it's the best I could do!
## Goals
- Always trying to learn better ways to work this.
- Ditch Youtube. Good enough hosting infrastructure (high bandwidth, LOTS of space) is not affordable at the mo'.
- Cut down that jquery file.
- (v3) Ditch Youtube. Good enough hosting infrastructure (high bandwidth, LOTS of space) is not affordable at the mo'.
- (v3) Cut what I need out of JQuery and ditch that too.

View File

@ -3,7 +3,7 @@
<html>
<head>
<meta charset=utf-8'>
<meta charset='utf-8'>
<title>Video Works Catalogue.</title>
<meta name='author' content='Rylie James Thomas'>
<meta name='description' content='A video corpus toy.'>
@ -68,9 +68,9 @@
<body ondragover='drag_over(event)' ondrop='drop(event)'>
<section id='details'>
<h1>VIDEO WORKS CATALOGUE.</h1>
<h1>Video Works Catalogue.</h1>
<h2>By <a href='http://www.ryliejamesthomas.net/'>Rylie James Thomas</a>.</h2>
<noscript>This page uses JavaScript to allow the videos to be repositioned, andto load the playlists. Please consider enabling it.</noscript>
<noscript>This page uses JavaScript to allow the videos to be repositioned, and to load the playlists. Please consider enabling it.</noscript>
<details>
<summary>About</summary>
<p><em>Video Works Catalogue</em> is a tool and a toy, which uses a growing archive of all the video I have ever recorded.</p>

View File

@ -106,7 +106,7 @@
<li><a href="fireplaces">fireplaces</a></li>
<li><a href="fireworks">fireworks</a></li>
<li><a href="Fitzroy">Fitzroy</a></li>
<li><a href="flashing">flashing / flickering<a></li>
<li><a href="flashing">flashing / flickering</a></li>
<li><a href="FlightCentre">Flight Centre</a></li>
<li><a href="flowers">flowers</a></li>
<li><a href="floors">floors</a></li>
@ -246,7 +246,7 @@
<li><a href="weathered">weathered</a></li>
<li><a href="wet">wet</a></li>
<li><a href="wheelbarrows">wheelbarrows</a></li>
<li><a href="wheels">wheels</a></li>
<li><a href="wheels">wheels</a></li>
<li><a href="white">white</a></li>
<li><a href="Williamstown">Williamstown</a></li>
<li><a href="wind">wind</a></li>

View File

@ -6,10 +6,10 @@ a:visited:hover{color:grey;text-decoration:underline;}
a:hover{color:blue;text-decoration:underline;}
a:active{color:red;}
h1{font-size:1.5em;font-style:oblique;}
h1{font-size:1.5em;font-style:oblique;text-transform:uppercase;}
h2{font-size:1em;}
iframe{margin-left:4px;padding:0px;} /* for space between tags list and video */
iframe{margin-left:4px;padding:0;} /* for space between tags list and video */
ul li:before{content:"\b7 \020";}
ul{list-style:none;margin:0;padding:0;}
@ -52,25 +52,25 @@ summary{
#box1{
left:2em;
top:2em;
z-index: 0;
z-index:0;
}
#box2{
left:15em;
top:2em;
z-index: 0
z-index:0;
}
#box3{
left:2em;
top:20em;
z-index: 0;
z-index:0;
}
#box4{
left:15em;
top:20em;
z-index: 0
z-index:0;
}
.tagsList{