Skip to content

Commit

Permalink
site updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie Br authored and Stephanie Br committed Oct 13, 2017
1 parent b7bfeb8 commit a48b65b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _includes/icon-github.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

<span class="icon icon--github">{% include icon-github.svg %}</span>
<span class="username _label"><a href="https://github.com//website">{{ include.label }}<a href="https://github.com//website"></span>
<span class="username _label"><a href="https://github.com/hillhacks/hackbeach" target="_blank">{{ include.label }}<a href="https://github.com/hillhacks/hackbeach"></span>

2 changes: 1 addition & 1 deletion _includes/icon-twitter.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a href="https://twitter.com/{{ include.username }}"><span class="icon icon--twitter">{% include icon-twitter.svg %}</span><span class="username">{{ include.username }}</span></a>
<a href="https://twitter.com/{{ include.username }}" target="_blank"><span class="icon icon--twitter">{% include icon-twitter.svg %}</span><span class="username">{{ include.username }}</span></a>
3 changes: 2 additions & 1 deletion _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
*/
.page-content {
padding: $spacing-unit 0;

}

.page-heading {
Expand Down Expand Up @@ -228,7 +229,7 @@

h2 {
font-size: 32px;

margin-top: 40px;
@include media-query($on-laptop) {
font-size: 28px;
}
Expand Down
2 changes: 1 addition & 1 deletion _sass/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ body{
font-family: $base-font-family;
background-color: #63c3d5;
color: #fff !important;
border-radius: 10px;
border-radius: 5px;
border-color: #63c3d5;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ <h1>hackbeach,Gokarna</h1>
<h3>Gokarna, Karnataka, India</h3>
<h3>23rd Nov – 2nd Dec 2017</h3>
<div class="col-md-4 col-sm-4 col-sm-offset-2 col-md-offset-4">
<!-- <a href="{{site.baseurl}}/register/">
<button type="button" class="btn btn-primary btn-lg btn-block cta-1">Register now!</button>
</a> -->
<a href="{{site.schedule}}">
<button type="button" class="btn btn-primary btn-lg btn-block cta-1">View 2017 Schedule</button>
<a href="{{site.baseurl}}/participate/">
<button type="button" class="btn btn-primary btn-lg btn-block cta-1">Submit your proposal</button>
</a>
<!-- <a href="{{site.schedule}}">
<button type="button" class="btn btn-primary btn-lg btn-block cta-1">View 2017 Schedule</button>
</a> -->
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion pages/cfp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ title: Call for participation
permalink: /participate/
---

Submit you proposal here <a href="https://osem.hackbeach.in/conferences/hb2/program/proposals/new" target="_blank">here</a>
Submit your proposal here <a href="https://osem.hackbeach.in/conferences/hb2/program/proposals/new" target="_blank">here</a>

0 comments on commit a48b65b

Please sign in to comment.