3
3
< i class ="icon icon-x-circle btn-mobile-close__icon hidden "> </ i >
4
4
</ span >
5
5
6
- < header class ="panel-cover " style ="background-image: url({{ site.baseurl }}/images/cover.jpg) ">
6
+ < header class ="panel-cover {% if site.disable_landing_page %}panel-cover--collapsed{% endif %} "
7
+ style ="background-image: url({{ site.baseurl }}/images/cover.jpg) ">
7
8
< div class ="panel-main ">
8
9
9
10
< div class ="panel-main__inner panel-inverted ">
10
- < div class ="panel-main__content ">
11
+ < div class ="panel-main__content ">
11
12
< a href ="{{ site.baseurl }}/ " title ="link to home of {{ site.title }} ">
12
13
< img src ="{{ site.baseurl }}/images/profile.jpg " class ="user-image " alt ="My Profile Photo ">
13
14
< h1 class ="panel-cover__title panel-title "> {{ site.title }}</ h1 >
@@ -20,70 +21,75 @@ <h1 class="panel-cover__title panel-title">{{ site.title }}</h1>
20
21
21
22
< nav class ="cover-navigation cover-navigation--primary ">
22
23
< ul class ="navigation ">
23
- < li class ="navigation__item "> < a href ="{{ site.baseurl }}/#blog " title ="link to {{ site.title }} blog " class ="blog-button "> Blog</ a > </ li >
24
+ < li class ="navigation__item "> < a href ="{{ site.baseurl }}/#blog " title ="link to {{ site.title }} blog "
25
+ class ="blog-button "> Blog</ a > </ li >
24
26
</ ul >
25
27
</ nav >
26
28
27
29
< nav class ="cover-navigation navigation--social ">
28
30
< ul class ="navigation ">
29
31
30
- {% if site.author.twitter_username %}
32
+ {% if site.author.twitter_username %}
31
33
<!-- Twitter -->
32
34
< li class ="navigation__item ">
33
- < a href ="http://twitter.com/{{ site.author.twitter_username }} " title ="@{{ site.author.twitter_username }} on Twitter " target ="_blank ">
35
+ < a href ="http://twitter.com/{{ site.author.twitter_username }} "
36
+ title ="@{{ site.author.twitter_username }} on Twitter " target ="_blank ">
34
37
< i class ="icon icon-social-twitter "> </ i >
35
38
< span class ="label "> Twitter</ span >
36
39
</ a >
37
40
</ li >
38
- {% endif %}
41
+ {% endif %}
39
42
40
- {% if site.author.facebook_username %}
43
+ {% if site.author.facebook_username %}
41
44
<!-- Facebook -->
42
45
< li class ="navigation__item ">
43
- < a href ="http://fb.me/{{ site.author.facebook_username }} " title ="{{ site.author.facebook_username }} on Facebook " target ="_blank ">
46
+ < a href ="http://fb.me/{{ site.author.facebook_username }} "
47
+ title ="{{ site.author.facebook_username }} on Facebook " target ="_blank ">
44
48
< i class ="icon icon-social-facebook "> </ i >
45
49
< span class ="label "> Facebook</ span >
46
50
</ a >
47
51
</ li >
48
- {% endif %}
52
+ {% endif %}
49
53
50
- {% if site.author.linkedin_username %}
54
+ {% if site.author.linkedin_username %}
51
55
<!-- LinkedIn -->
52
56
< li class ="navigation__item ">
53
- < a href ="https://www.linkedin.com/in/{{ site.author.linkedin_username }} " title ="{{ site.author.linkedin_username }} on LinkedIn " target ="_blank ">
57
+ < a href ="https://www.linkedin.com/in/{{ site.author.linkedin_username }} "
58
+ title ="{{ site.author.linkedin_username }} on LinkedIn " target ="_blank ">
54
59
< i class ="icon icon-social-linkedin "> </ i >
55
60
< span class ="label "> LinkedIn</ span >
56
61
</ a >
57
62
</ li >
58
- {% endif %}
63
+ {% endif %}
59
64
60
- {% if site.author.github_username %}
65
+ {% if site.author.github_username %}
61
66
<!-- GitHub -->
62
67
< li class ="navigation__item ">
63
- < a href ="https://www.github.com/{{ site.author.github_username }} " title ="{{ site.author.github_username }} on GitHub " target ="_blank ">
68
+ < a href ="https://www.github.com/{{ site.author.github_username }} "
69
+ title ="{{ site.author.github_username }} on GitHub " target ="_blank ">
64
70
< i class ="icon icon-social-github "> </ i >
65
71
< span class ="label "> GitHub</ span >
66
72
</ a >
67
73
</ li >
68
- {% endif %}
74
+ {% endif %}
69
75
70
- {% if site.author.email %}
76
+ {% if site.author.email %}
71
77
<!-- Email -->
72
78
< li class ="navigation__item ">
73
79
< a href ="mailto:{{ site.author.email }} " title ="Email {{ site.author.email }} " target ="_blank ">
74
80
< i class ="icon icon-mail "> </ i >
75
81
< span class ="label "> Email</ span >
76
82
</ a >
77
83
</ li >
78
- {% endif %}
84
+ {% endif %}
79
85
80
- <!-- RSS -->
81
- < li class ="navigation__item ">
82
- < a href ="{{ site.baseurl }}/feed.xml " title ="Subscribe " target ="_blank ">
83
- < i class ="icon icon-rss "> </ i >
84
- < span class ="label "> RSS</ span >
85
- </ a >
86
- </ li >
86
+ <!-- RSS -->
87
+ < li class ="navigation__item ">
88
+ < a href ="{{ site.baseurl }}/feed.xml " title ="Subscribe " target ="_blank ">
89
+ < i class ="icon icon-rss "> </ i >
90
+ < span class ="label "> RSS</ span >
91
+ </ a >
92
+ </ li >
87
93
88
94
</ ul >
89
95
</ nav >
@@ -96,4 +102,4 @@ <h1 class="panel-cover__title panel-title">{{ site.title }}</h1>
96
102
97
103
< div class ="panel-cover--overlay "> </ div >
98
104
</ div >
99
- </ header >
105
+ </ header >
0 commit comments