CRM table stub
This commit is contained in:
parent
5406b2cb75
commit
ce0a3a31ed
83
html/index.html
Normal file
83
html/index.html
Normal file
|
@ -0,0 +1,83 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Libre CRM</TITLE>
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#eef0e0">
|
||||
<STYLE>
|
||||
a:link {
|
||||
color: #0D872D;
|
||||
background-color: transparent;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #47470B;
|
||||
background-color: transparent;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #470B34;
|
||||
background-color: transparent;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: yellow;
|
||||
background-color: transparent;
|
||||
text-decoration: underline;
|
||||
}
|
||||
</STYLE>
|
||||
<CENTER><H1>Libre CRM</H1></CENTER>
|
||||
<CENTER>
|
||||
<A HREF="https://crm.libre.is/">crm.libre.is</A>
|
||||
is currently testing the latest and greatest
|
||||
<A HREF="https://www.gnu.org/philosophy/free-sw.en.html">Free Software</A>
|
||||
<A HREF="https://en.wikipedia.org/wiki/Customer_relationship_management">Customer Relationship Managment (CRM)</A>
|
||||
software.
|
||||
<P>
|
||||
Once the best form system is selected, the site will switch to it.
|
||||
</CENTER>
|
||||
|
||||
<CENTER><H2>CRMs under evaluation</H2></CENTER>
|
||||
<CENTER>
|
||||
<TABLE>
|
||||
<STYLE>
|
||||
table, th, td {
|
||||
border: 1px solid white;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
th, td {
|
||||
background-color: #d0dcf0;
|
||||
}
|
||||
</STYLE>
|
||||
<TR>
|
||||
<TH>Name</TH>
|
||||
<TH>Test<BR>Site</TH>
|
||||
<TH>License</TH>
|
||||
<TH>Source</TH>
|
||||
<TH>Primary<BR>Languages</TH>
|
||||
<TH>Latest<BR>Update</TH>
|
||||
<TH>Use</TH>
|
||||
</TR>
|
||||
|
||||
<TR>
|
||||
<TD><A HREF="http://">Foo</A></TD>
|
||||
<TD><A HREF="https://">Bar</A></TD>
|
||||
<TD>LICENSE</TD>
|
||||
<TD><A HREF="https://github.com/foo">https://github.com/foo</A></TD>
|
||||
<TD>LANG</A>
|
||||
<TD>20XX</TD>
|
||||
<TD>TBD</TD>
|
||||
</TR>
|
||||
|
||||
</TABLE>
|
||||
</CENTER>
|
||||
<P>
|
||||
<CENTER>
|
||||
<A HREF="https://code.libre.is/libre/crm-libre-is">source code</A><BR>
|
||||
<I>© 2024 Jeff Moe</I><BR>
|
||||
<A HREF="https://creativecommons.org/licenses/by-sa/4.0/">CC by SA 4.0</A>
|
||||
</CENTER>
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Reference in a new issue