add irc page
This commit is contained in:
parent
1bd6c770a3
commit
fd16abfa07
@ -14,7 +14,7 @@
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
<h1><span>window manager from scratch by <a href="https://github.com/xorg62" title ="who is...">xorg62</a></span><a href="https://github.com/xorg62/wmfs" title="go to github">WMFS2</a></h1>
|
||||
<h2><a href="https://github.com/xorg62/wmfs" title="go to git repository">git</a> | <a href="https://github.com/xorg62/wmfs/wiki" title="visit wmfs wiki eng/fr">wiki</a> | <a href="https://github.com/xorg62/wmfs/tarball/master" title="download wmfs as tgz">download</a> | <a href="mailto:xorg62@gmail.com" title="mail to xorg62">contact</a></h2>
|
||||
<h2><a href="https://github.com/xorg62/wmfs" title="go to git repository">git</a> | <a href="https://github.com/xorg62/wmfs/wiki" title="visit wmfs wiki eng/fr">wiki</a> | <a href="https://github.com/xorg62/wmfs/tarball/master" title="download wmfs as tgz">download</a> | <a href="mailto:xorg62@gmail.com" title="mail to xorg62">contact</a> | <a href="irc.html" title="chan #wmfs on freenode">irc</a></h2>
|
||||
</div>
|
||||
<div id="links">
|
||||
<div class="categorie">
|
||||
|
||||
31
irc.html
Normal file
31
irc.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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" />
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
<link rel="Shortcut Icon" href="favicon-basic.ico" type="image/x-icon" />
|
||||
|
||||
<!-- Page Title -->
|
||||
<title>WMFS on freenode</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
<h1><span>window manager from scratch by <a href="https://github.com/xorg62" title ="who is...">xorg62</a></span><a href="https://github.com/xorg62/wmfs" title="go to github">WMFS2</a></h1>
|
||||
<h2><a href="https://github.com/xorg62/wmfs" title="go to git repository">git</a> | <a href="https://github.com/xorg62/wmfs/wiki" title="visit wmfs wiki eng/fr">wiki</a> | <a href="https://github.com/xorg62/wmfs/tarball/master" title="download wmfs as tgz">download</a> | <a href="mailto:xorg62@gmail.com" title="mail to xorg62">contact</a> | <a href="mailto:xorg62@gmail.com" title="chan #wmfs on freenode">irc</a></h2>
|
||||
</div>
|
||||
<div id="links">
|
||||
<div class="categorie">
|
||||
<iframe src="http://webchat.freenode.net?channels=wmfs" frameborder="0" width="100%" height="400"><p>your browser does not support iframes. please use an irc client like irssi, weechat or pidgin.</p></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p>:: theme by arpinux inspired by <a href="http://wiscot.deviantart.com">wiscot</a> :: irc by <a href="http://www.qwebirc.org/">qwebirc</a> :: arpinux 2012 :: license <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">cc BY-NC-SA</a> :: <!--a href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0">XHTML</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS">CSS</a--></p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!-- cc BY-NC-SA License :: arpinux :: 2011 :: http://arpinux.org -->
|
||||
10
style.css
10
style.css
@ -63,6 +63,16 @@ body {
|
||||
}
|
||||
.categorie a { text-decoration: underline ; }
|
||||
.categorie h2 { padding: 15px 0 5px 10px; }
|
||||
/* iframe for irc ----------------------------------------------------*/
|
||||
iframe {
|
||||
opacity: 0.9;
|
||||
-moz-opacity : 0.9;
|
||||
-ms-filter: "alpha(opacity=90)";
|
||||
margin: 15px auto 0 -10px;
|
||||
-webkit-box-shadow: 1px 1px 12px #000;
|
||||
-moz-box-shadow: 1px 1px 12px #000;
|
||||
box-shadow: 1px 1px 12px #000;
|
||||
}
|
||||
|
||||
/* footer ------------------------------------------------------------*/
|
||||
#footer {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user