Skip to content

Commit 7236b9b

Browse files
committed
Simplify colour usage, set primary colour
1 parent 6167b4a commit 7236b9b

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

_includes/nav.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<a class="btn btn-sm btn-warning d-block my-2" href="{{ site.baseurl }}/sponsors.html">Become a Sponsor</a>
2323
</li>
2424
<li class="nav-item d-lg-none">
25-
<a class="btn btn-sm btn-danger d-block my-2" aria-current="page" target="_blank" href="https://lu.ma/vanruby">Join VanRuby</a>
25+
<a class="btn btn-sm btn-primary d-block my-2" aria-current="page" target="_blank" href="https://lu.ma/vanruby">Join VanRuby</a>
2626
</li>
2727
</ul>
2828
<button id="themeToggle" class="btn btn-sm d-none d-lg-block" type="button" aria-label="Toggle theme">
@@ -31,8 +31,8 @@
3131
</svg>
3232
</button>
3333

34-
<a href="{{ site.baseurl }}/sponsors.html" class="btn btn-sm btn-warning ms-2 d-none d-lg-block">Become a Sponsor</a>
35-
<a href="https://lu.ma/vanruby" target="_blank" class="btn btn-sm btn-danger ms-2 d-none d-lg-block">Join VanRuby</a>
34+
<a href="{{ site.baseurl }}/sponsors.html" class="btn btn-sm btn-secondary ms-2 d-none d-lg-block">Become a Sponsor</a>
35+
<a href="https://lu.ma/vanruby" target="_blank" class="btn btn-sm btn-primary ms-2 d-none d-lg-block">Join VanRuby</a>
3636
</div>
3737
</div>
3838
</nav>

assets/css/main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# Only the main Sass file needs front matter (the dashes are enough)
33
---
44

5+
6+
// Default variable overrides
7+
$primary: #dc3545;
8+
9+
510
// Import Bootstrap from gem
611
@import "bootstrap";
712

companies.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<h2 class="text-center fw-semibold">Companies Hiring Ruby Developers in Vancouver</h2>
99
<p class="fs-5 fw-light text-center">Explore opportunities with companies that hire Ruby developers in Vancouver. Whether remote-friendly or office-based, these organizations are building amazing products with Ruby.</p>
1010
<p class="text-center">
11-
<span class="badge bg-primary fs-6">{{site.data.companies.size}} Employers</span>
11+
<span class="badge bg-secondary fs-6">{{site.data.companies.size}} Employers</span>
1212
</p>
1313
</div>
1414
</div>
1515

16-
<div class="alert alert-info d-flex align-items-center" role="alert">
16+
<div class="alert alert-primary d-flex align-items-center" role="alert">
1717
<svg class="bi flex-shrink-0 me-2" width="24" height="24" fill="currentColor"><use xlink:href="/assets/images/icons/bootstrap-icons.svg#info-circle-fill"/></svg>
1818
<div>
1919
Want to add your company? Modify the <a href="https://github.com/vanruby/vanruby.github.io/blob/master/_data/companies.csv" class="alert-link" target="_blank">company list</a> and submit a Pull Request.
@@ -67,7 +67,7 @@ <h3 class="mb-3">
6767
</table>
6868
</div>
6969
<p class="text-center mt-3">
70-
<a href="{{ site.baseurl }}/sponsors.html" class="btn btn-warning">Become a Sponsor</a>
70+
<a href="{{ site.baseurl }}/sponsors.html" class="btn btn-primary">Become a Sponsor</a>
7171
</p>
7272
</div>
7373
{% endif %}

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h3 class="text-center fw-semibold text-lg-start">Vancouver's Ruby Community</h3
1212
Ruby enthusiasts and professionals in Vancouver. Whether you are a beginner or a seasoned expert, our events,
1313
talks, and networking opportunities help you stay ahead in the world of Ruby.</p>
1414
<a href="https://lu.ma/vanruby" target="_blank"
15-
class="btn btn-primary btn-lg btn-danger mt-auto align-self-lg-start">Join VanRuby</a>
15+
class="btn btn-primary btn-lg btn-primary mt-auto align-self-lg-start">Join VanRuby</a>
1616
</div>
1717
<div class="col-lg-5 col-md-12 order-1 order-lg-2 d-flex flex-column justify-content-center mb-4 mb-lg-0">
1818
<iframe src="https://lu.ma/embed/calendar/cal-ek97jTetLbE3c6t/events?compact=true" width="100%" height="325px"
@@ -142,7 +142,7 @@ <h3 class="fs-2 text-body-emphasis">18+ Years</h3>
142142
{% assign gold_sponsors = site.data.companies | where: "sponsor_tier", "gold" %}
143143
{% if gold_sponsors.size > 0 %}
144144
<div class="container my-5">
145-
<h2 class="pb-2 border-bottom text-warning">Gold Sponsors</h2>
145+
<h2 class="pb-2 border-bottom">Gold Sponsors</h2>
146146
<div class="row g-5 py-5 row-cols-1 row-cols-lg-3">
147147
{% for company in gold_sponsors %}
148148
<div class="feature col">
@@ -169,7 +169,7 @@ <h3 class="fs-6 text-body-emphasis mb-0">{{ company.name }}</h3>
169169
{% assign silver_sponsors = site.data.companies | where: "sponsor_tier", "silver" %}
170170
{% if silver_sponsors.size > 0 %}
171171
<div class="container my-5">
172-
<h2 class="pb-2 border-bottom" style="color: #6c757d;">Silver Sponsors</h2>
172+
<h2 class="pb-2 border-bottom">Silver Sponsors</h2>
173173
<div class="row g-5 py-5 row-cols-1 row-cols-lg-4">
174174
{% for company in silver_sponsors %}
175175
<div class="feature col">
@@ -226,4 +226,4 @@ <h4 class="fw-semibold mb-0 text-body-emphasis">Opportunity</h4>
226226
</div>
227227
</div>
228228
</div>
229-
</div>
229+
</div>

organizers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h3 class="mb-3">Want to Get Involved?</h3>
148148
</div>
149149

150150
<!-- Add Yourself -->
151-
<div class="alert alert-info d-flex align-items-center mt-4" role="alert">
151+
<div class="alert alert-primary d-flex align-items-center mt-4" role="alert">
152152
<svg class="bi flex-shrink-0 me-2" width="24" height="24" fill="currentColor">
153153
<use xlink:href="/assets/images/icons/bootstrap-icons.svg#info-circle-fill"></use>
154154
</svg>

sponsors.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h4 class="h5 mb-3">Sponsor for entire year (12 meetups)</h4>
4747
</li>
4848
</ul>
4949

50-
<a href="https://github.com/vanruby/talks/issues/new?template=sponsor.yml" target="_blank" class="btn btn-warning btn-lg mt-auto">Become a Gold Sponsor</a>
50+
<a href="https://github.com/vanruby/talks/issues/new?template=sponsor.yml" target="_blank" class="btn btn-secondary btn-lg mt-auto">Become a Gold Sponsor</a>
5151
<p class="text-center mt-3 mb-0">
5252
<small>No GitHub account? <a href="mailto:michael@mrlee.io,weston@netsign.com?subject=VanRuby Gold Sponsorship">Email us instead</a></small>
5353
</p>
@@ -136,6 +136,6 @@ <h4>Build Your Brand</h4>
136136

137137
<div class="text-center mt-5">
138138
<p class="lead">Questions about sponsorship?</p>
139-
<a href="mailto:michael@mrlee.io,weston@netsign.com?subject=VanRuby Sponsorship" target="_blank" class="btn btn-warning btn-lg">Get in Touch</a>
139+
<a href="mailto:michael@mrlee.io,weston@netsign.com?subject=VanRuby Sponsorship" target="_blank" class="btn btn-primary btn-lg">Get in Touch</a>
140140
</div>
141141
</div>

0 commit comments

Comments
 (0)