Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pavandeore committed Mar 31, 2020
1 parent 1e912f0 commit 0df7ac6
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 0 deletions.
169 changes: 169 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css"/>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<header>
<div class="container-fluid">
<div class="col-sm-6">
<img class="img1 img-responsive" src="images/swlogo.png">
</div>
<div class="col-sm-6 pt-4">
<img class="img2 img-responsive" src="images/sf.jpg">
<p class="text1">Online Education With Personal Touch</p>
</div>
</div>
<div class="container-fluid">
<ul class="list-unstyled">
<li>Login</li>
<li>About Us</li>
<li>Team</li>
<li>Contact Us</li>
</ul>
</div>
</header>
<div class="container-fluid text-center">
<div class="row navbar1">
<div class="col-sm-2">
Academics
</div>
<div class="col-sm-2">
English
</div>
<div class="col-sm-2">
Computer
</div>
<div class="col-sm-2">
Personality
</div>
<div class="col-sm-2">
Spiritual
</div>
<div class="col-sm-2">
Activity
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="subdiv-1 row">
<div class="col-sm-5">
<img src="images/Slide4.JPG">
</div>
<div class="col-sm-7">
<ol>
<li>All Sports should teach</li>
<li>Budget Problem</li>
<li>Infrastructure Problem</li>
</ol>
</div>
</div>
<div class="subdiv-2 row">
<div class="col-sm-5">
<img src="images/Slide5.JPG">
</div>
<div class="col-sm-7">
<ol>
<li>Limited Games</li>
<li>No proper training</li>
<li>No certificate</li>
</ol>
</div>
</div>
<div class="subdiv-3 row">
<div class="col-sm-5">
<img src="images/Slide6.JPG">
</div>
<div class="col-sm-7">
<ol>
<li>Out of syllabus</li>
<li>Need is not realized</li>
<li>Not integrated in their duties.</li>
</ol>
</div>
</div>

</div>
<div class="col-sm-4"><img src="images/center-image.png" class="img-responsive-responsive center-image"><br/>
</div>
<div class="col-sm-4">
<div class="subdiv-1 row">
<div class="col-sm-5">
<img src="images/Slide7.JPG">
</div>
<div class="col-sm-7">
<ol>
<li>No Understanding</li>
<li>Can spoil student life</li>
<li>Need Practise.</li>
</ol>
</div>
</div>
<div class="subdiv-2 row">
<div class="col-sm-5">
<img src="images/Slide8.JPG">
</div>
<div class="col-sm-7">
<ol>
<li>Only education can't help</li>
<li>No physical sttrength</li>
<li>Time young cold</li>
</ol>
</div>
</div>
<div class="subdiv-3 row">
<div class="col-sm-5">
<img src="images/Slide9.JPG">
</div>
<div class="col-sm-7">
<ol>
<li>Time is Temporary</li>
<li>kids should learn skills</li>
<li>Lot of problem after IX<sup>th</sup></li>
</ol>
</div>
</div>
</div>
</div>
</div>

<div class="container-fluid text-center section-2">
<div class="row">
<div class="col-sm-3">
<img src="images/archariy.png" class="img-responsive fit-image">
</div>
<div class="col-sm-3">
<img src="images/dance.png" class="img-responsive fit-image">
</div>
<div class="col-sm-3">
<img src="images/football.png" class="img-responsive fit-image image-3">
</div>
<div class="col-sm-3">
<img src="images/swimming.png" class="img-responsive fit-image image-4">
</div>
</div>
</div>
<div class="container-fluid">
<div class="row section-3 text-center">
<div class="col-sm-6">
<br/>
<img src="images/computer1.jpg" class="img-responsive fit-image section-3-1"><br>
<p style="color: white; font-size: 20px; ">Student Learning Page</p>
</div>
<div class="col-sm-6">
<br/>
<img src="images/computer2.jpg" class="img-responsive fit-image section-3-2"><br>
<p style="color: white; font-size: 20px; ">English Page</p>
</div>
</div>
</div>

</body>
</html>
63 changes: 63 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
.img1{
height:100%;
width:100%;
}
.img2{
height:100%;
width: 100%;
padding-top: 13px;
}
.text1{
font-family: arial;
font-size: 33px;
color: white;
}
div ul li{
float: left;
font-size: 20px;
padding-right: 10px;
margin-left:20px;
color: white;
}
header{
background: orange;
}
.navbar1{
background: red;
color: white;
padding:5px;
font-size: 22px;
}
div div div div img{
height: 100px;
}
div div div div{
color: white;
background: skyblue;
font-size: 14px;
}
.fit-image{
width: 100%;
}
.section-2{
background: orange;
}
.image-3{
height: 460px;
width: 500px;
}
.image-4{
height: 460px;
width: 500px;
padding-top: 40px;
}
.section-3{
background: skyblue;
}
.section-3-1 , .section-3-2{
border: 6px orange solid;
}
.center-image{
height: 300px;
width: 100%;
}

0 comments on commit 0df7ac6

Please sign in to comment.