Skip to content

Commit 0394f73

Browse files
committed
update hero
1 parent 6e68a42 commit 0394f73

File tree

3 files changed

+3
-30
lines changed

3 files changed

+3
-30
lines changed

_includes/hero.html

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
<!-- hero -->
22
<div class="container">
3-
<div class="hero" id="hero">
4-
<div class="container">
5-
<h1 class="display-5 hero-heading">
6-
The Bokeh Visualization Library
7-
</h1>
8-
</br/>
9-
<div class="row">
10-
<div class="col-lg-4 col-md-4 col-sm-4"></div>
11-
<div class="col-lg-4 col-md-6 col-sm-4">
12-
<a class="btn btn-success btn-lg btn-block" href="https://docs.bokeh.org/en/latest" role="button">Documentation</a>
13-
</br/>
14-
</div>
15-
<div class="col-4 col-md-4 col-sm-4"></div>
16-
</div>
17-
<div clsss="row">
18-
<a class="github-button" href="https://github.com/bokeh/bokeh" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star bokeh/bokeh on GitHub">Star</a>
19-
</div>
20-
</div>
21-
</div>
3+
<div class="hero"></div>
224
</div>
235
<!-- end hero -->

css/main.sass

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,12 @@
4343
padding: 3rem 2rem
4444

4545
.hero
46+
height: 400px
4647
text-align: center
4748
background-image: url('../img/hero.png')
4849
background-repeat: repeat-x
4950
background-size: cover
5051
background-position: center
51-
a
52-
&.link
53-
color: #ccc
54-
55-
.hero-heading
56-
color: #efefef
57-
font-family: "Work Sans", sans-serif
58-
font-weight: 400
59-
font-size: 48px
60-
6152

6253
.section-heading
6354
font-family: "Work Sans", sans-serif
@@ -256,7 +247,7 @@ td
256247
padding: 10px 20px 10px 2px
257248
font-size: 14px
258249
a
259-
text-decoration: underline
250+
text-decoration: underline
260251

261252
.code-highlight
262253
background-color: #f8f8f8

img/hero.png

76.9 KB
Loading

0 commit comments

Comments
 (0)