Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create resume1.html #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
44 changes: 44 additions & 0 deletions 2-HTML/201-HTML-RESUME/HTML-201-01/resume1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!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">
<title>Document</title>
</head>
<body>
<h1>Archana Lahamage</h1>
<p>Software Developer</p>
<a href="#">Linked</a>
<a href="#">Git hub</a>
<hr>
<h2>Fresher</h2>
<h3>Software Developer</h3>
<p>Project Title: Voice Based E-notice Board Using Android App </p>
<p> Description- Voice Based Notice Board is very selective term for this project, as it has a very
wide scope rather than just being a simple notice board. First we should understand the purpose
of this project of this project, in this system we can display a message or notice to some display
like LCD, and this message can be easily set or changed from anywhere in the world, just by using
the SMS facility of your mobile handset. Whenever notice we want to display just send the SMS of
that text. This is very useful in hotels, Malls, College, offices, and can be used anywhere even
at home.
</p>
<hr>
<h1>Skills</h1>
<ul>
<li>Java</li>
<li>HTML</li>
<li>CSS</li>
<li>C++</li>
<li>Javascript</li>
</ul>
<hr>
<h2>Hobbies</h2>
<ol>
<li>Cooking</li>
<li>Shopping</li>
<li>Learn new things</li>
</ol>

</body>
</html>