|
133 | 133 | width:100%; |
134 | 134 | position:absolute; |
135 | 135 | } |
| 136 | + .bottom-scollop-dark{ |
| 137 | + background: url('img/bottom-scollop-dark.png'); |
| 138 | + height:2px; |
| 139 | + width:100%; |
| 140 | + position:absolute; |
| 141 | + } |
136 | 142 |
|
137 | 143 | .graph-paper{ |
138 | 144 | background: url('img/graph-paper-bg.png'); |
|
273 | 279 | background: url('img/features.png'); |
274 | 280 | margin: auto; |
275 | 281 | margin-top: 50px; |
276 | | - margin-bottom: 300px; |
| 282 | + margin-bottom: 50px; |
277 | 283 | } |
278 | 284 | .email-error { |
279 | 285 | border: 1px solid #cd361d; |
|
339 | 345 | <div class="button linkedin"></div> |
340 | 346 | <div class="button-label">LINKEDIN</div> |
341 | 347 | </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;"> |
343 | 349 | <div class="button google"></div> |
344 | 350 | <div class="button-label">GOOGLE</div> |
345 | 351 | </a> |
346 | 352 | </div> |
347 | 353 | <div class="cog-banner"></div> |
348 | 354 | </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 | + |
349 | 382 | <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery-1.8.0.min.js"></script> |
350 | 383 | <script> |
351 | 384 | function validateEmail(email) { |
|
0 commit comments