Skip to content

Commit

Permalink
1.001
Browse files Browse the repository at this point in the history
  • Loading branch information
miker2004 committed Nov 11, 2024
1 parent 81c7f3e commit f5b9dc6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width>, initial-scale=1.0">
<title>Document</title>
<title>Projects</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
Expand All @@ -12,39 +12,39 @@ <h1>MY SMALL PROJECTS</h1>
<ul>
<li>
<button>
<a href="./searchind-bar/searchbar.html"> images search bar 1</a>
<a href="./searchind-bar/searchbar.html" target="_blank"> images search bar 1</a>
</button>
<img src="./img/25231.png" alt="github logo">
<a href="" target="_blank">Click to see code</a>
<p>HTML+CSS+JS</p>
</li>
<li>
<button>
<a href="https://goit-react-hw-04-beyj.vercel.app/"> images search bar 2</a>
<a target="_blank" href="https://goit-react-hw-04-beyj.vercel.app/"> images search bar 2</a>
</button>
<img src="./img/25231.png" alt="github logo">
<a href="https://github.com/miker2004/goit-react-hw-04" target="_blank">Click to see code</a>
<p>REACT+CSS+JS</p>
</li>
<li>
<button>
<a href="./simplecalculator/calculator.html"> calculator</a>
<a target="_blank" href="./simplecalculator/calculator.html"> calculator</a>
</button>
<img src="./img/25231.png" alt="github logo">
<a href="" target="_blank">Click to see code</a>
<p>HTML+CSS+JS</p>
</li>
<li>
<button>
<a href="https://goit-react-hw-08-neon-sigma.vercel.app/"> Telephone Contacts App</a>
<a target="_blank" href="https://goit-react-hw-08-neon-sigma.vercel.app/"> Telephone Contacts App</a>
</button>
<img src="./img/25231.png" alt="github logo">
<a href="https://github.com/miker2004/goit-react-hw-08" target="_blank">Click to see code</a>
<p>REACT+JS+MUI+CSS</p>
</li>
<li>
<button>
<a href="https://goit-react-hw-05-ashy-sigma.vercel.app/"> Movie Searching Tool </a>
<a target="_blank" href="https://goit-react-hw-05-ashy-sigma.vercel.app/"> Movie Searching Tool </a>
</button>
<img src="./img/25231.png" alt="github logo">
<a href="https://github.com/miker2004/goit-react-hw-05" target="_blank">Click to see code</a>
Expand Down

0 comments on commit f5b9dc6

Please sign in to comment.