File tree 4 files changed +28
-4
lines changed
4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -369,3 +369,19 @@ label span {
369
369
font-size : 18px ;
370
370
margin-bottom : 0.5em ;
371
371
}
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
+ }
Original file line number Diff line number Diff line change @@ -57,13 +57,21 @@ <h1 class="logo"><a href="index.html">ReproNim</a></h1>
57
57
</ header > <!-- site header -->
58
58
</ section >
59
59
60
- < section >
60
+ < section class =" section-1 " >
61
61
< div class ="container ">
62
62
< 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 >
66
73
</ div >
74
+ < h3 class ="main-sub-header "> ReproNim/INCF 2019-2020 Training Fellowship</ h3 >
67
75
</ div > <!-- row -->
68
76
< div class ="row ">
69
77
< div class ="col-md-12 ">
You can’t perform that action at this time.
0 commit comments