-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
35 lines (31 loc) · 1.08 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
<!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="project.css">
</head>
<body>
<div class="heading">
<h1>Projects</h1>
</div>
<div class="group">
<div class="list">
<h2>1. CALCULATOR</h2>
<p>I have created Caculator Application using HTML,CSS and JAVASCRIPT</p>
<a href="https://github.com/rachiashtekar/Cuvette_Micro_Project-4.git">CLICK HERE TO SEE</a>
</div>
<div class="list">
<h2>2.TO-DO-LIST</h2>
<p>I have created to do list using HTML,CSS, and JAVASCRIPT</p>
<a href="https://github.com/rachiashtekar/TO-DO-LIST_Project.git">CLICK HERE TO SEE</a>
</div>
<div class="list">
<h2> 3.ROCK-PAPER-SCISSORS-Game</h2>
<p>I have made very popular game which ROCK-PAPER-SCISSORS-Game using HTML,CSS and JAVASCRIPT</p>
<a href="https://github.com/rachiashtekar/ROCK-PAPER-SCISSORS-Game.git">CLICK HERE TO SEE</a>
</div>
</div>
</body>
</html>