-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathindex.html
88 lines (82 loc) · 3.1 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css" rel="stylesheet" />
<title>WeBeginners Projects</title>
<style>
.work__img a {
text-decoration: none;
}
.work__img a:hover h3 {
text-decoration: underline;
color:#541a8bc8!important;
}
.work__img h3.game-title {
text-align: center;
color:#551a8b!important;
}
.work__img img {
width: 100%;
height: 165px !important;
margin: 0 auto;
}
</style>
</head>
<body>
<section class="work section" id="work">
<h2 class="section-title">WeBeginners Projects</h2>
<div class="work__container bd-grid">
<div class="work__img">
<a href="./A dino game/dino.html"><img src="Images/game page.png" alt="" />
<h3 class="game-title">AnalogueClock</h3>
</a>
</div>
<div class="work__img">
<a href="./Age Calculator/Age.html"><img src="Images/AgeCalculator.png" alt="" />
<h3 class="game-title">AnalogueClock</h3>
</a>
</div>
<div class="work__img">
<a href="./Analog Clock/index.html"><img src="Images/AnalogueClock.png" alt="" />
<h3 class="game-title">AnalogueClock</h3>
</a>
</div>
<div class="work__img">
<a href="./Bakery Shop/index.html">
<img src="Images/Bakery Website.png" alt="" />
<h3 class="game-title">Bakery Website</h3>
</a>
</div>
<div class="work__img">
<a href="./BMI Calculator/Index.html"><img src="Images/BMI Calculator.png" alt="" />
<h3 class="game-title">BMI Calculator</h3>
</a>
</div>
<div class="work__img">
<a href="./Candy Museum/index.html"><img src="Images/Candy.jpeg" alt="" />
<h3 class="game-title">Candy Musuem</h3>
</a>
</div>
<div class="work__img">
<a href="./Background Color Changer/index.html"><img src="Images/ColorChange.PNG" alt="" />
<h3 class="game-title">Bg Color Changer</h3>
</a>
</div>
<div class="work__img">
<a href="./Animated Carousel/index.html"><img src="Images/Carousel.png" alt="" />
<h3 class="game-title">Animated Carousel</h3>
</a>
</div>
<div class="work__img">
<a href="./Blog Website/home.html">
<img src="Images/previewBlog.png" alt="" />
<h3 class="game-title">Blog Website</h3>
</a>
</div>
</div>
</section>
</body>
</html>