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 3 1 #2

Merged
merged 3 commits into from
Jul 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 30 additions & 1 deletion instructions/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
Roselynn Frempong.
<!DOCTYPE html>
<html>
<head>
<title> Roselynn's Portfolio</title>
</head>

<body>
<h1>About </h1>
<p><h3>Facts List about Roselynn</h3>
<ol>
<li>I loves sweets</li>
<li>I am born and raised in NYC but my family is from Ghana</li>
<li>I really want to boost my confidence when Coding</li>
<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>

<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>
</body>

</html>