-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7263e54
commit d6697a3
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>protfolio</title> | ||
<link rel="stylesheet" href="int.css"> | ||
</head> | ||
<body> | ||
<div class="header"> | ||
<div class="logo"> | ||
<h1>K<span class="s1">RIPA<span class="s2">S<span class="s3">HANKAR</span></h1> | ||
</div> | ||
<div class="option"> | ||
<div class="ul"> | ||
<a href="#h"><li>HOME</li></a> | ||
<a href="#a"><li>ABOUT</li></a> | ||
<a href="#more"><li>MORE</li></a> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="h"> | ||
<div class="intro"> | ||
<h1 class="h"><span class="s4">ENGINNERING STUDENT<br><span class="s5">I'<span class="s6">AM<span class="s7"> KRIP SHANKAR<br><span class="s8">FROM IIIT,KALYANI</span></h1> | ||
</div> | ||
<div class="i"> | ||
<img src="C:\Users\rksha\OneDrive\Desktop\IMG_20221001_141819.jpg" alt="img"> | ||
</div> | ||
</div> | ||
<div id="a"> | ||
<div class="about"> | ||
<h1>ABOUT ME</h1> | ||
</div> | ||
<div class="content"> | ||
<div class="l"> | ||
<img src="D:\downl\IMG_20220331_105959.jpg" class="a1" alt="img"> | ||
</div> | ||
<div class="ryt"> | ||
<p class="p1"> | ||
Hii, Myself Kripa Shankar .I am computer science enginnering student.I am doing my enginnering from IIIT,Kalyani,West Bengal. | ||
</p> | ||
<p class="p2"> | ||
I am passionated to learn new things.As a quick learner,I enjoy learning new skills. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="more"> | ||
<div class="up"> | ||
<h1 class="hm">SKILLS & CONNECTIONS</h1> | ||
</div> | ||
<div class="down"> | ||
<a href="https://www.linkedin.com/in/r-k-shankar-235b99296?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank"> | ||
<img src="C:\Users\rksha\Downloads\3128329.png" class="linkedin" alt="LinkedIN"> | ||
</a> | ||
<nav class="nav1"> | ||
<img src="C:\Users\rksha\Downloads\th.jpeg" alt="gmail" class="gmail" > | ||
<h3 class=".hg">[email protected]</h3> | ||
</nav> | ||
<nav class="tele"> | ||
<img src="C:\Users\rksha\Downloads\th (2).jpeg" alt="Telegram"> | ||
<h3>@Rkshankar0</h3> | ||
</nav> | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
</html> |