Skip to content

Commit aed7d01

Browse files
committed
added logos to fellowship page
1 parent e2a129e commit aed7d01

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

css/style.css

+16
Original file line numberDiff line numberDiff line change
@@ -369,3 +369,19 @@ label span {
369369
font-size: 18px;
370370
margin-bottom: 0.5em;
371371
}
372+
373+
div.flanked-header {
374+
padding: 20px 0;
375+
}
376+
377+
div.flanked-header img {
378+
padding-top: 0;
379+
}
380+
381+
div.flanked-header :first-child img {
382+
float: right;
383+
}
384+
385+
div.flanked-header :last-child img {
386+
float: left;
387+
}

fellowship.html

+12-4
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,21 @@ <h1 class="logo"><a href="index.html">ReproNim</a></h1>
5757
</header> <!-- site header -->
5858
</section>
5959

60-
<section>
60+
<section class="section-1">
6161
<div class="container">
6262
<div class="row">
63-
<div class="col-md-12">
64-
<h1 class="main-page-header">Fellowship</h1>
65-
<h3 class="main-sub-header">ReproNim/INCF 2019-2020 Training Fellowship</h3>
63+
<div class="col-md-12 flanked-header">
64+
<div class="col-sm-4">
65+
<img src="images/logo-square-128.png" alt="ReproNim logo">
66+
</div>
67+
<div class="col-sm-4">
68+
<h1 class="main-page-header">Fellowship</h1>
69+
</div>
70+
<div class="col-sm-4">
71+
<img src="images/incf-logo.png" alt="INCF logo">
72+
</div>
6673
</div>
74+
<h3 class="main-sub-header">ReproNim/INCF 2019-2020 Training Fellowship</h3>
6775
</div><!-- row -->
6876
<div class="row">
6977
<div class="col-md-12">

images/incf-logo.png

4.83 KB
Loading

images/logo-square-128.png

10.7 KB
Loading

0 commit comments

Comments
 (0)