Commit ad42346a authored by ABHISHEK KUMAR's avatar ABHISHEK KUMAR

removed unnecessary files

parent 8e1a6ac2
<!DOCTYPE html>
<html>
<head>
<title> My Homepage </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<ul>
<li><a href="home.html">Home</a></li>
<li><a class="active" href="aboutMe.html">About Me</a></li>
<li><a href="interests.html">Interests</a></li>
<li><a href="timetable.html">Timetable</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<h1 align="center"><br><br><br>ABOUT ME</h1>
<p>
Hi! I am Shaan Vaidya. I am a sophomore pursuing bachelor's degree in Computer Science from IIT-B.
</p>
<p>This song really makes my day everytime! </p>
<br>
<iframe width="560" height="315" align="middle" src="https://www.youtube.com/embed/ZbZSe6N_BXs" frameborder="0" allowfullscreen>
</iframe>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> My Homepage </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="aboutMe.html">About Me</a></li>
<li><a href="interests.html">Interests</a></li>
<li><a href="timetable.html">Timetable</a></li>
<li><a class="active" href="contact.html">Contact</a></li>
</ul>
<br><br><br><br><br>
<div>
<p> I am Shaan (&#x0936&#x093E&#x0928) </p>
<p> Follow me on: </p>
<a href="https://www.twitter.com/ShaanVaidya">
<img title="Twitter" alt="Twitter" src="https://socialmediawidgets.files.wordpress.com/2014/03/01_twitter1.png" width="35" height="35" />
</a>
<a href="https://www.facebook.com/shaan.vaidya.221B?fref=ts">
<img title="Facebook" alt="Facebook" src="https://socialmediawidgets.files.wordpress.com/2014/03/02_facebook1.png" width="35" height="35" />
</a>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> My Homepage </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<ul>
<li><a class="active" href="home.html">Home</a></li>
<li><a href="aboutMe.html">About Me</a></li>
<li><a href="interests.html">Interests</a></li>
<li><a href="timetable.html">Timetable</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<h1 align="center"><br><br><br>MARAUDERS</h1>
<div class="img">
<a href="http://cse.iitb.ac.in/~shaan/home.html">
<img src="shaan.jpg" alt="Shaan" width="500" height="300">
</a>
<div class="desc">Shaan Vaidya <br>
150050004</div>
</div>
<div class="img">
<a href="http://cse.iitb.ac.in/~abhikumar/home.html">
<img src="abhishek.jpg" alt="Abhishek" width="500" height="300">
</a>
<div class="desc">Abhishek Kumar <br> 150050020</div>
</div>
<div class="img">
<a href="http://cse.iitb.ac.in/~vsbagdawat/home.html">
<img src="vishwajeet.jpg" alt="Vishwajeet" width="500" height="300">
</a>
<div class="desc">Vishwajeet Singh <br> 150050046</div>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> My Homepage </title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
</head>
<body>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="aboutMe.html">About Me</a></li>
<li><a class="active" href="interests.html">Interests</a></li>
<li><a href="timetable.html">Timetable</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<h1 align="center"><br><br><br>INTERESTS</h1>
<p>I love to read. Anything and everything. From tech to politics, I am always looking for something to learn and know</p>
<p> My favourite equation - the Cauchy Schwartz inequality</p>
<p>\[
\left( \sum_{k=1}^n a_k b_k \right)^{\!\!2} \leq
\left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)
\]</p>
</body>
</html>
\ No newline at end of file
Group 25 Marauders
(Shaan Vaidya 150050004) (Abhishek Kumar 150050020) (Vishwajeet Singh Bagdawat 150050046)
I pledge on my honour that I have not received or given any unauthorised assistance on this assignment or any previous task.
-Shaan
I pledge on my honour that I have not received or given any unauthorised assistance on this assignment or any previous task.
-Abhishek
I pledge on my honour that I have not received or given any unauthorised assistance on this assignment or any previous task.
-Vishwajeet
Contribution: Shaan 100% Abhishek 100% Vishwajeet 100%
Citations:
https://socialmediawidgets.wordpress.com/ - social media icons
http://www.planwallpaper.com/static/images/518164-backgrounds.jpg - background
body{
background-image: url("background.jpg");
background-size:auto;
background-position: center;
}
ul{
text-align: center;
list-style-type: none;
position: fixed;
margin: 0;
padding: 0;
overflow: hidden;
}
li{
float:left;
padding:20px;
background-color: black;
}
.active {
background-color: blue;
}
li a{
color:white;
display:block;
text-decoration: none;
}
div.img {
margin-top: 200px;
margin-left: 90px;
border: 1px solid #ccc;
float: left;
width: 250px;
margin-right: 40px;
}
div.img img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
color:black;
}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> My Homepage </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div align="center">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="aboutMe.html">About Me</a></li>
<li><a href="interests.html">Interests</a></li>
<li><a class="active" href="timetable.html">Timetable</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<br><br><br><br><br>
<div align="center">
<table border="2px">
<tr >
<td>Time/Days</td>
<td>8:30-9:25</td>
<td>9:30-10:25</td>
<td>9:30-10:55</td>
<td>10:35-11:30</td>
<td>11:35-12:30</td>
<td>14:00-15:25</td>
<td>15:25-17:00</td>
</tr>
<tr >
<td>Monday</td>
<td> </td>
<td></td>
<td></td>
<td>CS 207</td>
<td>EE 101</td>
<td>CS 215</td>
<td>CS 213</td>
</tr>
<tr >
<td>Tuesday</td>
<td>EE 101</td>
<td></td>
<td></td>
<td></td>
<td>CS 207</td>
<td></td>
<td>CS 251</td>
</tr>
<tr >
<td>Wednesday</td>
<td> </td>
<td></td>
<td>HS 207</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr >
<td>Thursday</td>
<td>CS 207</td>
<td>EE 101</td>
<td></td>
<td></td>
<td></td>
<td>CS 215</td>
<td>CS 213</td>
</tr>
<tr >
<td>Friday</td>
<td></td>
<td></td>
<td>HS 207</td>
<td></td>
<td></td>
<td>CS 293</td>
<td>CS 293</td>
</tr>
</table>
</div>
</body>
</html>
\ No newline at end of file
<html>
<head>
<title>Form</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
body {
background-color: white;
}
.col-sm-4 {
margin:0.5%;
padding:0.5px;
}
.jumbotron {
background-color: rgb(200,200,200);
padding: 100px;
font-size:30px;
}
h1 {
font-size: 80px;
}
</style>
</head>
<body>
<h1 align="center"><b>Demo Form</b></h1>
<div class="container">
<div class="jumbotron">
<form action="https://www.cse.iitb.ac.in/~sharat/php/example/form.php" method=post onsubmit="return validateform()" name="form">
<div class="row">
<div class="col-sm-4">Name:</div>
<div class="col-sm-6">
<input type=textbox placeholder="Enter your full name" id="name" name="name" onblur="validatename()">
</div>
<div class="col-sm-4">
<p id="demo1" style="color:red"></p>
</div>
</div>
<div class="row">
<div class="col-sm-4">Create a password:</div>
<div class="col-sm-6">
<input type=password name="pass" onblur="validatepass()" >
</div>
<div class="col-sm-4">
<p id="demo2" style="color:red"></p>
</div>
</div>
<div class="row">
<div class="col-sm-4">Confirm your password:</div>
<div class="col-sm-6">
<input type=password name="pass2" onblur="validatepass2()">
</div>
<div class="col-sm-4">
<p id="demo3" style="color:red"></p>
</div>
</div>
<div class="row">
<div class="col-sm-4">Email:</div>
<div class="col-sm-6">
<input type=email placeholder="Enter your email id" name="email" onblur="validateemail()">
</div>
<div class="col-sm-4">
<p id="demo4" style="color:red"></p>
</div>
</div>
<div class="row">
<div class="col-sm-4"></div>
<div class="col-sm-6"><input type=submit value="Submit the form"> <input type=reset value="Reset Form" onclick="form.html"></div>
</form>
</div>
</div>
</body>
<script>
function escapeHTML (unsafe_str) {
return unsafe_str
.replace(/&/g, '&amp;')
.replace(/</g, '&lt;')
.replace(/>/g, '&gt;')
.replace(/\"/g, '&quot;')
.replace(/\'/g, '&#39;');
}
function validatename(){
var x=document.form.name.value;
x=escapeHTML(x);
if(x=="" || x==null){
document.getElementById("demo1").innerHTML = "You can't leave this empty";
// document.getElementById("name").style.borderColor = "pink";
return false;
}
else if(x.length<6||x.length>50){
//alert("Your name should be in the range of 6-50 characters");
document.getElementById("demo1").innerHTML = "Your name should be in the range of 6-50 characters";
// document.getElementById("name").style.borderColor = "pink";
return false;
}
else{
document.getElementById("demo1").innerHTML = "";
return true;
}
}
function validatepass(){
var y=document.form.pass.value;
y=escapeHTML(y);
var truth=false;
for(i=0; i< y.length; i++){
if(y[i]=='$'||y[i]=='!'||y[i]=='_'||y[i]=='@')
truth=truth||true;
}
if(y=="" || y==null){
document.getElementById("demo2").innerHTML = "You can't leave this empty";
// document.getElementById("pass").style.borderColor = "pink";
return false;
}
else if(y.length<8 || y.length>20){
document.getElementById("demo2").innerHTML = "The password should be within 8-20 character length";
// document.getElementById("pass").style.borderColor = "pink";
return false;
}
else if(truth==false){
document.getElementById("demo2").innerHTML ="The password must contain a special character {$, !, _, @}";
// document.getElementById("pass").style.borderColor = "pink";
return false;
}
else{
document.getElementById("demo2").innerHTML = "";
return true;
}
}
function validatepass2(){
var y=document.form.pass.value;
var b=document.form.pass2.value;
y=escapeHTML(y);
b=escapeHTML(b);
if(b=="" || b==null){
document.getElementById("demo3").innerHTML ="You can't leave this empty";
// document.getElementById("pass2").style.borderColor = "pink";
return false;
}
else if(y!=b){
document.getElementById("demo3").innerHTML ="Passwords must match!";
document.getElementById("pass2").style.borderColor = "pink";
return false;
}
else{
document.getElementById("demo3").innerHTML = "";
return true;
}
}
function validateemail(){
r=document.form.email.value;
r=escapeHTML(r);
if(r.indexOf('@')!=r.lastIndexOf('@') || r.indexOf('@') ==-1){
document.getElementById("demo4").innerHTML ="Email id should have one '@'";
return false;
}
r=r.split('@');
if(r[0].length<3){
document.getElementById("demo4").innerHTML ="Local-part of email id should be at least 3 characters long";
// document.getElementById("email").style.borderColor = "pink";
return false;
}
for(j=0; j<r[0].length; j++){
if(!((r[0][j]<='z' && r[0][j]>='a' )|| (r[0][j]>='A' && r[0][j]<='Z') || (r[0][j]=='.') || (r[0][j]=='_') || (r[0][j]<='9' && r[0][j]>='0'))){
document.getElementById("demo4").innerHTML ="Only alphanumeric characters, '.', '_' allowed in local-part of email";
// document.getElementById("email").style.borderColor = "pink";
return false;
}
}
for(j=0; j<r[1].length; j++){
if(!((r[1][j]<='z' && r[1][j]>='a' )|| (r[1][j]>='A' && r[1][j]<='Z') || (r[1][j]=='.'))){
document.getElementById("demo4").innerHTML ="Only alphanumeric characters, '.', '_' allowed in domain-part of email";
// document.getElementById("email").style.borderColor = "pink";
return false;
}
}
if(r[1].indexOf('.')==-1){
document.getElementById("demo4").innerHTML ="at least one '.' should be present in domain-part of email";
// document.getElementById("email").style.borderColor = "pink";
return false;
}
s=r[1].split('.');
t=s.length;
var flag=true;
for(j=1; j<t; j++){
flag=flag && s[j].length>=2;
}
if(s[0].length<3 || !flag){
//alert("Enter a valid email address");
document.getElementById("demo4").innerHTML ="Enter a valid email address";
// document.getElementById("email").style.borderColor = "pink";
//document.form.email.focus();
return false;
}
document.getElementById("demo4").innerHTML="";
return true;
}
function validateform(){
//document.write(validatename());
// document.write(validatepass());
//document.write(validateemail());
if(validatename() && validatepass() && validatepass2() && validateemail()){
return true;
}
else{
return false;
}
}
</script>
</html>
\ No newline at end of file
This diff is collapsed.
body {
background-image: url("background10.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
button.accordion {
background-color: rgb(100,100,255);
color: black;
padding: 20px;
width: 100%;
cursor: pointer;
border: none;
text-align: left;
opacity: 0.8;
outline: none;
font-size: 30px;
transition: 0.3s;
}
button.accordion.active, button.accordion:hover {
background-color:white;
}
button.accordion:after {
content: '\025BC';
font-size: 15px;
color: #777;
float: right;
margin-left: 5px;
}
button.accordion.active:after {
content: "\25B2";
}
div.panel {
padding: 0 15px;
max-height: 0;
overflow: hidden;
transition: 0.5s;
opacity: 0;
border: solid;
opacity: .8;
}
div.panel.show {
opacity: .8;
max-height: 1000px;
}
div.head {
padding-left:10px;
padding-right: 10px;
padding-top: 0.01px;
padding-bottom: 0.01px;
margin: auto;
width: 350px;
font-size: 45px;
}
div.head img{
height:100px;
width:300px;
}
\ No newline at end of file
<html>
<head>
<title>CSE Building</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
body {
background-image: url("Map.jpg");
}
.col-sm-8 {
margin:auto;
width:auto;
height:auto;
text-align: center;
}
</style>
</head>
<body>
<div class="row">
<div class="col-sm-4"></div>
<div class="col-sm-8">
<h1 style=color:white;text-align:center>MAKE CSE GREAT AGAIN :P</h1>
</div>
<div class="col-sm-4"></div>
</div>
<div class="row">