File: sponsor.html

package info (click to toggle)
python-pyvista 0.46.5-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 178,808 kB
  • sloc: python: 94,599; sh: 218; makefile: 70
file content (63 lines) | stat: -rw-r--r-- 1,393 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{% block sponsor %}

<style>
  div.extra-content {
    display: block !important;
  }
  .extra-content {
    padding: 0.5em;
    margin: 1em 0;
    padding-top: 1em;
    clear: both;
    display: none !important;
    margin-top: 1em;
    border: 0;
    /* background-color: #eee; */
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #0a0a0a;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .sidebar-extra-content {
    padding: 0 1em;
  }
  .sidebar-extra-content .extra-content {
    font-size: 14px;
    line-height: 20px;
  }

  .internal-content,
  .adsbygoogle {
    background-color: transparent;
    text-align: center;
  }
</style>

<div class="sidebar-extra-content">
  <div class="extra-content">
    <div class="internal-content">
      <script
        async
        src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
      ></script>
      <ins
        class="adsbygoogle"
        style="display: inline-block; width: 250px; height: 250px"
        data-ad-client="ca-pub-1379117569915790"
        data-ad-slot="5874500440"
      ></ins>
      <script>
        (adsbygoogle = window.adsbygoogle || []).push({});
      </script>
    </div>
    <div>
      We use ads to cover the cost of maintenance for this site and fund
      beverages for the occasional hackathon (🍺 on us!)
    </div>
  </div>
</div>

{% endblock %}