Skip to content

Commit c3e23b0

Browse files
Removed nested button element for Insights buttons
1 parent 15f28a7 commit c3e23b0

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

insights.html

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,13 @@
3838
<div class="container-fluid">
3939
<div class="row">
4040
<div class="col-md-4">
41-
<a href="http://csh.rit.edu/~mbillow/insights/1015InsightsSchedule.pdf">
42-
<button type="button" class="btn btn-default csh-btn insights-btn">Schedule</button>
43-
</a>
44-
41+
<a href="http://csh.rit.edu/~mbillow/insights/1015InsightsSchedule.pdf" role="button" class="btn csh-btn insights-btn">Schedule</a>
4542
</div>
4643
<div class="col-md-4">
47-
<a href="https://form.jotform.com/52914750434152">
48-
<button type="button" class="btn btn-default csh-btn insights-btn">Registration Form</button>
49-
</a>
50-
44+
<a href="https://form.jotform.com/52914750434152" role="button" class="btn csh-btn insights-btn">Registration Form</a>
5145
</div>
5246
<div class="col-md-4">
53-
<a href="mailto:[email protected]">
54-
<button type="button" class="btn btn-default csh-btn insights-btn">Contact Us</button>
55-
</a>
56-
47+
<a href="mailto:[email protected]" role="button" class="btn csh-btn insights-btn">Contact Us</a>
5748
</div>
5849
</div>
5950
</div>

0 commit comments

Comments
 (0)