diff options
Diffstat (limited to 'forum/index.html')
-rw-r--r-- | forum/index.html | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/forum/index.html b/forum/index.html new file mode 100644 index 00000000..a2125006 --- /dev/null +++ b/forum/index.html @@ -0,0 +1,85 @@ +<!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"> + <head> + <meta content="text/html; charset=utf-8" http-equiv="content-type" /> + <title>Remi's RPM repository</title> + <link href="layout/repostyle.css" type="text/css" rel="stylesheet" /> + <meta content="index,follow" name="robots" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <style type="text/css"> + /* Progress */ + progress { + width: 30em; + background-color: #ff8484; + border-radius: 1em; + margin: 0 1em; + + } + + progress::-webkit-progress-bar { + background: #00ee00; + border-radius: 1em; + } + + progress::-moz-progress-bar { + background: #00ee00; + border-radius: 1em; + } + + .msg { + font-size: 1.3em; + margin-bottom: 1em; + } + </style> +</head> +<body> + <div id="page"> + <div id="top"> + <h1><span><a href="/">Remi's RPM repository</a></span></h1> + </div> + <p id="prelude"> + <a href="https://blog.remirepo.net/">Blog</a> | + <a href="https://github.com/remicollet/remirepo/issues">Support</a> | + <a href="https://rpms.remirepo.net/">Repository</a> | + <a href="https://rpms.remirepo.net/wizard/">Wizard</a> + </p> + <div id="wrapper"> + <div id="main"> + <div id="content"> + <h2>Sorry but due to lack of resources, forums are closed</h2> + <p class="msg">Please use instead:</p> + <ul class="pkglist"> + <li><a href="https://github.com/remicollet/remirepo/issues">Github issue tracker</a> + for issue reporting, question or discussion</li> + <li><a href="https://blog.remirepo.net/post/2021/05/20/remirepo-IRC-channel-on-Libera-network">#remirepo</a> + IRC channel on Libera.chat for live discussion</li> + <li><a href="https://discord.gg/qwC6kM2dcE">Discord server</a> + for discussion (with backlog allowing asynchronous mode)</li> + </ul> + </div> + </div> + <div id="sidebar"> + <h2>Give back</h2> + <p class="msg">See:</p> + <ul class="pkglist"> + <li><a href="https://blog.remirepo.net/pages/MerciThanks">Merci / Thanks</a> page</li> + </ul> + </div> + </div> + <hr style="clear:both;"/> + </div> + <div id="footer"> + <ul id="w3c"> + <li> + <a id="vxhtml" href="http://validator.w3.org/check/referer">XHTML 1.1 valide</a> + </li> + <li> + <a id="vcss" href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2.0 valide</a> + </li> + </ul> + + <p>Designed for <a href="http://blog.remirepo.net">Remi</a>, + graphism by <a href="http://bellaminettes.com/">Bruno Bellamy</a></p> + </div> +</body> +</html> |