Skip to content

Commit

Permalink
remove twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Mar 20, 2024
1 parent 88d074a commit 32137b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
11 changes: 1 addition & 10 deletions _includes/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2>Where to Connect</h2>

<br />

<div class="row">
<div class="row justify-content-center">
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="social discourse">
<h4>Discourse</h4>
Expand All @@ -23,15 +23,6 @@ <h4>Discourse</h4>
</div>
</div>

<div class="col-lg-4 col-md-4 col-sm-4">
<div class="social twitter">
<h4>Twitter</h4>
<p>
Tweet things to <a href="https://twitter.com/bokeh">@bokeh</a>
</p>
</div>
</div>

<div class="col-lg-4 col-md-4 col-sm-4">
<div class="social github">
<h4>Github</h4>
Expand Down
4 changes: 1 addition & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@
<meta property="og:url" content="https://bokeh.org/" />
<meta property="og:description" content="Bokeh is a Python-based visualization library, capable of building plots from simple charts to interactive dashboards.">
<meta name="image" property="og:image" content="http://static.bokeh.org/og/logotype-on-hex.png">
<meta property="og:image:alt" content="Bokeh logo on hex tiles" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@bokeh" />
<meta property="og:image:alt" content="Bokeh logo on hex tiles" />
4 changes: 0 additions & 4 deletions css/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,6 @@ pre
background-image: url("../img/discourse.png")
margin-top: 14px
border-bottom: 0
&.twitter
background-image: url("../img/twitter.png")
margin-top: 14px
border-bottom: 0
&.github
background-image: url("../img/github.png")
margin-top: 14px
Expand Down

0 comments on commit 32137b5

Please sign in to comment.