Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs251_group02
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
CHARLES RAJAN
cs251_group02
Commits
db4b6990
Commit
db4b6990
authored
Aug 23, 2016
by
MANAS BHARGAVA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lab02-inlab
parents
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
71 additions
and
0 deletions
+71
-0
home.html
home.html
+71
-0
No files found.
home.html
0 → 100644
View file @
db4b6990
<!DOCTYPE html>
<html>
<head>
<title>
Charles Rajan
</title>
<style>
.a
{
background-color
:
rgb
(
255
,
150
,
150
);
}
body
{
background-color
:
rgb
(
150
,
150
,
255
);
}
ul
{
list-style-type
:
none
;
overflow
:
hidden
;
background-color
:
rgb
(
255
,
100
,
100
);
margin
:
15px
;
}
li
{
float
:
left
;
}
li
a
{
display
:
block
;
color
:
black
;
text-align
:
center
;
padding
:
20px
70px
;
}
li
a
:hover
{
background-color
:
rgb
(
220
,
220
,
220
);
}
</style>
</head>
<body>
<ul>
<li
class=
"a"
><a
href=
"home.html"
>
HomePage
</a></li>
<li
class=
"b"
><a
href=
"aboutMe.html"
>
About me
</a></li>
<li
class=
"c"
><a
href=
"interests.html"
>
Interests
</a></li>
<li
class=
"d"
><a
href=
"timetable.html"
>
Time-Table
</a></li>
<li
class=
"e"
><a
href=
"contact.html"
>
Contact
</a></li>
</ul>
<br><br>
<h1>
CHARLES RAJAN
</h1>
<br><br>
<img
style =
"float:left;"
src=
"charlesi.jpg"
alt=
"charles"
height=
"130"
width=
"130"
/>
<div
>
<p
>
I am in team 02 in SSL(Software and system Lab). Our team name is
<b>
Eagles
</b>
as it symbolises ascent.
</p></div>
<br>
<br>
<br>
<br>
<pre><p>
My teammates are :
Manas Bhargava and Ravindra kumar
</pre>
<pre>
the link to their webpages is :
<br>
<a
href=
"http://cse.iitb.ac.in/~manas.avi"
>
Manas Bhargava
</a>
<a
href=
"http://cse.iitb.ac.in/~rkcdrhkr"
>
Ravindra Kumar
</a>
</p>
</pre>
</body>
</html>
\ No newline at end of file
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