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

Feature #2

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
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
Binary file added 2020-10-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

## LESSON THREE TASK 5
## LESSON1 and two TASK1
## How to run/test this project
- ensure you have git installed properly on your machine
- ensure you have node js installed in your machine
- open your terminal and run "git clone <https://github.com/Clementify/LESSON-1-AND-2-_TASK1_OBI-CLEMENTINA>"
- open your terminal and run "git clone <https://github.com/Clementify/LESSON-1-AND-2-_TASK1_OBI-CLEMENTINA/>"
- run "npm install"
- run "npm run lint:all" to run all lint error, "npm run lint:css" for css error check and "npm run lint:html" for html error check
## Live Site
Expand All @@ -15,4 +15,4 @@ Click [Here]( https://clementify.github.io/LESSON-1-AND-2-_TASK1_OBI-CLEMENTINA/
- Mr Johnson Promise (JP)
- Mr Patrick

##This is a work of LM TechHub.
##This is a work of LM TechHub.
4 changes: 2 additions & 2 deletions html/index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="../css/style.css" />
<title>CLEMS FASHION WORLD</title>
</head>
<body>
<header>
<h1>CLEMS FASHION WORLD</h1>
<img src="/fashion logo.jpg" alt="fashhion" />
<img src="../fashion logo.jpg" alt="fashhion" />
<nav>
<a href="#">HOME</a>
<a href="#">ABOUT</a>
Expand Down