- {{#if network}}
- {{> icon-tag icon=network text=username url=url title=network}}
- {{/if}}
+ {{!-- #ThankYou https://www.section.io/engineering-education/using-tailwind-css-grid-classes/ --}}
+ {{!--
--}}
+
+ {{#each profiles}}
+ {{#if network}}
+
+
+ {{> icon-tag
+ title=network
+ icon=(iconOrValue icon network)
+ text=network
+ url=url
+ }}
+
+ {{!-- {{ network }} --}}
+
+
+
+ {{/if}}
+ {{/each}}
- {{/each}}
-
{{/if}}
-{{/resume.basics}}
\ No newline at end of file
+ {{/resume.basics}}
+
diff --git a/views/resume.hbs b/views/resume.hbs
index 5da6c38..4f552c0 100644
--- a/views/resume.hbs
+++ b/views/resume.hbs
@@ -1,4 +1,4 @@
-
+
@@ -26,37 +26,40 @@
-
-
-
-
-
{{resume.basics.name}}
-
{{resume.basics.label}}
+
+
+
+
{{resume.basics.name}}
+
+ {{!-- basics.label e.g. "Programmer" --}}
+
{{resume.basics.label}}
+
+ {{#if resume.basics.summary}}
+
+
{{resume.basics.summary}}
+
+ {{/if}}
+
+
+ {{> profiles }}
+
+
+
+
+
+ {{> work }}
+ {{> volunteer }}
+ {{> education }}
+ {{> awards }}
+ {{> publications }}
+ {{> references }}
-
- {{> contact}}
+
+ {{> skills }}
+ {{> languages }}
+ {{> interests }}
- {{#if resume.basics.summary}}
-
-
{{resume.basics.summary}}
-
- {{/if}}
-
-
- {{> work }}
- {{> volunteer }}
- {{> education }}
- {{> awards }}
- {{> publications }}
- {{> references }}
-
-
- {{> skills }}
- {{> languages }}
- {{> interests }}
-
-
-
+