Hello internet people, Today in this blog I will show you how to create a television portfolio website using HTML, CSS, and Javascript. Earlier, you learned to Create a responsive blog website in HTML & CSS.

 

A portfolio is a collection of all the details of an individual or an organization. A portfolio plays a vital role in the smooth and effective operation of an organization and personal work. As a web developer, your portfolio needs to be awesome, unique and eye-catching so that the clients get impressed before offering you some projects/tasks.

 

3 Tips to make Portfolio Better

  1. Make the UI completely unique using your own design skill.
  2. Make your design simple & add animations to different objects and parts.
  3. Use the visual storytelling method to show your works and details.


Today I’m here with the new and unique concept of creating a portfolio. I’m going to represent my portfolio as a television. All the details are shown on television. So, without talking furthermore let’s move towards designing.

 

At first, I created the switch for television. When you turn the switch on then only the television gets started with noise animation and starts showing contents. Then, I created a television structure by using pure CSS. I haven’t used even a single image for the television structure. All the parts and shapes are created by styling divs. As you can observe the antenna, the shape is pointed at the top which is created with the CSS clip-path property. Inset box shadow on the main screen of the television adds more real looks.

 

On the right side of the television, there are some buttons and social media links. The up and down button helps to scroll the screen up and down respectively and the video button redirects users to the next video page. On the video page, the videos have covered the full screen of the television. You can’t scroll the video down and up. In order to change the video you have to press the up and down keys. Down button for the next video and the up button for the previous video. The video-changing functionality is created with Javascript.

 

If you’re feeling difficult to understand what I am saying. You can watch a video preview of this program (Television Portfolio Website).


You Might Also Like

 

Video preview of Television Portfolio Website

All of this design is based on CSS and some functionality is based on Javascript. If you’re a beginner you can also create this type of portfolio website. If you like this program (Television Portfolio Website) and want to get source code. You can easily get the source code of this program. To get the source codes you just need to scroll down.

Television Portfolio Website [Source Codes]

 

To create this television portfolio website. First, you need to create five Files two HTML Files, two CSS Files, and one Javascript file. The folder structure is shown below. After creating these files just paste the following code into your file.

Folder Structure



First, create an HTML file with the name index.html and paste the given codes into your HTML file. Remember, you’ve to create a file with a .html extension.



index.html

Create another file with the name videos.html and paste the given code into your HTML file. Remember, you’ve to create a file with a .html extension.

videos.html

Now, create CSS files and paste the given code into your files. Remember, you’ve to create files with the .css extension.

style.css

videos.css

Now, create a Javascript file with the name app.js and paste the given code into your Javascript file. Remember, you’ve to create a file with a .js extension.

app.js



That’s all, now you’ve successfully created your own unique television portfolio website using HTML, CSS & Javascript. If your code does not work or you’ve faced any errors/problems then please comment down your queries. If you feel this article had helped you, please share it with your friends. If you have any suggestions for me please mention them in the comment below.

Thank You 😊

Post a Comment

Previous Post Next Post