Skip to content

Commit

Permalink
Update Resume2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
imswarnil authored Jun 16, 2024
1 parent 9e9b78a commit e494c26
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions _layouts/Resume2.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<style>
{% include head.html %}
<body>
<style>
.main-wrapper {
background-color: #f7f7f7;
padding: 2rem;
Expand Down Expand Up @@ -75,9 +71,6 @@
color: #777;
}
</style>
</head>

<body>
<div class="main-wrapper">
<div class="container px-3 px-lg-5">
<article class="resume-wrapper mx-auto p-5 mb-5 my-5 shadow-lg">
Expand Down

0 comments on commit e494c26

Please sign in to comment.