Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs251_group29
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AYUSH RAJ
cs251_group29
Commits
be41c5c5
Commit
be41c5c5
authored
Aug 23, 2016
by
icosa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lab02
parent
ede95118
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
249 additions
and
0 deletions
+249
-0
lab02_group29_inlab/aboutMe.html
lab02_group29_inlab/aboutMe.html
+21
-0
lab02_group29_inlab/afterLikes.png
lab02_group29_inlab/afterLikes.png
+0
-0
lab02_group29_inlab/ankan.jpg
lab02_group29_inlab/ankan.jpg
+0
-0
lab02_group29_inlab/ayush.jpg
lab02_group29_inlab/ayush.jpg
+0
-0
lab02_group29_inlab/beforeLikes.png
lab02_group29_inlab/beforeLikes.png
+0
-0
lab02_group29_inlab/contact.html
lab02_group29_inlab/contact.html
+25
-0
lab02_group29_inlab/group_29.css
lab02_group29_inlab/group_29.css
+27
-0
lab02_group29_inlab/home.html
lab02_group29_inlab/home.html
+46
-0
lab02_group29_inlab/interests.html
lab02_group29_inlab/interests.html
+34
-0
lab02_group29_inlab/puzzles.png
lab02_group29_inlab/puzzles.png
+0
-0
lab02_group29_inlab/readme.txt
lab02_group29_inlab/readme.txt
+17
-0
lab02_group29_inlab/timetable.html
lab02_group29_inlab/timetable.html
+79
-0
lab02_group29_inlab/umesh.jpg
lab02_group29_inlab/umesh.jpg
+0
-0
No files found.
lab02_group29_inlab/aboutMe.html
0 → 100644
View file @
be41c5c5
<!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
lab02_group29_inlab/afterLikes.png
0 → 100644
View file @
be41c5c5
889 KB
lab02_group29_inlab/ankan.jpg
0 → 100644
View file @
be41c5c5
75.9 KB
lab02_group29_inlab/ayush.jpg
0 → 100644
View file @
be41c5c5
187 KB
lab02_group29_inlab/beforeLikes.png
0 → 100644
View file @
be41c5c5
847 KB
lab02_group29_inlab/contact.html
0 → 100644
View file @
be41c5c5
<!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
lab02_group29_inlab/group_29.css
0 → 100644
View file @
be41c5c5
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
lab02_group29_inlab/home.html
0 → 100644
View file @
be41c5c5
<!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
lab02_group29_inlab/interests.html
0 → 100644
View file @
be41c5c5
<!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
lab02_group29_inlab/puzzles.png
0 → 100644
View file @
be41c5c5
92.4 KB
lab02_group29_inlab/readme.txt
0 → 100644
View file @
be41c5c5
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
lab02_group29_inlab/timetable.html
0 → 100644
View file @
be41c5c5
<!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>
lab02_group29_inlab/umesh.jpg
0 → 100644
View file @
be41c5c5
27.1 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment