Skip to content

Commit a028ad0

Browse files
committed
Added JetBrains as sponsor
1 parent 9312b3c commit a028ad0

File tree

4 files changed

+50
-8
lines changed

4 files changed

+50
-8
lines changed

images/jetbrains-variant-1.png

164 KB
Loading
71.5 KB
Loading

index.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
</a>
6060
<div class="mdl-layout-spacer"></div>
6161
<nav class="mdl-navigation mdl-layout--large-screen-only">
62-
<a class="mdl-navigation__link nwoc-menu-item" href="index.html#how-it-works">How it works</a>
63-
<a class="mdl-navigation__link nwoc-menu-item" href="index.html#timeline">Timeline</a>
64-
<a class="mdl-navigation__link nwoc-menu-item" href="index.html#register">Register</a>
62+
<a class="mdl-navigation__link nwoc-menu-item" href="#how-it-works">How it works</a>
63+
<a class="mdl-navigation__link nwoc-menu-item" href="#timeline">Timeline</a>
64+
<a class="mdl-navigation__link nwoc-menu-item" href="#register">Register</a>
6565
<a class="mdl-navigation__link nwoc-menu-item" href="archive.html">Archive</a>
6666
</nav>
6767
</div>
@@ -74,9 +74,9 @@
7474
</button>
7575
</div>
7676
<nav class="mdl-navigation">
77-
<a class="mdl-navigation__link nwoc-drawer-item" href="index.html#how-it-works">How it works</a>
78-
<a class="mdl-navigation__link nwoc-drawer-item" href="index.html#timeline">Timeline</a>
79-
<a class="mdl-navigation__link nwoc-drawer-item" href="index.html#register">Register</a>
77+
<a class="mdl-navigation__link nwoc-drawer-item" href="#how-it-works">How it works</a>
78+
<a class="mdl-navigation__link nwoc-drawer-item" href="#timeline">Timeline</a>
79+
<a class="mdl-navigation__link nwoc-drawer-item" href="#register">Register</a>
8080
<a class="mdl-navigation__link nwoc-drawer-item" href="archive.html">Archive</a>
8181
</nav>
8282
</div>
@@ -89,6 +89,10 @@
8989
give them real world development experience.
9090
</p>
9191
</div>
92+
<div class="nwoc-header-sponsors">
93+
<p>Sponsored By:</p>
94+
<a href="https://www.jetbrains.com/" target="_blank"><img src="images/jetbrains-variant-2-cropped.png"/></a>
95+
</div>
9296
</div>
9397

9498
<div class="nwoc-content">
@@ -212,6 +216,9 @@ <h3>Register</h3>
212216
<br>
213217
<p>Make sure to join the <a href="https://gitter.im/NWoC/NWoC2018" target="_blank">Gitter channel</a>.</p>
214218

219+
<h3>Sponsors</h3>
220+
<a href="https://www.jetbrains.com/" target="_blank"><img class="nwoc-current-sponsors" src="images/jetbrains-variant-1.png"/></a>
221+
215222
<h3>Previous projects</h3>
216223
<p>NWoC 2017 saw a huge participation of more than 200 students from all across the country.
217224
<br>

style.css

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ h2,h3 {
109109
.nwoc-landing-header {
110110
background-image: url("images/winter_back.jpg");
111111
background-color: #90CAF9;
112-
height: 550px;
112+
height: 715px;
113113
background-position: center;
114114
background-repeat: no-repeat;
115115
background-size: cover;
@@ -134,6 +134,23 @@ h2,h3 {
134134
text-shadow: 1px 1px 3px black;
135135
}
136136

137+
.nwoc-header-sponsors{
138+
width: 500px;
139+
position: absolute;
140+
left: calc(50vw - 250px);
141+
top: 510px;
142+
text-align: center;
143+
}
144+
145+
.nwoc-header-sponsors p {
146+
color: white;
147+
text-shadow: 1px 1px 3px black;
148+
}
149+
150+
.nwoc-header-sponsors img {
151+
width: 70px;
152+
}
153+
137154
.nwoc-content {
138155
max-width: 750px;
139156
display: block;
@@ -197,6 +214,10 @@ h2,h3 {
197214
font-size: 1.2em !important;
198215
}
199216

217+
.nwoc-current-sponsors {
218+
height: 160px;
219+
}
220+
200221
.nwoc-repo-card {
201222
margin-bottom: 10px;
202223
padding: 18px;
@@ -255,7 +276,7 @@ h2,h3 {
255276

256277
@media screen and (max-width: 960px) {
257278
.nwoc-landing-header {
258-
height: 420px;
279+
height: 570px;
259280
}
260281

261282
.nwoc-big-logo{
@@ -271,6 +292,20 @@ h2,h3 {
271292
font-size: 1.2em !important;
272293
}
273294

295+
.nwoc-header-sponsors {
296+
top: 410px;
297+
width: 300px;
298+
left: calc(50vw - 150px);
299+
}
300+
301+
.nwoc-header-sponsors img {
302+
width: 60px;
303+
}
304+
305+
.nwoc-header-sponsors p {
306+
font-size: 1em !important;
307+
}
308+
274309
.nwoc-content {
275310
padding: 1px 30px;
276311
}

0 commit comments

Comments
 (0)