From ebecb9c410f1e8f3fcc0e9d17d4b4be715d5ae57 Mon Sep 17 00:00:00 2001 From: Silvano Sallese Date: Mon, 10 Aug 2020 15:16:48 +0200 Subject: instructions update --- templates/content.html | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++ templates/index.html | 5 ++-- templates/macros.html | 65 -------------------------------------------------- 3 files changed, 68 insertions(+), 67 deletions(-) create mode 100644 templates/content.html (limited to 'templates') diff --git a/templates/content.html b/templates/content.html new file mode 100644 index 0000000..88f9e6d --- /dev/null +++ b/templates/content.html @@ -0,0 +1,65 @@ +{% macro about() %} +
+

My Expertise

+

{{ config.extra.user_description }}

+
+
+
+

Design

+ + + +

Mumblecore hexagon kombucha, pitchfork four loko raclette intelligentsia master cleanse. + Vinyl XOXO lumbersexual

+
+
+

Code

+ + + +

Mumblecore hexagon kombucha, pitchfork four loko raclette intelligentsia master cleanse. + Vinyl XOXO lumbersexual

+
+
+

Tools

+ + + +

Mumblecore hexagon kombucha, pitchfork four loko raclette intelligentsia master cleanse. + Vinyl XOXO lumbersexual

+
+
+{% endmacro about %} + +{% macro projects() %} +
+

Featured Projects

+
+
+
+ mountains +
+
+

Project Title

+
    +
  • Featured Skills
  • +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

+ Check it out +
+
+
+
+ mountains +
+
+

Project Title

+
    +
  • Featured Skills
  • +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

+ Check it out +
+
+{% endmacro projects %} + diff --git a/templates/index.html b/templates/index.html index 384f103..bc7d358 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,5 @@ {% import "macros.html" as macros %} +{% import "content.html" as content %} @@ -10,11 +11,11 @@ {{ macros::header() }}
- {{ macros::about() }} + {{ content::about() }}
- {{ macros::projects() }} + {{ content::projects() }}
{% block content %} diff --git a/templates/macros.html b/templates/macros.html index adf5088..a8747bf 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -12,39 +12,6 @@ {% endmacro head %} -{% macro about() %} -
-

My Expertise

-

{{ config.extra.user_description }}

-
-
-
-

Design

- - - -

Mumblecore hexagon kombucha, pitchfork four loko raclette intelligentsia master cleanse. - Vinyl XOXO lumbersexual

-
-
-

Code

- - - -

Mumblecore hexagon kombucha, pitchfork four loko raclette intelligentsia master cleanse. - Vinyl XOXO lumbersexual

-
-
-

Tools

- - - -

Mumblecore hexagon kombucha, pitchfork four loko raclette intelligentsia master cleanse. - Vinyl XOXO lumbersexual

-
-
-{% endmacro about %} - {% macro footer() %}