Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneha2006sgr authored Dec 12, 2024
1 parent 6a37a85 commit dd95b2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<html>
<head>
<link href="style.css" rel="stylesheet">
<title>Your Name resume</title>
<title>Sneha Resume</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>

<body>
Expand All @@ -13,8 +14,6 @@ <h1>SNEHA GOND</h1>
<hr>
<!-- contact info including social media -->

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="style.css">
</header>
<main>
<article id="mainLeft">
Expand All @@ -37,7 +36,7 @@ <h2>CONTACT</h2>
<section>
<h2>SKILLS</h2>
<!-- your skills -->
<p>HTML, CSS, GitHub, VS Code...</p>
<p>HTML, CSS, GitHub, VS Code, Word Press, PHP, Python, SQL, Ms-Office, JavaScript..</p>
</section>
<section>
<h2>EDUCATION</h2>
Expand Down Expand Up @@ -65,7 +64,7 @@ <h3>Web Developer</h3>
GAOTek Inc | June 2024- Nov 2024
</p>
<p>
Pulishing website on wordpress using HTML CSS Javascript and PHP. By the time achieved te positions among leaders starting from Assistant Squad leader to highest leaders position of Platoon Leader.
Publishing website on wordpress using HTML CSS Javascript and PHP. By the time achieved te positions among leaders starting from Assistant Squad leader to highest leaders position of Platoon Leader.
</p>
<ul>
<li>Developing website using Wordpress </li>
Expand Down
8 changes: 5 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ hr {
}

h1, h2, h3 {
font-weight: 100;
font-weight: 100em;
margin-bottom: 0;
}
header {
text-align: center;
margin: auto 2em;
margin: auto 2e;
}

#mainLeft {
border-right: 1px solid lightgray;
}

0 comments on commit dd95b2f

Please sign in to comment.