Skip to content

Commit f3e70b9

Browse files
committed
Removing the use of buttons entirely
1 parent 71fcc98 commit f3e70b9

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

assets/css/main.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -152,19 +152,19 @@
152152
max-width: 500px;
153153
}
154154

155-
button.con-button {
156-
background-color: #f37726;
157-
158-
a {
155+
div.con-buttons {
156+
margin-top: 2em;
157+
a.con-button {
158+
background-color: #f37726;
159159
color: white;
160160
font-size: 1em;
161161
font-weight: 600;
162+
margin: 0 .5em;
163+
padding: 1em;
164+
border-radius: 5px;
165+
border: none;
166+
cursor: pointer;
162167
}
163-
margin: 0 .5em;
164-
padding: 1em;
165-
border-radius: 5px;
166-
border: none;
167-
cursor: pointer;
168168
}
169169

170170

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,10 @@
256256
<div class="con-program">
257257
<p>San Diego, California</p>
258258
</div>
259-
<button class="con-button"><a href="https://events.linuxfoundation.org/jupytercon/">Conference Website</a></button>
260-
<button class="con-button"><a href="https://events.linuxfoundation.org/jupytercon/program/cfp/">Call for Proposals</a></button>
259+
<div class="con-buttons">
260+
<a class="con-button" role="button" href="https://events.linuxfoundation.org/jupytercon/">Conference Website</a>
261+
<a class="con-button" role="button" href="https://events.linuxfoundation.org/jupytercon/program/cfp/">Call for Proposals</a>
262+
</div>
261263
</div>
262264
</div>
263265
</div>

0 commit comments

Comments
 (0)