Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs251_group15
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
KONDAPALLY ANIRUDH REDDY
cs251_group15
Commits
409dab7e
Commit
409dab7e
authored
Aug 23, 2016
by
MAJJI SANDEEP KUMAR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding contact.html
parent
ee159760
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
+56
-0
contact.html
contact.html
+56
-0
No files found.
contact.html
0 → 100644
View file @
409dab7e
<!doctype html>
<html>
<head>
<title>
Anirudh reddy
</title>
<meta
charset=
"utf-8"
>
<style>
li
{
display
:
inline
;
padding
:
3%
;
background-color
:
;
}
.active
{
background-color
:
skyblue
;
}
a
:link
{
text-decoration
:
none
;
}
a
:visited
{
color
:
green
;
}
a
:hover
{
color
:
red
;
}
</style>
</head>
<body>
<div
class=
"navbar"
style=
"margin-left: 40%; "
>
<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"
>
Time Table
</a>
</li>
<li
class=
"active"
>
<a
href=
"contact.html"
>
Contact
</a>
</li>
</ul>
</div>
<div
style=
"position: absolute;top: 40%;width: 100%;height:20%;"
>
<h2>
You can contact me(
&
#x0C05
&
#x0C28
&
#x0C3F
&
#x0C30
&
#x0C41
&
#x0C26
&
#x0C6F ) at :
<a
href=
"https://www.facebook.com/profile.php?id=100005286586186"
style=
"position: absolute;left: 35%; "
title=
""
>
facebook
</a>
</h2>
</div>
</div>
</body>
\ 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