Skip to content

Commit c259bba

Browse files
committed
Added Digital Ocean sponsor
1 parent a028ad0 commit c259bba

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

images/DO_Logo_Vertical_Blue.png

18 KB
Loading

images/DO_Logo_Vertical_White.png

11.2 KB
Loading

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
<div class="nwoc-header-sponsors">
9393
<p>Sponsored By:</p>
9494
<a href="https://www.jetbrains.com/" target="_blank"><img src="images/jetbrains-variant-2-cropped.png"/></a>
95+
<a href="https://www.digitalocean.com"/ target="_blank"><img src="images/DO_Logo_Vertical_White.png"/></a>
9596
</div>
9697
</div>
9798

@@ -218,6 +219,7 @@ <h3>Register</h3>
218219

219220
<h3>Sponsors</h3>
220221
<a href="https://www.jetbrains.com/" target="_blank"><img class="nwoc-current-sponsors" src="images/jetbrains-variant-1.png"/></a>
222+
<a href="https://www.digitalocean.com" target="_blank"><img class="nwoc-current-sponsors" src="images/DO_Logo_Vertical_Blue.png"/></a>
221223

222224
<h3>Previous projects</h3>
223225
<p>NWoC 2017 saw a huge participation of more than 200 students from all across the country.

style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ h2,h3 {
148148
}
149149

150150
.nwoc-header-sponsors img {
151-
width: 70px;
151+
height: 70px;
152+
padding-right: 10px;
153+
padding-left: 10px;
152154
}
153155

154156
.nwoc-content {
@@ -216,6 +218,8 @@ h2,h3 {
216218

217219
.nwoc-current-sponsors {
218220
height: 160px;
221+
margin-right: 30px;
222+
margin-bottom: 30px;
219223
}
220224

221225
.nwoc-repo-card {
@@ -299,7 +303,7 @@ h2,h3 {
299303
}
300304

301305
.nwoc-header-sponsors img {
302-
width: 60px;
306+
height: 60px;
303307
}
304308

305309
.nwoc-header-sponsors p {

0 commit comments

Comments
 (0)