-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
54 lines (46 loc) · 2.24 KB
/
project.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Project</title>
<link rel="stylesheet" href="styles2.css">
</link>
</head>
<body>
<div class="hero">
<nav>
<img src="img/constructor.svg" class="logo" width="80" height="80";>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutMe.html">About Me</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</nav>
<div class="skills">
<h1>"What did I do"</h1>
<div class="Instagram-clone">
<img src="img/20211027040922.png" class="instagram_demo">
<div class="instagram_intro">
<img src="img/instagram-alt.svg" class="project_icon">
<p>This instagram clone made use of javaScript, React.js, HTML<br> and CSS as a frontend
tools and firebase as backend tools <br>(database and hosting website)</p>
<a href="https://instagram-cl-b14bc.firebaseapp.com/" target="_blanket">This is the Demo-link(you can try it)</a>
<a href="https://github.com/moterial/instagram-clone" target="_blanket">This is Github link of the instagram-clone.</a>
</div>
</div>
<div class="watch_website">
<img src="img/preview.jpg" class="instagram_demo">
<div class="instagram_intro">
<img src="img/bxs-watch.svg" class="project_icon">
<p>This watch website made use of javaScript, HTML<br> and CSS as a frontend
</p>
<a href="https://rolex-watch-michaelyeung.netlify.app" target="_blanket">This is the Demo-link(you can try it)</a>
<a href="https://github.com/moterial/HTML-CSS-JavaScript-Training/tree/main/E-commerce%20Website%20-%20Watch" target="_blanket">This is Github link of the watch website.</a>
</div>
</div>
</div>
</div>
</body>
</html>