Init Commit
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
+++
|
||||
title = "Home"
|
||||
type = "home"
|
||||
draft = false
|
||||
+++
|
||||
|
||||
|
||||
{{< showcase-section
|
||||
title="Showcase section"
|
||||
subtitle="Subtitle - coming from <code>home.md</code>"
|
||||
buttonText="Email"
|
||||
description="<strong>Strong</strong>, <em>italic</em> and normal text. This comes from <a href='https://github.com/zetxek/adritian-demo/blob/main/content/home/home.md?plain=1'><code>home.md</code></a>, using the <code>showcase-section</code> <a href=''>shortcode</a>.<br/>Below you can see the social links, provided by the <code>platform-links</code> shortcode."
|
||||
imgSrc="images/showcase/showcase.png"
|
||||
imgScale="0.5"
|
||||
>}}
|
||||
|
||||
{{< platform-links >}}
|
||||
{{< link icon="square-facebook" url="https://facebook.com/yourpage" >}}
|
||||
{{< link icon="square-twitter" url="https://twitter.com/yourpage" >}}
|
||||
{{< link icon="linkedin" url="https://www.linkedin.com/in/adrianmoreno/" >}}
|
||||
{{< link icon="square-github" url="https://github.com/zetxek" >}}
|
||||
{{< link icon="x-twitter" url="https://twitter.com/zetxek" >}}
|
||||
{{< link icon="dribbble" url="#" >}}
|
||||
{{< link icon="behance" url="#" >}}
|
||||
{{< link icon="youtube" url="#" >}}
|
||||
{{< link icon="instagram" url="https://www.instagram.com/zetxek/" >}}
|
||||
{{< link icon="square-facebook" url="https://www.facebook.com/zetxek/" >}}
|
||||
{{< link icon="codepen" url="#" >}}
|
||||
{{< link icon="yelp" url="https://www.yelp.com/" >}}
|
||||
{{< link icon="bluesky" url="https://www.bluesky.com/" >}}
|
||||
{{< link icon="threads" url="https://www.threads.net/" >}}
|
||||
{{< link icon="face-smile" url="https://www.adrianmoreno.info/" >}}
|
||||
{{< link icon="user" url="https://www.adrianmoreno.info/" >}}
|
||||
{{< link icon="quote-left" url="https://www.adrianmoreno.info/" >}}
|
||||
{{< link icon="cloud-arrow-down" url="https://www.adrianmoreno.info/" >}}
|
||||
{{< link icon="square-xing" url="https://www.adrianmoreno.info/" >}}
|
||||
|
||||
{{< /platform-links >}}
|
||||
|
||||
{{< /showcase-section >}}
|
||||
|
||||
{{< about-section
|
||||
title="About me"
|
||||
content="This content is using the <code>about-section</code> shortcode. <br/>You can write <code>HTML</code>, as long as you <em>wrap it</em> accordingly. "
|
||||
button_icon="icon-user"
|
||||
button_text="Check my skills"
|
||||
button_url="/skills"
|
||||
imgSrc="images/about/user-picture.png"
|
||||
imgScale="0.5"
|
||||
v_align="center"
|
||||
h_align="left"
|
||||
>}}
|
||||
|
||||
{{< education-list
|
||||
title="Formal Education (education-list)" >}}
|
||||
|
||||
{{< experience-section
|
||||
title="My job experience (title)"
|
||||
intro_title="Intro (intro_title)"
|
||||
intro_description="Description (intro_description).<br>You can use HTML,with <strong>strong</strong> formatting, or lists <ul><li>one</li><li>two</li></ul>"
|
||||
button1_url="https://example.com"
|
||||
button1_text="(1) Visit Example"
|
||||
button1_icon="icon-globe"
|
||||
button2_text="(2) Skills"
|
||||
button2_url="/skills"
|
||||
hideViewAll="false"
|
||||
>}}
|
||||
|
||||
{{< experience-list
|
||||
title="Experience (as list)"
|
||||
padding="false" >}}
|
||||
|
||||
{{< client-and-work-section
|
||||
title="A selection of my work" >}}
|
||||
|
||||
{{< testimonial-section
|
||||
title="What they say about me" >}}
|
||||
|
||||
{{< spacer size="large" >}}
|
||||
|
||||
## Extra home content
|
||||
|
||||
Additional content added after the `section` blocks, in the `home.md` file.
|
||||
|
||||
Here you could freestyle, add other shortcodes, ... Or just let the content empty, and rely on the shortcode sections alone.
|
||||
|
||||
{{< spacer size="small" >}}
|
||||
|
||||
{{< text-section
|
||||
title="Extra (centered) content"
|
||||
centered="true"
|
||||
>}}
|
||||
|
||||
You can also use the `text-section` shortcode to add centered texts
|
||||
|
||||
{{< /text-section >}}
|
||||
Reference in New Issue
Block a user