Jump to content

Can I add a page description above the grid on an index page in the Flatiron template?

Recommended Posts

I'm using the Flatiron template for my personal portfolio site: https://www.kwerling.com/

I'm currently working on the site, and would love to add a short disclaimer to the top of my homepage, above the grid of my featured projects.  Is there a way to have the following copy appear on my page, below the topnav, but above the project grid? (With the "Please reach out to me directly" being a mailto link.). My homepage is an index page, so I'm having trouble figuring out how to add this.

 

My portfolio site is under construction! In the meantime, please check out some of my past work below.

Need recent work samples now? Please reach out to me directly.

 

 

Edited by kwerling
Link to comment
  • Replies 4
  • Views 1.1k
  • Created
  • Last Reply

Top Posters In This Topic

If you can run javascript you can use this probably:

<script src="https://code.jquery.com/jquery-3.5.0.js"></script>

<script> 
$('#grid')
  .before('<h3 class="kwportfolio">My portfolio site is under construction! In the meantime, please check out some of my past work below.<br>Need recent work samples now?<a href=mailto:karenlwerling@gmail.com>Please reach out to me directly.</a></h3>')

</script>

 

Link to comment
3 hours ago, DPruitt said:

If you can run javascript you can use this probably:

<script src="https://code.jquery.com/jquery-3.5.0.js"></script>

<script> 
$('#grid')
  .before('<h3 class="kwportfolio">My portfolio site is under construction! In the meantime, please check out some of my past work below.<br>Need recent work samples now?<a href=mailto:karenlwerling@gmail.com>Please reach out to me directly.</a></h3>')

</script>

 

Thank you! How do I add this?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.