Add google plus button
This commit is contained in:
@@ -66,3 +66,5 @@ ul {
|
||||
list-style:circle;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.gplus { margin-left: 10px; }
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<div class="wrap">
|
||||
<div id="image"></div>
|
||||
<div class="box">
|
||||
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em></h2>
|
||||
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em><span class='gplus'><g:plusone size="medium" annotation="none"></g:plusone></span></h2>
|
||||
<p>
|
||||
Open source, Django based document manager with custom meta-data indexing, file serving integration, document tagging and OCR capabilities.
|
||||
</p>
|
||||
|
||||
10
index.html
10
index.html
@@ -49,6 +49,14 @@
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
||||
po.src = 'https://apis.google.com/js/plusone.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
||||
})();
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
@@ -68,7 +76,7 @@
|
||||
<div class="wrap">
|
||||
<div id="image"></div>
|
||||
<div class="box">
|
||||
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em></h2>
|
||||
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em><span class='gplus'><g:plusone size="medium" annotation="none"></g:plusone></span></h2>
|
||||
<p>
|
||||
Open source, Django based document manager with custom meta-data indexing, file serving integration, document tagging and OCR capabilities.
|
||||
</p>
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
<div class="wrap">
|
||||
<div id="image"></div>
|
||||
<div class="box">
|
||||
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em></h2>
|
||||
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em><span class='gplus'><g:plusone size="medium" annotation="none"></g:plusone></span></h2>
|
||||
<p>
|
||||
Open source, Django based document manager with custom meta-data indexing, file serving integration, document tagging and OCR capabilities.
|
||||
</p>
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
<div class="wrap">
|
||||
<div id="image"></div>
|
||||
<div class="box">
|
||||
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em></h2>
|
||||
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em><span class='gplus'><g:plusone size="medium" annotation="none"></g:plusone></span></h2>
|
||||
<p>
|
||||
Open source, Django based document manager with custom meta-data indexing, file serving integration, document tagging and OCR capabilities.
|
||||
</p>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<div class="wrap">
|
||||
<div id="image"></div>
|
||||
<div class="box">
|
||||
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em></h2>
|
||||
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em><span class='gplus'><g:plusone size="medium" annotation="none"></g:plusone></span></h2>
|
||||
<p>
|
||||
Open source, Django based document manager with custom meta-data indexing, file serving integration, document tagging and OCR capabilities.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user