You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8" /><metahttp-equiv="X-UA-Compatible" content="IE=edge" /><metaname="viewport" content="width=device-width, initial-scale=1.0" /><title>Tab Components</title><linkrel="stylesheet" href="style.css" /></head><body><divclass="container"><header><h1class="section-heading">Our Courses</h1></header></div><divclass="container"><divclass="tab-container"><divclass="tab-filter-container"><liclass="filter-btn active" data-tab="web-design"><ion-iconname="desktop-outline"></ion-icon>
Web Design
</li><liclass="filter-btn" data-tab="web-development"><ion-iconname="logo-nodejs"></ion-icon>
Web Development
</li><liclass="filter-btn" data-tab="ux-design"><ion-iconname="diamond-outline"></ion-icon>
UI UX Design
</li><liclass="filter-btn" data-tab="app-development"><ion-iconname="logo-google-playstore"></ion-icon>
App Development
</li></div><divclass="tab-filter-item-container"><divclass="tab-item web-design select_tab"><divclass="tab-content-left"><imgsrc="images/web design.jpg"
alt="web design"
class="tab-img"
/></div><divclass="tab-content-right"><h1class="tab-heading">Responsive Web Design</h1><pclass="paragraph">
Web design means creating websites with user-friendly structure
and with aesthetic approach. A web designer always thinks about
the layout, color scheme and unique design of a website
</p><ahref="#!" class="btn-primary">Read More</a></div></div><divclass="tab-item web-development"><divclass="tab-content-left"><h1class="tab-heading">Web Development</h1><pclass="paragraph">
Web Development consists of two segments front end development
and backend development. Front-end Developers work with visual
designs of a website and build the sites with using of code
</p><ahref="#!" class="btn-primary">Read More</a></div><divclass="tab-content-right"><imgsrc="images/web-development.jpg"
alt="web development"
class="tab-img"
/></div></div><divclass="tab-item ux-design"><divclass="tab-content-left"><imgsrc="images/ux-ui.jpg" alt="UI/UX Design" class="tab-img" /></div><divclass="tab-content-right"><h1class="tab-heading">UI UX Design</h1><pclass="paragraph">
This course UX & UI Design is designed for those people, who
wants to design anything to keep users on first priority and
working on to make them happy.
</p><ahref="#!" class="btn-primary">Read More</a></div></div><divclass="tab-item app-development"><divclass="tab-content-left"><h1class="tab-heading">App Development</h1><pclass="paragraph">
With the world going mobile, the importance of apps is
increasing by the day. App development hence refers to the
creation of applications to be used on mobile devices.
</p><ahref="#!" class="btn-primary">Read More</a></div><divclass="tab-content-right"><imgsrc="images/app development.png"
alt="UI/UX Design"
class="tab-img"
/></div></div></div></div></div><scripttype="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script><scriptnomodulesrc="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script><scriptsrc="script.js"></script></body></html>