Commit be41c5c5 authored by icosa's avatar icosa

Lab02

parent ede95118
<!DOCTYPE html>
<head>
<title>About Me</title>
<link rel= "stylesheet" type= "text/css" href = "group_29.css">
</head>
<body>
<ul>
<li><a href= "home.html">Home Page</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">Contacts</a></li>
</ul>
<h2>About Me</h2>
<p>I am Ayush.<br>I am a modest guy with some knowledge of coding and some games.<br>Here is an inspirational video which I like the most...</p>
<iframe width= "420" height= "345"
src= "https://www.youtube.com/embed/g-jwWYX7Jlo">
</iframe>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<head>
<title>
Contacts
</title>
<link rel= "stylesheet" type= "text/css" href = "group_29.css">
</head>
<body>
<ul>
<li><a href= "home.html">Home Page</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">Contacts</a></li>
</ul>
<center>
<p>
You can contact me by following ways:<br>
Drop me a mail : ayushcommander@gmail.com<br>
Call me at : 8986030788<br>
Social media : <a href="https://www.facebook.com/ayush.raj1904" > Facebook</a>
</p>
</center>
</body>
\ No newline at end of file
ul {
list-style-type: none;
margin: 10;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #111;
}
.active {
background-color: rgb(255,100,100);
}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
<link rel= "stylesheet" type= "text/css" href = "group_29.css">
</head>
<body>
<ul>
<li><a class= "active" href= "home.html">Home Page</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">Contacts</a></li>
</ul>
<h3>This is Ayush's Homepage</h3>
<center>
<img src="puzzles.png" alt="puzzles" style="width:600px;height:200px;">
<!--h1 style="font-family:Arial">PUZZLES</h1-->
<h2 style="font-family:Georgia">Group-29</h2>
<p>
Group members:
</p>
<a href="https://www.cse.iitb.ac.in/~ayushraj/home.html" target="_blank" >
<img src="ayush.jpg" alt="Photo of Ayush" style="width:200px;height:200px;">
<p>
Ayush Raj
</p>
</a>
<a href="https://www.cse.iitb.ac.in/~iankan/home.html">
<img src="ankan.jpg" alt="Photo of Ankan" style="width:200px;height:200px;">
<p>
Ankan Sardar
</p>
</a>
<a href="https://www.cse.iitb.ac.in/~dhruvumesh/home.html" >
<img src="umesh.jpg" alt="Photo of Umesh" style="width:200px;height:200px;">
<p>
Umesh Kumar
</p>
</a>
</center>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<head>
<title>
Interests
</title>
<link rel= "stylesheet" type= "text/css" href = "group_29.css">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML">
</script>
</head>
<body>
<ul>
<li><a href= "home.html">Home Page</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">Contacts</a></li>
</ul>
<p>My hobbies include the following:<br></p>
<ol>
<li>Cricket</li><br>
<li>Footer</li><br>
<li>Hockey</li><br>
<li>Coding</li><br>
<li>Music</li><br>
</ol>
<p>My future Goals include being a good person at the first place and a good software engineer</p>
<p>My Favourite Formula is:</p>
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
</body>
\ No newline at end of file
Group No - 29
Group Name - puzzle
(Ayush Raj , 150050042):100%
(Umesh Kumar , 150050052):100%
(Ankan Sardar , 150050064):100%
Honor Code:
" I pledge on our honor that I have not given or received any unauthorised assistance for this assignment or any previous task!" -Ayush Raj
" I pledge on our honor that I have not given or received any unauthorised assistance for this assignment or any previous task!" -Umesh Kumar
" I pledge on our honor that I have not given or received any unauthorised assistance for this assignment or any previous task!" -Ankan Sardar
citations:
http://www.w3schools.com/html/
http://docs.mathjax.org/en/latest
<!DOCTYPE html>
<head>
<title>
Timetable
</title>
<link rel= "stylesheet" type= "text/css" href = "group_29.css">
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<ul>
<li><a href= "home.html">Home Page</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">Contacts</a></li>
</ul>
<CENTER>
<h1>MY TIME-TABLE</h1>
<table style="width=80%">
<tr>
<th>Days</th>
<th>8.30am-9.30am</th>
<th>9.30am-10.30am</th>
<th>10.30am-11.30am</th>
<th>11.30am-12.30pm</th>
<th>2.00pm-3.30pm</th>
<th>3.30pm-5.00pm</th>
<th>5.00pm-8.00pm</th>
</tr>
<tr>
<td>Mon</td>
<td>-</td>
<td>-</td>
<td>CS 207</td>
<td>EE 101</td>
<td>CS 215</td>
<td>CS 213</td>
<td>-</td>
</tr>
<tr>
<td>Tue</td>
<td>EE 101</td>
<td>-</td>
<td>-</td>
<td>CS 207</td>
<td>-</td>
<td>CS 251(tut)</td>
<td>CS 251(lab)</td>
</tr>
<tr>
<td>Wed</td>
</tr>
<tr>
<td>Thu</td>
<td>CS 207</td>
<td>EE 101</td>
<td>-</td>
<td>-</td>
<td>CS 215</td>
<td>CS 213</td>
<td>-</td>
</tr>
<tr>
<td>Fri</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>CS 293</td>
<td>CS 293</td>
<td>-</td>
</tr>
</table>
</CENTER>
</body>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment