Skip to content

Commit 15f46cb

Browse files
committed
added disqus thread
1 parent b85c9e0 commit 15f46cb

2 files changed

Lines changed: 35 additions & 2 deletions

File tree

img/bottom-scollop-dark.png

1.03 KB
Loading

index.html

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@
133133
width:100%;
134134
position:absolute;
135135
}
136+
.bottom-scollop-dark{
137+
background: url('img/bottom-scollop-dark.png');
138+
height:2px;
139+
width:100%;
140+
position:absolute;
141+
}
136142

137143
.graph-paper{
138144
background: url('img/graph-paper-bg.png');
@@ -273,7 +279,7 @@
273279
background: url('img/features.png');
274280
margin: auto;
275281
margin-top: 50px;
276-
margin-bottom: 300px;
282+
margin-bottom: 50px;
277283
}
278284
.email-error {
279285
border: 1px solid #cd361d;
@@ -339,13 +345,40 @@
339345
<div class="button linkedin"></div>
340346
<div class="button-label">LINKEDIN</div>
341347
</a>
342-
<a href="https://plus.google.com/118293778682934752747/posts" style="margin-right: 0;">
348+
<a href="https://plus.google.com/u/0/b/118429439667165841211/118429439667165841211/posts" style="margin-right: 0;">
343349
<div class="button google"></div>
344350
<div class="button-label">GOOGLE</div>
345351
</a>
346352
</div>
347353
<div class="cog-banner"></div>
348354
</div>
355+
<div style="background: #fff; position: relative;">
356+
<div class="bottom-scollop-dark"></div>
357+
358+
<div style="width: 960px; margin: auto; padding-top: 50px;">
359+
<div id="disqus_thread"></div>
360+
<script type="text/javascript">
361+
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
362+
var disqus_shortname = 'apiengine'; // required: replace example with your forum shortname
363+
364+
/* * * DON'T EDIT BELOW THIS LINE * * */
365+
(function() {
366+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
367+
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
368+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
369+
})();
370+
</script>
371+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
372+
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
373+
374+
375+
</div>
376+
377+
<div style="clear: both;"></div>
378+
</div>
379+
</div>
380+
381+
349382
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery-1.8.0.min.js"></script>
350383
<script>
351384
function validateEmail(email) {

0 commit comments

Comments
 (0)