Slidy template for W3C Blue2 Style

Dave Raggett, <dsr@w3.org>

W3C as letters on 3 plastic buttons from a keyboard

Event, Location, Month Year

W3C Blue2 Style I - Document Structure

To get the W3C Blue2 Style:

The xhtml file should match the following template, but please modify the content of the title element as appropriate for your presentation. The relative links below assume that your presentation is in a directory like /2005/Talks/your-slide-dir and should be modified as needed, or you can use absolute links, as generated by comma slidy.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Slidy template for W3C Meetings</title>
<meta name="copyright" content="Copyright &#169; 2005 W3C (MIT, ERCIM, Keio)" />
<link rel="stylesheet" href="../Slidy/w3c-blue2.css" type="text/css"
media="screen, projection, print" />
<script src="../Slidy/slidy.js" type="text/javascript">
</script>
</head>
<body>
  ... background, cover slide ...
  <div class="slide">
    <h1>Introduction</h1>
    ... slide content ...
  </div>
  ... other slides ...
</body>
</html>

W3C Blue2 Style II - Background and Cover

To get the slide background and cover page:

The body element's content should start with the following markup, but please modify the heading and contact details as appropriate:

<div class="background">
  <div class="header"> </div>
  <img src="../Slidy/bullet.png" alt="hidden bullet" />
  <div class="footer">
    <object id="w3c-logo"
    data="../Slidy/w3c-logo-blue.svg" type="image/svg+xml"
    title="W3C logo"><a href="http://www.w3.org/"><img
    alt="W3C logo" id="w3c-logo-fallback"
    src="../Slidy/w3c-logo-blue.gif" /></a></object>
    <!-- modify the following text as appropriate -->
    Presentation Name<br />
    Event, Location, Month Year
  </div>
</div>

<div class="slide cover">
  <div class="header">
    <h1>Slidy template for W3C Blue2 Style</h1>
    <p><a href="http://www.w3.org/People/Raggett/">Dave Raggett</a>,
    &lt;<a href="mailto:dsr@w3.org">dsr@w3.org</a>&gt;</p>
  </div>
  <img src="../Slidy/keys.jpg" class="cover"
  alt="W3C as letters on 3 plastic buttons from a keyboard" />
</div>

Further information

Using SVG for great looking graphics