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

Lesson 4 1 #3

Merged
merged 2 commits into from
Jul 23, 2022
Merged
Show file tree
Hide file tree
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
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>