-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (32 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./style.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
<title>Our Projects</title>
</head>
<body >
<section class="projects-sction mt-5 ">
<h1 class="title">Our Projects</h1>
<p class="paragraph">
These projects includes Websites, Android apps, Windows apps <br />and
UX/UI Designs.
</p>
<p class="underline" />
<div class="btn-container my-3 g-2 ">
<!-- button show here -->
</div>
<div class="d-flex justify-content-center align-items-center ">
<div class="container projects row row-cols-1 row-cols-lg-3 row-cols-md-2 g-4">
<!-- cards start here -->
<!-- cards end here -->
</div>
</div>
</div>
</section>
<script src="./index.js"></script>
<script src=" https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>