How to show a demo of a website on portfolio website?
Deni Toshevski

Deni Toshevski @deni404

Location:
Macedonia
Joined:
Feb 26, 2018

How to show a demo of a website on portfolio website?

Publish Date: Oct 13 '18
13 2

I wanted to make a portfolio website, but how do I show my other websites that I have worked on as demo websites? So when a viewer clicks on a project website from my portfolio it opens as a demo website in a new tab.

Comments 2 total

  • Olimpio
    OlimpioOct 13, 2018

    You can use the iframe html tag. like this

      <iframe src="https://your_demo_website_link">
         <p>Your browser does not support iframes.</p>
      </iframe>
    

    And it's customizable. you can read more about on HTML iframe Tag

  • ItsASine (Kayla)
    ItsASine (Kayla)Oct 14, 2018

    I use the Giphy app for Mac to make gifs of me clicking through the site. That way I don't need to host the app or if it changes it doesn't reflect on my work, but I still have a way to show it working and not just a screenshot.

Add comment