accidentally deleted the homepage content block

Not applicable

I accidentally deleted the homepage content block html that had the GET, Buttons to Docs, and Graphic Image that is the default of the responsive theme. Could anyone send me the html that is in the content block by default so I can add it back? Thanks,

Solved Solved
1 2 143
1 ACCEPTED SOLUTION

Dear @Alexey Dmitriyev ,

Welcome to Apigeee Community 🙂

Please find HTML code below,

<div class="get">GET</div><div class="buttons"><div class="home-header-btn document"><a href="https://community.apigee.com/documentation"><strong><span style="font-size: x-large;">Started</span><br></strong><br> with documentation<span class="iconbtn document"></span></a></div><div class="home-header-btn"><a href="https://community.apigee.com/user/me/apps"><strong><span style="font-size: x-large;">Building</span><br></strong><br> with access to a key<span class="iconbtn key"></span></a></div></div><div class="home-img"><img src="/profiles/apigee/themes/apigee_responsive/images/homepage-image.png" alt=""></div>

Just FYI, If you are on Apigee Cloud, You can take backups using Pantheon Dashboard & restore in case if something goes wrong.

1800-screen-shot-2016-01-15-at-94719-am.png

View solution in original post

2 REPLIES 2

Dear @Alexey Dmitriyev ,

Welcome to Apigeee Community 🙂

Please find HTML code below,

<div class="get">GET</div><div class="buttons"><div class="home-header-btn document"><a href="https://community.apigee.com/documentation"><strong><span style="font-size: x-large;">Started</span><br></strong><br> with documentation<span class="iconbtn document"></span></a></div><div class="home-header-btn"><a href="https://community.apigee.com/user/me/apps"><strong><span style="font-size: x-large;">Building</span><br></strong><br> with access to a key<span class="iconbtn key"></span></a></div></div><div class="home-img"><img src="/profiles/apigee/themes/apigee_responsive/images/homepage-image.png" alt=""></div>

Just FYI, If you are on Apigee Cloud, You can take backups using Pantheon Dashboard & restore in case if something goes wrong.

1800-screen-shot-2016-01-15-at-94719-am.png

Thank you!