-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (64 loc) · 2.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width>, initial-scale=1.0">
<title>Projects</title>
<link rel="stylesheet" href="./src/style.css">
</head>
<body>
<main>
<div class="top-div">
<h1>MY PROJECTS</h1>
<p>You Can Find Out What Tehnologys I Used To Make Them</p>
</div>
<ul>
<li>
<img src="./src/img/25231.png" alt="github logo">
<a href="https://github.com/miker2004/Finance-Tracker-App" target="_blank">Click to see code</a>
<p>REACT+TS+CSS+MONGODB+EXPRESS+NODE.JS+CLERK</p>
</li>
<li>
<button>
<a href="./src/searchind-bar/searchbar.html" > images search bar 1</a>
</button>
<img src="./src/img/25231.png" alt="github logo">
<a href="https://github.com/miker2004/smallProjects" target="_blank">Click to see code</a>
<p>HTML+CSS+JS</p>
</li>
<li>
<button>
<a target="_blank" href="https://goit-react-hw-04-beyj.vercel.app/"> images search bar 2</a>
</button>
<img src="./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="./src/simplecalculator/calculator.html"> calculator</a>
</button>
<img src="./src/img/25231.png" alt="github logo">
<a href="https://github.com/miker2004/smallProjects" target="_blank">Click to see code</a>
<p>HTML+CSS+JS</p>
</li>
<li>
<button>
<a target="_blank" href="https://goit-react-hw-08-neon-sigma.vercel.app/"> Telephone Contacts App</a>
</button>
<img src="./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 target="_blank" href="https://goit-react-hw-05-ashy-sigma.vercel.app/"> Movie Searching Tool </a>
</button>
<img src="./src/img/25231.png" alt="github logo">
<a href="https://github.com/miker2004/goit-react-hw-05" target="_blank">Click to see code</a>
<p>REACT+JS+CSS</p>
</li>
</ul>
</main>
</body>
</html>