[gnome3-web] index: add the two missing videos



commit d8cb3e1befb1bebe57f08e50aec8087a2444e02f
Author: Jason D. Clinton <me jasonclinton com>
Date:   Tue Apr 5 23:04:01 2011 -0500

    index: add the two missing videos
    
    Not sure why these haven't been added yet and since launch day is only a few
    hours away and no one else is awake, going to JFDI. Note that I have no idea
    how this CSS actually works so I just guessed. Feel free to fix the margins or
    layout.

 img/video-appwindows.png |  Bin 0 -> 39125 bytes
 img/video-hardware.png   |  Bin 0 -> 46359 bytes
 index.html               |    5 +++++
 video-appwindows.html    |    8 ++++++++
 video-hardware.html      |    8 ++++++++
 5 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/img/video-appwindows.png b/img/video-appwindows.png
new file mode 100644
index 0000000..608437d
Binary files /dev/null and b/img/video-appwindows.png differ
diff --git a/img/video-hardware.png b/img/video-hardware.png
new file mode 100644
index 0000000..501e6a4
Binary files /dev/null and b/img/video-hardware.png differ
diff --git a/index.html b/index.html
index b993a9a..f644019 100644
--- a/index.html
+++ b/index.html
@@ -50,6 +50,11 @@
 <div class="grid_4 omega"><a href="video-workspaces.html" rel="fancyvid"><img src="img/video-workspaces.png"/></a><br/>Create workspaces</div>
 </div>
 
+<div class="container_12 videos">
+<div class="grid_6"><a href="video-hardware.html" rel="fancyvid"><img src="img/video-hardware.png"/></a><br/>Deeper hardware integration</div>
+<div class="grid_6 omega"><a href="video-appwindows.html" rel="fancyvid"><img src="img/video-appwindows.png"/></a><br/>App-based window management</div>
+</div>
+
 <div class="clear"></div>
 
 <div class="container_16 features">
diff --git a/video-appwindows.html b/video-appwindows.html
new file mode 100644
index 0000000..26777dc
--- /dev/null
+++ b/video-appwindows.html
@@ -0,0 +1,8 @@
+<html lang="en">
+<head>
+</head>
+<body>
+<iframe class="youtube-player" type="text/html" width="540" height="325" src="http://www.youtube.com/embed/hxOQj5eBRCY?autoplay=1&html5=1"; frameborder="0">
+</iframe>
+</body>
+</html>
diff --git a/video-hardware.html b/video-hardware.html
new file mode 100644
index 0000000..f87cd31
--- /dev/null
+++ b/video-hardware.html
@@ -0,0 +1,8 @@
+<html lang="en">
+<head>
+</head>
+<body>
+<iframe class="youtube-player" type="text/html" width="540" height="325" src="http://www.youtube.com/embed/QSuRy7TRHPc?autoplay=1&html5=1"; frameborder="0">
+</iframe>
+</body>
+</html>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]