Skip to content

Commit

Permalink
Merge pull request #3 from roselynn411/lesson-4-1
Browse files Browse the repository at this point in the history
Lesson 4 1
  • Loading branch information
roselynn411 committed Jul 23, 2022
2 parents 5c10016 + 4a0dda0 commit 5c07ef0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
18 changes: 14 additions & 4 deletions instructions/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="lesson4-1">
<meta name="keywords" content="html">
<meta name="Roselynn" content="codeTheDream">
<title> Roselynn's Portfolio</title>
</head>

<body>
<div class="topnav">
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#connect">Connect</a>
</div>
<section>
<h1>About </h1>
<p><h3>Facts List about Roselynn</h3>
<ol>
Expand All @@ -14,17 +23,18 @@ <h1>About </h1>
<li>I want a dog but i dont want to go outside (which would make it difficult to walk the dog)</li>
</ol>
</p>

<h3>Experience</h3>
<p><ul>
<li>I created a Lash website for a client</li>
<li>I made a calculator </li>
<li>I made a tutoring website for myself</li>
</ul></p>
</section>

<section>
<h3>Connect</h3>
<a href="https://github.com/roselynn411">Github Account</a>
<p>My email is roselynnfrempong@gmail.com. My Instagram is rose.lynnn"</p>
<p>My email is roselynnfrempong@gmail.com. My Instagram is rose.lynnn</p>
</body>

</section>
</html>

0 comments on commit 5c07ef0

Please sign in to comment.