Change the psud theme.
[hacks/simpleWebSlides.git] / unix_prog_web / unix_prog_web_03.xhtml
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
4           >
5 <html xmlns="http://www.w3.org/1999/xhtml" >
6   <head>
7     <title>Réseaux, TCP/IP</title>
8
9     <meta http-equiv="Content-Type"
10           content="text/html; charset=utf-8" />
11     <meta name="copyright"
12           content="Copyright &#169; 2013 Kim Nguyễn" />
13
14     <!-- Load jQuery -->
15     <script src="../jquery-1.9.1.min.js" type="text/javascript" ></script>
16     <!-- Load the library -->
17     <script src="../simpleWebSlides.js" type="text/javascript" ></script>
18
19     <link rel="stylesheet" href="../simpleWebSlides.css" type="text/css"  media="all" />
20     <!-- Load a custom Theme, the class-element marks this style-sheet
21          a "theme" that can be swtiched dynamicaly -->
22     <link class="sws-theme" rel="stylesheet"  title="U-Psud style"  href="../themes/uPsud.css" type="text/css" />
23
24     <!-- Customize some templates and initialize -->
25
26     <script type="text/javascript">
27       SWS.Config['sws-slide-change'] = SWS.Effects.slideChangeFadeOutIn;
28       SWS.Config['sws-object-deactivate'] =  SWS.Effects.objectDeactivateFadeOut;
29       SWS.Config['sws-object-activate'] = SWS.Effects.objectActivateFadeIn;
30
31       //Ensures that we load SWS at the very end, after MathJax has
32       //been initialized
33
34       $(window).load(SWS.Presentation.init);
35     </script>
36     <style>
37       #svg2,#svg3 {
38       -webkit-transform: scale(1.8) translateX(40%);
39       transform: scale(1.8) translateX(40%);
40       }
41     </style>
42   </head>
43   <body>
44     <a class="sws-previous" href="prog_internet_02.xhtml" />
45     <div class="sws-slide sws-cover sws-option-nofooter">
46       <h1>Programmation Internet</h1>
47       <h1>Cours 2</h1>
48       <a href="mailto:kn@lri.fr">kn@lri.fr</a><br/>
49       <a href="http://www.lri.fr/~kn/">http://www.lri.fr/~kn</a>
50     </div>
51
52
53   </body>
54 </html>