@@ -50,16 +50,16 @@ <h1 class="text-white font-tertiary">{{ .Site.Data.homepage.banner.title | safeH
50
50
</ section >
51
51
<!-- /hero area -->
52
52
53
- {{ if .Site.Data.homepage.about .enable }}
54
- <!-- about -->
53
+ {{ if .Site.Data.homepage.applications .enable }}
54
+ <!-- Applications -->
55
55
< section class ="section ">
56
56
< div class ="container ">
57
57
< div class ="row ">
58
58
< div class ="col-lg-10 mx-auto text-center ">
59
- {{ with .Site.Data.homepage.about }}
59
+ < h2 style =" font-weight: 700; color: #D62859 " > {{ .heading }}</ h2 >
60
60
< p class ="font-secondary lead text-dark "> {{ .content | markdownify }}</ p >
61
61
{{ with .button }}
62
- < a href ="{{ .URL | absURL }} " class ="btn btn-transparent "> {{ .text }}</ a >
62
+ < a style =" color: #FFFFFF; background-color: #D62859; " href ="{{ .URL | absURL }} " class ="btn btn-transparent "> {{ .text }}</ a >
63
63
{{ end }}
64
64
{{ end }}
65
65
</ div >
@@ -69,13 +69,13 @@ <h1 class="text-white font-tertiary">{{ .Site.Data.homepage.banner.title | safeH
69
69
<!-- /about -->
70
70
{{ end }}
71
71
72
- {{ if .Site.Data.homepage.applications .enable }}
73
- <!-- Applications -->
72
+ {{ if .Site.Data.homepage.about .enable }}
73
+ <!-- about -->
74
74
< section class ="section ">
75
75
< div class ="container ">
76
76
< div class ="row ">
77
77
< div class ="col-lg-10 mx-auto text-center ">
78
- {{ with .Site.Data.homepage.applications }}
78
+ {{ with .Site.Data.homepage.about }}
79
79
< p class ="font-secondary lead text-dark "> {{ .content | markdownify }}</ p >
80
80
{{ with .button }}
81
81
< a href ="{{ .URL | absURL }} " class ="btn btn-transparent "> {{ .text }}</ a >
@@ -88,7 +88,6 @@ <h1 class="text-white font-tertiary">{{ .Site.Data.homepage.banner.title | safeH
88
88
<!-- /about -->
89
89
{{ end }}
90
90
91
-
92
91
{{ if .Site.Data.homepage.skill.enable }}
93
92
<!-- skills -->
94
93
< section class ="section ">
0 commit comments