Skip to content

Commit fe54b21

Browse files
committed
These things:
- added more padding to the right of the image for smartphone screens in nike.html again (since one phone had the first bullet on the same line as the image again!) - Removed the words "Advocate for..." on each bullet point and just put a heading "Advocate for:" for that section - removed the magin below each bullet points in nike.css. It looks better this way to me, and takes up way less space. Allows the "Advocate for:" section heading to be on its own line without pushing the following contents onto lines below the image (on desktop screens).
1 parent 360768b commit fe54b21

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

nike.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
list-style-position:inside }
3030
.personBio li { color: black;
3131
display: list-item;
32-
margin-bottom: 5px; }
32+
margin-bottom: 0px; }
3333
.pubLink { color: black !important; }
3434
.peopleList h1 { font-size: 9px; }
3535
.personBio img { padding-right: 20px;
@@ -92,7 +92,7 @@
9292
margin-left: auto;
9393
margin-right: auto;
9494
padding-left: 90px;
95-
padding-right: 100px;
95+
padding-right: 180px;
9696
padding-bottom: 20px;
9797
width: 50%;
9898
/* Doesn't doo much: text-align: center; */

nike.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ <h3 style="text-align:center;"> (Oxford University) </h3><br>
3636
<li>PhD from Oxford University (England)</li>
3737
<li><a href="https://scholar.google.ca/citations?hl=en&user=w_4YIrUAAAAJ" class="pubLink">Published 30+ scientific papers, cited 1000+ times.</a></li>
3838
<li>Worked as a scientist in Japan, Singapore, USA, Germany and China</li><br>
39-
<li>Advocate for safety in schools</li>
40-
<li>Advocate for separation between politics and education</li>
41-
<li>Advocate for modernizing/improving financial decisions</li>
42-
<li>Advocate for making Canadian education more comparable to world-class public schools I've seen in other countries</li>
39+
<b><u>Advocate for:</u></b>
40+
<br>
41+
<br>
42+
<li>Safety in schools</li>
43+
<li>More separation between politics and education</li>
44+
<li>Modernizing and improving financial decisions</li>
45+
<li>Making Canadian education more comparable to world-class public schools I've seen in other countries</li>
4346
<br>
4447
</ul>
4548
<p style="color:green;text-align:center;"><b>Email [email protected] even if just to say hello!</b></p>

0 commit comments

Comments
 (0)