@@ -5,6 +5,7 @@ permalink: /cv/
5
5
author_profile : true
6
6
redirect_from :
7
7
- /wordpress/cv/
8
+ section_spacing : 10px
8
9
---
9
10
10
11
{% include base_path %}
@@ -15,7 +16,7 @@ Education
15
16
* M.S. in Jekyll, Github University, 2014
16
17
* Ph.D in Version Control Theory, Github University, 2017 (expected)
17
18
18
- <p style =" height :100 px " > </p >
19
+ <p style =" height :{% page .section_spacing %} " > </p >
19
20
20
21
Work experience
21
22
======
@@ -29,7 +30,7 @@ Work experience
29
30
* Duties included: Rejecting pull requests
30
31
* Supervisor: Professor Hub
31
32
32
- <p style =" height :100 px " > </p >
33
+ <p style =" height :{% page .section_spacing %} " > </p >
33
34
34
35
Skills
35
36
======
@@ -40,31 +41,31 @@ Skills
40
41
* Sub-skill 2.3
41
42
* Skill 3
42
43
43
- <p style =" height :100 px " > </p >
44
+ <p style =" height :{% page .section_spacing %} " > </p >
44
45
45
46
Publications
46
47
======
47
48
{% for post in site.publications %}
48
49
{% include archive-single-cv.html %}
49
50
{% endfor %}
50
51
51
- <p style =" height :100 px " > </p >
52
+ <p style =" height :{% page .section_spacing %} " > </p >
52
53
53
54
Talks
54
55
======
55
56
{% for post in site.talks %}
56
57
{% include archive-single-talk-cv.html %}
57
58
{% endfor %}
58
59
59
- <p style =" height :100 px " > </p >
60
+ <p style =" height :{% page .section_spacing %} " > </p >
60
61
61
62
Teaching
62
63
======
63
64
{% for post in site.teaching %}
64
65
{% include archive-single-cv.html %}
65
66
{% endfor %}
66
67
67
- <p style =" height :100 px " > </p >
68
+ <p style =" height :{% page .section_spacing %} " > </p >
68
69
69
70
Service and leadership
70
71
======
0 commit comments