Commit 8908ab5c authored by JC Brand's avatar JC Brand

We no longer user the inVerse branding

parent 72001cb9
/* Inverse.js components configuration
*
* This file is used to tell require.js which components (or plugins) to load
* when it generates a build of inverse.js (in dist/inverse.js)
/* * This file is used to tell require.js which components (or plugins) to load
* when it generates a build of converse-headless.js (in the dist/ directory)
*/
if (typeof define !== 'undefined') {
// The section below determines which plugins will be included in a build
......
/* jshint ignore:start */
//The modules for your project will be inlined above
//this snippet. Ask almond to synchronously require the
//module value for 'converse' here and return it as the
//value to use for the public API for the built file.
return require('inverse');
}));
/* jshint ignore:end */
<div class="row">
<div class="container brand-heading-container">
<h1 class="brand-heading"><i class="icon-conversejs"></i>inVerse</h1>
<h1 class="brand-heading"><i class="icon-conversejs"></i>Converse</h1>
<p class="brand-subtitle"><a target="_blank" rel="nofollow" href="https://conversejs.org">Open Source</a> XMPP chat client</p>
<p class="brand-subtitle"><a target="_blank" rel="nofollow" href="https://hosted.weblate.org/projects/conversejs/#languages">Translate</a> into your own language</p>
<div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment