Skip to content
Open
Show file tree
Hide file tree
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
Binary file added template/img/Reshul_work.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions template/reshulw.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-uWxY/CJNBR+1zjPWmfnSnVxwRheevXITnMqoEIeG1LJrdI0GlVs/9cVSyPYXdcSF" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<title>Document</title>
</head>
<body>
<div class="container" style="background-color:#CF455C;color: white;">
<div class="row m-4 p-4">
<div class="col"><img src="img/female.png" alt=""></div>
<div class="col">
<div class="row"><h1>Shreya</h1></div>
<div class="row"><h3>Front End Developer | Ranchi</h3></div>
<div class="row text-secondary text-white"><p>Ranchi. You can view my works here. I love to cook Maggie when I'm not cooking any website. Presently I am undergraduate at VIT University Vellore.
Thank You for Visiting!</p></div>
</div>
<div class="col p-2">
<div class="row"><p>NAME: Shreya</p></div>
<div class="row"><p>BIRTHDAY: 1st Jan, 1998</p></div>
<div class="row"><p>ADDRESS: Ranchi</p></div>
<div class="row"><p>EMAIL: shreya@gmail.com</p></div>
<div class="row"><p>PHONE: +91-987 654 3210</p></div>
<div class="row"><p>WEBSITE: shreya@github.io</p></div>
</div>
</div>
<div class="row mt-4">
<div class="col"></div>
<div class="col text-center">
<div class="row"><i class="fa fa-user fa-3x"></i></div>
<div class="row mt-2"><h6>PROFILE</h6></div>
</div>
<div class="col text-center">
<div class="row"><i class="fa fa-file fa-3x"></i></div>
<div class="row mt-2"><h6>RESUME</h6></div>
</div>
<div class="col text-center">
<div class="row"><i class="fa fa-barcode fa-3x"></i></div>
<div class="row mt-2"><h6>PORTFOLIO</h6></div>
</div>
<div class="col text-center">
<div class="row"><i class="fa fa-address-book fa-3x"></i></div>
<div class="row mt-2"><h6>CONTACT</h6></div>
</div>
<div class="col"></div>
</div>
</div>
</body>
</html>