-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
executable file
·62 lines (61 loc) · 2.79 KB
/
Copy pathproject.html
File metadata and controls
executable file
·62 lines (61 loc) · 2.79 KB
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
<!DOCTYPE html>
<html lang="en">
<!-- project Grid Items-->
<div class="row justify-content-center">
<!-- project Item 1-->
<div class="col-md-4 col-lg-4 mb-5">
<div class="project-item mx-auto" data-bs-toggle="modal" data-bs-target="#projectModal1">
<div class="card">
<img class="card-image" src="assets/img/project/JRES1.png" alt="..." width="auto" height="200" />
<div class="card-img-overlay">
<h5 class="card-title text-primary">JRES</h5>
</div>
</div>
</div>
</div>
<!-- project Item 2-->
<div class="col-md-4 col-lg-4 mb-5">
<div class="project-item mx-auto" data-bs-toggle="modal" data-bs-target="#projectModal2">
<div class="card">
<img class="card-image" src="assets/img/project/SECNUMCLOUD1.png" alt="..." width="auto" height="200" />
<div class="card-img-overlay">
<h5 class="card-title text-primary">secnumcloud</h5>
</div>
</div>
</div>
</div>
<!-- project Item 3-->
<div class="col-md-4 col-lg-4 mb-5">
<div class="project-item mx-auto" data-bs-toggle="modal" data-bs-target="#projectModal3">
<div class="card">
<img class="card-image" src="assets/img/project/CICD1.png" alt="..." width="auto" height="200" />
<div class="card-img-overlay">
<h5 class="card-title text-primary">CICD jenkins</h5>
</div>
</div>
</div>
</div>
<!-- project Item 4-->
<div class="col-md-4 col-lg-4 mb-5">
<div class="project-item mx-auto" data-bs-toggle="modal" data-bs-target="#projectModal4">
<div class="card">
<img class="card-image" src="assets/img/project/KINGDOMINION1.jpg" alt="..." width="auto" height="200" />
<div class="card-img-overlay">
<h5 class="card-title text-primary">Kingdominion</h5>
</div>
</div>
</div>
</div>
<!-- project Item 5-->
<div class="col-md-4 col-lg-4 mb-5">
<div class="project-item mx-auto" data-bs-toggle="modal" data-bs-target="#projectModal5">
<div class="card">
<img class="card-image" src="assets/img/project/EMPEREALM1.png" alt="..." width="auto" height="200" />
<div class="card-img-overlay">
<h5 class="card-title text-primary">Emperealm</h5>
</div>
</div>
</div>
</div>
</div>
</html>