5
5
< link rel ="icon " type ="image/x-icon " href ="favicon.ico ">
6
6
< title > LubeLogger</ title >
7
7
< link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
integrity ="
sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN "
crossorigin ="
anonymous "
>
8
+ < link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /font/bootstrap-icons.min.css "
>
8
9
< style >
9
10
.customCarouselCaption {
10
11
background-image : linear-gradient (to bottom, rgba (255 , 0 , 0 , 0 ), # 000 );
@@ -27,12 +28,12 @@ <h6 class="display-6 text-center">Self-Hosted, Open-Source, Unconventionally-Nam
27
28
</ div >
28
29
</ div >
29
30
< div class ="row ">
30
- < div class ="col-12 col-sm-6 col-md-2 "> < a class ="btn btn-dark " href ="#showcase "> Showcase</ a > </ div >
31
- < div class ="col-12 col-sm-6 col-md-2 "> < a class ="btn btn-dark " href ="#features "> Features</ a > </ div >
32
- < div class ="col-12 col-sm-6 col-md-2 "> < a class ="btn btn-dark " href ="#demo "> Demo</ a > </ div >
33
- < div class ="col-12 col-sm-6 col-md-2 "> < a class ="btn btn-dark " href ="#download "> Download</ a > </ div >
34
- < div class ="col-12 col-sm-6 col-md-2 "> < a class ="btn btn-dark " href ="https://docs.lubelogger.com "> Documentation</ a > </ div >
35
- < div class ="col-12 col-sm-6 col-md-2 "> < a class ="btn btn-dark " href ="https://github.com/hargata/lubelog "> GitHub Repo</ a > </ div >
31
+ < div class ="col-12 col-sm-6 col-md-2 "> < a class ="btn btn-dark " href ="#showcase "> < i class =" bi bi-eyeglasses me-2 " > </ i > Showcase</ a > </ div >
32
+ < div class ="col-12 col-sm-6 col-md-2 "> < a class ="btn btn-dark " href ="#features "> < i class =" bi bi-card-checklist me-2 " > </ i > Features</ a > </ div >
33
+ < div class ="col-12 col-sm-6 col-md-2 "> < a class ="btn btn-dark " href ="#demo "> < i class =" bi bi-eyedropper me-2 " > </ i > Demo</ a > </ div >
34
+ < div class ="col-12 col-sm-6 col-md-2 "> < a class ="btn btn-dark " href ="#download "> < i class =" bi bi-download me-2 " > </ i > Download</ a > </ div >
35
+ < div class ="col-12 col-sm-6 col-md-2 "> < a class ="btn btn-dark " href ="https://docs.lubelogger.com "> < i class =" bi bi-file-text me-2 " > </ i > Documentation</ a > </ div >
36
+ < div class ="col-12 col-sm-6 col-md-2 "> < a class ="btn btn-dark " href ="https://github.com/hargata/lubelog "> < i class =" bi bi-git me-2 " > </ i > GitHub Repo</ a > </ div >
36
37
</ div >
37
38
< hr >
38
39
< div class ="row " id ="showcase ">
@@ -120,17 +121,21 @@ <h6 class="display-6 text-center">Features</h6>
120
121
< li class ="list-group-item "> No limit on how many vehicles you have in your garage</ li >
121
122
< li class ="list-group-item "> Import existing records from CSV(supports imports from Fuelly)</ li >
122
123
< li class ="list-group-item "> Attach documents for each record(receipts, invoices, etc)</ li >
124
+ < li class ="list-group-item "> Keeps track of your To-Do's(Kanban Planner)</ li >
125
+ < li class ="list-group-item "> Set recurring reminders so you never miss another scheduled maintenance</ li >
123
126
</ ul >
124
127
</ div >
125
128
< div class ="col-12 col-md-6 ">
126
129
< ul class ="list-group ">
127
- < li class ="list-group-item "> Keeps track of your To-Do's(Kanban Planner)</ li >
128
- < li class ="list-group-item "> Set recurring reminders so you never miss another scheduled maintenance</ li >
130
+ < li class ="list-group-item "> User-customizable fields</ li >
131
+ < li class ="list-group-item "> Supports multiple users</ li >
132
+ < li class ="list-group-item "> Reminder Emails</ li >
129
133
< li class ="list-group-item "> Dark Mode</ li >
130
134
< li class ="list-group-item "> Mobile/Small screen support</ li >
131
- < li class ="list-group-item "> Basic Authentication for security</ li >
135
+ < li class ="list-group-item "> Basic and OpenID Connect(OIDC) Authentication for security</ li >
132
136
< li class ="list-group-item "> API Endpoints</ li >
133
137
< li class ="list-group-item "> Consolidated Vehicle Maintenance Report</ li >
138
+ < li class ="list-group-item "> Trip Recorder(GPS Integration)</ li >
134
139
</ ul >
135
140
</ div >
136
141
</ div >
@@ -158,7 +163,7 @@ <h6 class="display-6 text-center">Download</h6>
158
163
< div class ="row ">
159
164
< div class ="col-12 d-flex justify-content-center ">
160
165
< p class ="lead ">
161
- LubeLogger is available as both a Docker Image and a Windows Standalone Executable(EXE)
166
+ LubeLogger is available as a Docker Image, a Windows Standalone Executable(EXE), and a Linux Standalone Executable
162
167
</ p >
163
168
</ div >
164
169
< div class ="col-12 d-flex justify-content-center ">
0 commit comments