Skip to content
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
30 changes: 26 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,33 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
<link rel="stylesheet" href="main.css">
<title>HTML Portfolio</title>
<title>HTML Portfolio update</title>
</head>
<body>

Welcome to the HTML Portfolio Project

<div class="header">
<h1>AJITH KUMAR.S</h1>
<h2>Software developer </h2>
</div>
<div class="tagline">
<h3>learn more about me</h3>
<p>hi this is ajith kumar</p>
<p>hi this is ajith kumar</p>
<p>hi this is ajith kumar</p>
<p>hi this is ajith kumar</p>

</div>
<div class="skills">
<h3>I enjoy writing front-end code with this technologies</h3>
<p> this is my skills</p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Java script</li>
</ul>
</div>
<div class="contact">
<h3>Contact me</h3>
<p>contact<a href="https://github.com/ajithkumar23">git hub</a></p>
</div>
</body>
</html>