6
6
---
7
7
8
8
< div class ="container-fluid ">
9
+
10
+ < div class ="float-end " style ="z-index: 9; position: relative; ">
11
+ < button type ="button " class ="btn btn-outline-secondary view-toggle " data-bs-toggle ="tooltip " data-bs-placement ="bottom " data-bs-trigger ="hover "
12
+ data-bs-title ="Card View " id ="cards-view " data-view ="cards ">
13
+ < i class ="fa-solid fa-table "> </ i >
14
+ </ button >
15
+ < button type ="button " class ="btn btn-outline-secondary view-toggle " data-bs-toggle ="tooltip " data-bs-placement ="bottom " data-bs-trigger ="hover "
16
+ data-bs-title ="List View<br>(Beta) " data-bs-html ="true " id ="list-view " data-view ="list ">
17
+ < i class ="fa-solid fa-table-list "> </ i >
18
+ </ button >
19
+ </ div >
20
+
9
21
< h1 class ="animate__animated animate__zoomIn "> < i class ="fa-brands fa-github me-2 "> </ i > {{ site.site_name }}</ h1 >
10
22
11
23
< p class ="lead ">
@@ -28,28 +40,51 @@ <h1 class="animate__animated animate__zoomIn"><i class="fa-brands fa-github me-2
28
40
</ p >
29
41
</ div >
30
42
31
- < p >
32
- < a href ="#web-extensions " class ="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover d-inline-block ">
33
- Web Extensions</ a > •
34
- < a href ="#web-apps " class ="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover d-inline-block ">
35
- Web Apps</ a > •
36
- < a href ="#github-actions " class ="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover d-inline-block ">
37
- GitHub Actions</ a > •
38
- < a href ="#other-software " class ="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover d-inline-block ">
39
- Other Software</ a >
40
- </ p >
43
+ < div id ="cards " class ="d-none ">
44
+ < p >
45
+ < a href ="#web-extensions " class ="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover d-inline-block ">
46
+ Web Extensions</ a > •
47
+ < a href ="#web-apps " class ="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover d-inline-block ">
48
+ Web Apps</ a > •
49
+ < a href ="#github-actions " class ="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover d-inline-block ">
50
+ GitHub Actions</ a > •
51
+ < a href ="#other-software " class ="link-body-emphasis link-offset-1 link-underline-opacity-50 link-underline-opacity-75-hover d-inline-block ">
52
+ Other Software</ a >
53
+ </ p >
41
54
42
- < h2 id ="web-extensions "> Web Extensions</ h2 >
43
- < div class ="row row-cols-1 row-cols-md-2 row-cols-xl-3 g-3 mb-4 " id ="webExtensions "> </ div >
55
+ < h2 id ="web-extensions "> Web Extensions</ h2 >
56
+ < div class ="row row-cols-1 row-cols-md-2 row-cols-xl-3 g-3 mb-4 " id ="webExtensions "> </ div >
44
57
45
- < h2 id ="web-apps " class ="" data-aos ="zoom-in "> Web Apps</ h2 >
46
- < div class ="row row-cols-1 row-cols-md-2 row-cols-xl-3 g-3 mb-4 " id ="webApps "> </ div >
58
+ < h2 id ="web-apps " class ="" data-aos ="zoom-in "> Web Apps</ h2 >
59
+ < div class ="row row-cols-1 row-cols-md-2 row-cols-xl-3 g-3 mb-4 " id ="webApps "> </ div >
47
60
48
- < h2 id ="github-actions " class ="" data-aos ="zoom-in "> GitHub Actions</ h2 >
49
- < div class ="row row-cols-1 row-cols-md-2 row-cols-xl-3 g-3 mb-4 " id ="githubActions "> </ div >
61
+ < h2 id ="github-actions " class ="" data-aos ="zoom-in "> GitHub Actions</ h2 >
62
+ < div class ="row row-cols-1 row-cols-md-2 row-cols-xl-3 g-3 mb-4 " id ="githubActions "> </ div >
50
63
51
- < h2 id ="other-software " class ="" data-aos ="zoom-in "> Other Software</ h2 >
52
- < div class ="row row-cols-1 row-cols-md-2 row-cols-xl-3 g-3 mb-4 " id ="otherSoftware "> </ div >
64
+ < h2 id ="other-software " class ="" data-aos ="zoom-in "> Other Software</ h2 >
65
+ < div class ="row row-cols-1 row-cols-md-2 row-cols-xl-3 g-3 mb-4 " id ="otherSoftware "> </ div >
66
+ </ div >
67
+ < div id ="table " class ="d-none mb-1 ">
68
+ < table class ="table " id ="data-table ">
69
+ < thead >
70
+ < tr >
71
+ < th scope ="col "> </ th >
72
+ < th scope ="col "> Name</ th >
73
+ < th scope ="col "> Description</ th >
74
+ < th scope ="col "> </ th >
75
+ < th scope ="col "> </ th >
76
+ </ tr >
77
+ </ thead >
78
+ < tbody >
79
+ {% comment %}< tr > {% endcomment %}
80
+ {% comment %}< th scope ="row "> 1</ th > {% endcomment %}
81
+ {% comment %}< td > Mark</ td > {% endcomment %}
82
+ {% comment %}< td > Otto</ td > {% endcomment %}
83
+ {% comment %}< td > @mdo</ td > {% endcomment %}
84
+ {% comment %}</ tr > {% endcomment %}
85
+ </ tbody >
86
+ </ table >
87
+ </ div >
53
88
54
89
</ div > <!-- container -->
55
90
@@ -81,10 +116,19 @@ <h4 class="card-title">
81
116
< i class ="devicon-python-plain colored " data-bs-toggle ="tooltip " data-bs-placement ="bottom " data-bs-title ="Python "> </ i >
82
117
< i class ="devicon-javascript-plain colored " data-bs-toggle ="tooltip " data-bs-placement ="bottom " data-bs-title ="JavaScript "> </ i >
83
118
< i class ="devicon-typescript-plain colored " data-bs-toggle ="tooltip " data-bs-placement ="bottom " data-bs-title ="TypeScript "> </ i >
119
+ < i class ="devicon-docker-plain " data-bs-toggle ="tooltip " data-bs-placement ="bottom " data-bs-title ="Docker "> </ i >
120
+
84
121
</ div > <!-- clone -->
85
122
86
123
{% comment %}< script src ="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.2/anime.min.js " integrity ="sha512-aNMyYYxdIxIaot0Y1/PLuEu3eipGCmsEUBrUq+7aVyPGMFH8z0eTP0tkqAvv34fzN6z+201d3T8HPb1svWSKHQ== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script > {% endcomment %}
87
124
{% comment %}< script src ="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/ScrollMagic.min.js " integrity ="sha512-8E3KZoPoZCD+1dgfqhPbejQBnQfBXe8FuwL4z/c8sTrgeDMFEnoyTlH3obB4/fV+6Sg0a0XF+L/6xS4Xx1fUEg== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script > {% endcomment %}
125
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js " integrity ="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
126
+
127
+ {% comment %}< script type ="text/javascript " src ="https://code.jquery.com/jquery-3.7.1.js "> </ script > {% endcomment %}
128
+ < script type ="text/javascript " src ="https://cdn.datatables.net/2.1.2/js/dataTables.js "> </ script >
129
+ < script type ="text/javascript " src ="https://cdn.datatables.net/2.1.2/js/dataTables.bootstrap5.js "> </ script >
130
+ < script type ="text/javascript " src ="https://cdn.datatables.net/responsive/3.0.2/js/dataTables.responsive.js "> </ script >
131
+ < script type ="text/javascript " src ="https://cdn.datatables.net/responsive/3.0.2/js/responsive.dataTables.js "> </ script >
88
132
89
133
< script type ="text/javascript " src ="{{ "/js/config.js" | relative_url }}"> </ script >
90
134
< script type ="text/javascript " src ="{{ "/js/index.js" | relative_url }}"> </ script >
0 commit comments