Find Job-Ready Computer Courses from Industry Experts
Find Job-Ready Computer Courses from Industry Experts


LearnITskills

Find Job-Ready Computer Courses from Industry Experts
Find Job-Ready Computer Courses from Industry Experts
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Learn IT Skills</title>
<style>
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}
body{
background:#f4f7fb;
color:#333;
}
.about{
max-width:1200px;
margin:60px auto;
padding:20px;
}
.about-container{
display:flex;
flex-wrap:wrap;
gap:40px;
align-items:center;
}
.about-image{
flex:1;
min-width:300px;
}
.about-image img{
width:100%;
border-radius:12px;
box-shadow:0 10px 20px rgba(0,0,0,0.15);
}
.about-content{
flex:1;
min-width:300px;
}
.about-content h4{
color:#0d6efd;
font-size:20px;
margin-bottom:10px;
text-transform:uppercase;
}
.about-content h1{
font-size:40px;
margin-bottom:20px;
color:#222;
}
.about-content p{
font-size:17px;
line-height:1.8;
margin-bottom:20px;
}
.features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:20px;
}
.feature{
background:#fff;
padding:15px;
border-left:5px solid #0d6efd;
border-radius:8px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
font-weight:bold;
}
.btn{
display:inline-block;
margin-top:30px;
padding:14px 28px;
background:#0d6efd;
color:#fff;
text-decoration:none;
border-radius:6px;
transition:.3s;
}
.btn:hover{
background:#084298;
}
@media(max-width:768px){
.about-container{
flex-direction:column;
}
.about-content h1{
font-size:32px;
}
.features{
grid-template-columns:1fr;
}
}
</style>
</head>
<body>
<section class="about">
<div class="about-container">
<div class="about-image">
<img src="images/about.jpg" alt="Learn IT Skills Institute">
</div>
<div class="about-content">
<h4>About Us</h4>
<h1>Welcome to Learn IT Skills</h1>
<p>
<strong>Learn IT Skills</strong> is a professional computer education institute dedicated to providing practical, career-focused training. Our mission is to equip students with the latest digital and technical skills needed for academic success, employment, and business growth.
</p>
<p>
We focus on hands-on learning, experienced instructors, and industry-relevant courses that help students build confidence and become job-ready in today's competitive world.
</p>
<div class="features">
<div class="feature">💻 Computer Basics</div>
<div class="feature">📈 Digital Marketing</div>
<div class="feature">💰 Financial Accounting (Tally & BUSY)</div>
<div class="feature">📊 MS Office & Advanced Excel</div>
<div class="feature">🎓 Practical Hands-on Training</div>
<div class="feature">🏆 Certificate After Course Completion</div>
</div>
<a href="courses.html" class="btn">Explore Courses</a>
</div>
</div>
</section>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Learn IT Skills</title>
<style>
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}
body{
background:#f4f7fb;
color:#333;
}
.about{
max-width:1200px;
margin:60px auto;
padding:20px;
}
.about-container{
display:flex;
flex-wrap:wrap;
gap:40px;
align-items:center;
}
.about-image{
flex:1;
min-width:300px;
}
.about-image img{
width:100%;
border-radius:12px;
box-shadow:0 10px 20px rgba(0,0,0,0.15);
}
.about-content{
flex:1;
min-width:300px;
}
.about-content h4{
color:#0d6efd;
font-size:20px;
margin-bottom:10px;
text-transform:uppercase;
}
.about-content h1{
font-size:40px;
margin-bottom:20px;
color:#222;
}
.about-content p{
font-size:17px;
line-height:1.8;
margin-bottom:20px;
}
.features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:20px;
}
.feature{
background:#fff;
padding:15px;
border-left:5px solid #0d6efd;
border-radius:8px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
font-weight:bold;
}
.btn{
display:inline-block;
margin-top:30px;
padding:14px 28px;
background:#0d6efd;
color:#fff;
text-decoration:none;
border-radius:6px;
transition:.3s;
}
.btn:hover{
background:#084298;
}
@media(max-width:768px){
.about-container{
flex-direction:column;
}
.about-content h1{
font-size:32px;
}
.features{
grid-template-columns:1fr;
}
}
</style>
</head>
<body>
<section class="about">
<div class="about-container">
<div class="about-image">
<img src="images/about.jpg" alt="Learn IT Skills Institute">
</div>
<div class="about-content">
<h4>About Us</h4>
<h1>Welcome to Learn IT Skills</h1>
<p>
<strong>Learn IT Skills</strong> is a professional computer education institute dedicated to providing practical, career-focused training. Our mission is to equip students with the latest digital and technical skills needed for academic success, employment, and business growth.
</p>
<p>
We focus on hands-on learning, experienced instructors, and industry-relevant courses that help students build confidence and become job-ready in today's competitive world.
</p>
<div class="features">
<div class="feature">💻 Computer Basics</div>
<div class="feature">📈 Digital Marketing</div>
<div class="feature">💰 Financial Accounting (Tally & BUSY)</div>
<div class="feature">📊 MS Office & Advanced Excel</div>
<div class="feature">🎓 Practical Hands-on Training</div>
<div class="feature">🏆 Certificate After Course Completion</div>
</div>
<a href="courses.html" class="btn">Explore Courses</a>
</div>
</div>
</section>
</body>
</html>