Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Update #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 36 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,44 @@
<link href="https://fonts.googleapis.com/css?family=Berkshire+Swash|Comfortaa|Lobster|Righteous" rel="stylesheet">
</head>
<body>
<div class = "section" id = "header">
<img src = "hiten.jpg"
alt="My image">
<div class = "name">Sarthak Rout</div>
<div id = "tags"><br>Computer Science Undergraduate<br><br><i style = "color : black" class = "fa fa-graduation-cap" aria-hidden = "true"></i> College of Engineering and Technology, Bhubaneswar<br><br>
<div class="section" id="header">
<img src="hiten.jpg" alt="My image">
<div class="name">
Sarthak Rout
</div>
<div id="tags">
<br>
Computer Science Undergraduate
<br>
<br>
<i style="color: black" class="fa fa-graduation-cap" aria-hidden="true">

</i>
College of Engineering and Technology, Bhubaneswar
<br>
<br>
</div>
<br><br><br>
<br>
<br>
<br>
</div>
<div class = "section" id = "social">
<div class = "name">Contact Me</div>
<div class = "icons">
<a target = "_blank" href = "https://www.facebook.com/hitendrita.panda"><i style = "color : #3b5998;" class = "fa fa-border fa-facebook" aria-hidden = "true"></i></a>
<a target = "_blank" href = "https://www.github.com/hitendrita"><i style = "color : black" class = "fa fa-border fa-github" aria-hidden = "true"></i></a>
<a target = "_blank" href = "https://www.linkedin.com/in/hitendrita-panda-08249616b/"><i style = "color : #0077B5" class = "fa fa-border fa-linkedin" aria-hidden = "true"></i></a>
<div class="section" id="social">
<div class="name">
Contact Me
</div>
<div class="icons">
<a target="_blank" href="https://www.facebook.com/hitendrita.panda">
<i style="color: #3b5998;" class="fa fa-border fa-facebook" aria-hidden="true">
</i>
</a>
<a target="_blank" href="https://www.github.com/hitendrita">
<i style = "color : black" class="fa fa-border fa-github" aria-hidden="true">
</i>
</a>
<a target="_blank" href="https://www.linkedin.com/in/hitendrita-panda-08249616b/">
<i style="color:#0077B5" class="fa fa-border fa-linkedin" aria-hidden="true">
</i>
</a>
</div>
</div>
<!--<div class = "section" id = "social"></div>
Expand Down