| <!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"> |
| <head> |
| <meta content="fr-ch" http-equiv="Content-Language" /> |
| <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> |
| <!-- #BeginEditable "doctitle" --> |
| <title>Background</title> |
| <!-- #EndEditable --> |
| <base target="_top" /> |
| <style type="text/css"> |
| .auto-style1 { |
| text-align: left; |
| border-width: 0; |
| background-color: #FF3399; |
| } |
| .auto-style4 { |
| font-family: Gisha; |
| font-size: xx-large; |
| text-align: center; |
| border: 1px solid #FFFFFF; |
| } |
| .auto-style5 { |
| font-family: Gisha; |
| font-size: large; |
| text-align: center; |
| border: 1px solid #FFFFFF; |
| } |
| .auto-style8 { |
| font-size: large; |
| font-family: Gisha; |
| text-align: center; |
| border: 1px solid #FFFFFF; |
| background-color: #00CC99; |
| } |
| .auto-style9 { |
| text-align: left; |
| background-color: #CCCC00; |
| } |
| .auto-style10 { |
| text-align: left; |
| font-family: Gisha; |
| font-size: x-large; |
| background-color: #0000FF; |
| } |
| .auto-style11 { |
| text-align: center; |
| font-family: Gisha; |
| font-size: x-large; |
| background-image: url('images/abstractnonsense1.png'); |
| background-color: #FFFFCC; |
| } |
| .auto-style12 { |
| text-align: left; |
| background-color: #99CC00; |
| } |
| .auto-style14 { |
| font-size: medium; |
| } |
| .auto-style15 { |
| font-size: small; |
| } |
| .auto-style16 { |
| font-size: large; |
| font-family: Gisha; |
| } |
| .auto-style17 { |
| text-align: center; |
| background-color: #FF6600; |
| } |
| .auto-style18 { |
| font-family: Gisha; |
| font-style: normal; |
| } |
| .auto-style19 { |
| font-size: small; |
| font-family: Gisha; |
| } |
| .auto-style20 { |
| font-family: Gisha; |
| } |
| .auto-style21 { |
| text-align: center; |
| font-family: Gisha; |
| font-size: x-large; |
| background-color: #009999; |
| } |
| .auto-style22 { |
| text-align: center; |
| font-family: Gisha; |
| font-size: x-large; |
| background-color: #33CCCC; |
| } |
| .auto-style23 { |
| text-align: left; |
| font-family: Gisha; |
| font-size: x-large; |
| background-color: #0066CC; |
| } |
| .auto-style24 { |
| text-align: left; |
| background-color: #CCFFCC; |
| } |
| .auto-style25 { |
| text-align: left; |
| background-color: #99FF99; |
| } |
| .auto-style26 { |
| text-align: left; |
| background-color: #66FF66; |
| } |
| .auto-style27 { |
| text-align: left; |
| background-color: #CCFF66; |
| } |
| .auto-style28 { |
| text-align: left; |
| background-color: #00FFCC; |
| } |
| .auto-style29 { |
| text-align: center; |
| background-color: #FF99FF; |
| } |
| .auto-style30 { |
| text-align: left; |
| background-color: #FF9999; |
| } |
| .auto-style31 { |
| text-align: left; |
| background-color: #FFCC99; |
| } |
| .auto-style32 { |
| text-align: left; |
| background-color: #FF00FF; |
| } |
| .auto-style33 { |
| text-align: left; |
| background-color: #FF0066; |
| } |
| .auto-style34 { |
| text-align: center; |
| background-color: #6666FF; |
| } |
| .auto-style35 { |
| text-align: left; |
| background-color: #99CCFF; |
| } |
| .auto-style36 { |
| text-align: left; |
| background-color: #FFCCFF; |
| } |
| .auto-style37 { |
| text-align: left; |
| background-color: #FF9966; |
| } |
| .auto-style38 { |
| text-align: left; |
| background-color: #9999FF; |
| } |
| .auto-style39 { |
| text-align: left; |
| background-color: #FFFF66; |
| } |
| </style> |
| <script type="text/javascript"> |
| <!-- |
| function FP_preloadImgs() {//v1.0 |
| var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array(); |
| for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; } |
| } |
| function FP_swapImg() {//v1.0 |
| var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length; |
| n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm; |
| elm.$src=elm.src; elm.src=args[n+1]; } } |
| } |
| function FP_getObjectByID(id,o) {//v1.0 |
| var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id); |
| else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el; |
| if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c) |
| for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; } |
| f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements; |
| for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } } |
| return null; |
| } |
| // --> |
| </script> |
| </head> |
| <body style="height: 201px" onload="FP_preloadImgs(/*url*/'images/button68.jpg',/*url*/'images/button69.jpg',/*url*/'images/button6F.gif',/*url*/'images/button70.gif',/*url*/'images/button73.gif',/*url*/'images/button74.gif',/*url*/'images/button7A.gif',/*url*/'images/button7B.gif',/*url*/'images/button80.gif',/*url*/'images/button81.gif')"> |
| <table style="width: 100%; height: 100px;" cellspacing="1"> |
| <tr> |
| <td style="height: 170px; width: 245px"> |
| <img alt="WiP-services" height="200" src="images/WIP_Shutterstock_Profile.JPG" width="201" /></td> |
| <td class="auto-style1" style="height: 170px" valign="top" colspan="5"> |
| <table style="width: 100%; height: 199px"> |
| <tr> |
| <td class="auto-style4" colspan="5"><strong>WiP-Services</strong></td> |
| </tr> |
| <tr> |
| <td class="auto-style5" style="width: 20%"><strong>Abstract</strong></td> |
| <td class="auto-style5" style="width: 20%"><strong>Technology</strong></td> |
| <td class="auto-style5" style="width: 20%"><strong>Business</strong></td> |
| <td class="auto-style5" style="width: 20%"><strong>Climate</strong></td> |
| <td class="auto-style5" style="width: 20%"><strong>Change</strong></td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| <tr> |
| <td style="height: 100px; width: 245px" class="auto-style8"><strong> |
| Nonsense</strong></td> |
| <td style="height: 100px; width: 19%;" class="auto-style11"> |
| <?php $_GET[]; ?> <a href="https://en.wikipedia.org/wiki/Abstract_nonsense" target="_blank"><img id="img1" alt="Abstract Nonsense" height="80" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/button69.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/button67.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/button68.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/button68.jpg')" src="images/button67.jpg" style="border: 0" width="240" /><!-- MSComment="ibutton" fp-style="fp-btn: Simple Text 1; fp-font: SymbolPi; fp-font-style: Bold; fp-font-size: 18; fp-font-color-normal: #FF0000; fp-font-color-hover: #FF9933; fp-font-color-press: #00FF00; fp-bgcolor: #FF99FF; fp-proportional: 0" fp-title="Abstract Nonsense" --></a></td> |
| <td style="height: 100px; width: 19%;" class="auto-style21"> |
| <a href="http://www.technarte.org/sessions/nonsense-technologies/" target="_blank"> |
| <img id="img2" alt="Nonsense Technology" height="60" onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'images/button70.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'images/button6E.gif')" onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'images/button6F.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'images/button6F.gif')" src="images/button6E.gif" style="border: 0" width="300" /><!-- MSComment="ibutton" fp-style="fp-btn: Simple Text 1; fp-font-size: 20; fp-transparent: 1" fp-title="Nonsense Technology" --></a></td> |
| <td style="height: 100px; width: 19%;" class="auto-style22"> |
| <a href="https://www.fastcompany.com/1785307/nonsense-phrase-no-nonsense-manager" target="_blank"> |
| <img id="img3" alt="no-nonsense-manager" height="60" onmousedown="FP_swapImg(1,0,/*id*/'img3',/*url*/'images/button74.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img3',/*url*/'images/button72.gif')" onmouseover="FP_swapImg(1,0,/*id*/'img3',/*url*/'images/button73.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img3',/*url*/'images/button73.gif')" src="images/button72.gif" style="border: 0" width="300" /><!-- MSComment="ibutton" fp-style="fp-btn: Simple Text 1; fp-font-size: 16; fp-font-color-normal: #FF0066; fp-font-color-hover: #FFCCFF; fp-font-color-press: #33CCCC; fp-transparent: 1" fp-title="no-nonsense-manager" --></a></td> |
| <td style="height: 100px; width: 18%;" class="auto-style23"> |
| </td> |
| <td style="height: 100px; width: 20%;" class="auto-style10"> |
| </td> |
| </tr> |
| <tr> |
| <td style="height: 100px; width: 245px" class="auto-style8"><strong> |
| Model</strong></td> |
| <td style="height: 100px; width: 19%;" class="auto-style24"> |
| </td> |
| <td style="height: 100px; width: 19%;" class="auto-style28"> |
| </td> |
| <td style="height: 100px; width: 19%;" class="auto-style29"> |
| <a href="images/ObeliskBusinessModel.jpg" target="_blank"> |
| <img id="img5" alt="Obelisk Business Model" height="60" onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'images/button81.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'images/button7F.gif')" onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'images/button80.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'images/button80.gif')" src="images/button7F.gif" style="border: 0" width="300" /><!-- MSComment="ibutton" fp-style="fp-btn: Simple Text 1; fp-font: Berlin Sans FB; fp-font-style: Bold; fp-font-size: 20; fp-font-color-normal: #0000FF; fp-font-color-hover: #99CC00; fp-transparent: 1" fp-title="Obelisk Business Model" --></a></td> |
| <td style="height: 100px; width: 18%;" class="auto-style34"> |
| <a href="https://www.giss.nasa.gov/tools/panoply/" target="_blank"> |
| <img id="img4" alt="panoply" height="60" onmousedown="FP_swapImg(1,0,/*id*/'img4',/*url*/'images/button7B.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'images/button79.gif')" onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'images/button7A.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img4',/*url*/'images/button7A.gif')" src="images/button79.gif" style="border: 0" width="300" /><!-- MSComment="ibutton" fp-style="fp-btn: Simple Text 1; fp-font: Jokerman; fp-font-size: 48; fp-font-color-normal: #FF3399; fp-font-color-hover: #66FF66; fp-font-color-press: #FFFF66; fp-transparent: 1" fp-title="panoply" --></a></td> |
| <td style="height: 100px; width: 20%;" class="auto-style38"> |
| </td> |
| </tr> |
| <tr> |
| <td style="height: 100px; width: 245px" class="auto-style8"><strong> |
| Barrier</strong></td> |
| <td style="height: 100px; width: 19%;" class="auto-style25"> |
| </td> |
| <td style="height: 100px; width: 19%;" class="auto-style30"> |
| </td> |
| <td style="height: 100px; width: 19%;" class="auto-style32"> |
| </td> |
| <td style="height: 100px; width: 18%;" class="auto-style35"> |
| </td> |
| <td style="height: 100px; width: 20%;" class="auto-style30"> |
| </td> |
| </tr> |
| <tr> |
| <td style="height: 100px; width: 245px" class="auto-style8"><strong> |
| Submarine</strong></td> |
| <td style="height: 100px; width: 19%;" class="auto-style26"> |
| </td> |
| <td style="height: 100px; width: 19%;" class="auto-style17"> |
| <a href="https://www.youtube.com/channel/UCktn9ED63ln7W_ynOMIllpg/videos" target="_blank"> |
| <span class="auto-style16"><strong>Click here to see us on YouTube</strong></span></a><br /> |
| </td> |
| <td style="height: 100px; width: 19%;" class="auto-style33"> |
| </td> |
| <td style="height: 100px; width: 18%;" class="auto-style36"> |
| </td> |
| <td style="height: 100px; width: 20%;" class="auto-style39"> |
| </td> |
| </tr> |
| <tr> |
| <td style="height: 100px; width: 245px" class="auto-style8"><strong> |
| Photography</strong></td> |
| <td style="height: 100px; width: 19%;" class="auto-style27"> |
| </td> |
| <td style="height: 100px; width: 19%;" class="auto-style31"> |
| </td> |
| <td style="height: 100px; width: 19%;" class="auto-style12"> |
| <em><strong><span class="auto-style14"> <span class="auto-style18">See us on :</span><br class="auto-style20" /> |
| <span class="auto-style20"> </span></span></strong></em> <span class="auto-style15"><span class="auto-style20"><a href="https://www.shutterstock.com/g/wip" target="_blank"><strong>https://www.shutterstock.com/g/wip</strong></a><strong> |
| </strong></span></span><strong><br class="auto-style20" /> |
| </strong><span class="auto-style20"><strong> </strong></span><a href="http://www.istock.com/portfolio/wip-services" target="_blank"><span class="auto-style19"><strong>http://www.istock.com/portfolio/wip-services</strong></span></a></td> |
| <td style="height: 100px; width: 18%;" class="auto-style37"> |
| </td> |
| <td style="height: 100px; width: 20%;" class="auto-style9"> |
| </td> |
| </tr> |
| </table> |
| </body> |
| </html> |