5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< meta name ="description "
7
7
content ="Nightel is a social media application for storytellers and listeners, where every voice tells a story, hear and share audio books for free. ">
8
- < meta name ="
author "
content ="
Anahita Tavakoli <[email protected] > "
>
8
+ < meta name ="author " content ="Neatplex ">
9
9
< title > Nightell - Social Media for Storytellers and Listeners</ title >
10
10
< link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
>
11
11
< link rel ="apple-touch-icon " href ="images/nightell.jpg ">
21
21
22
22
< div class ="col-lg-8 mx-auto p-4 py-md-5 ">
23
23
< header class ="d-flex align-items-center pb-3 ">
24
- < a href ="/ " class ="d-flex align-items-center text-body-emphasis text-decoration-none ">
24
+ < a href ="/ " class ="d-flex align-items-center text-body-emphasis text-decoration-none " title =" Nightell " >
25
25
< img src ="images/nightell-bw.jpg " style ="height: 32px; width: 32px; " class ="rounded-2 " alt ="Nightell Logo ">
26
26
< span class ="fs-4 ms-2 "> Nightell</ span >
27
27
</ a >
@@ -45,8 +45,9 @@ <h2 class="fs-4">Where Every Voice Tells a Story!</h2>
45
45
< p class ="text-center mt-4 ">
46
46
< span class ="mb-2 d-inline-block "> Download our apps and join the community</ span >
47
47
< br >
48
- < a href ="android.html "> < img src ="images/google-play-badge.svg " alt ="Download from Google Play "
49
- title ="Download from Google Play " style ="max-width: 135px "> </ a >
48
+ < a href ="android.html " title ="Nightell Android App ">
49
+ < img src ="images/google-play-badge.svg " alt ="Download from Google Play "
50
+ title ="Download from Google Play " style ="max-width: 135px "> </ a >
50
51
< img src ="images/app-store-badge.svg " alt ="Download from Apple Store (Soon) "
51
52
title ="Download from Apple Store (Soon) "
52
53
style ="max-width: 135px; fill: gray; opacity: 0.5; pointer-events: none; ">
@@ -125,15 +126,17 @@ <h2 class="text-body-emphasis">Projects</h2>
125
126
</ p >
126
127
< ul class ="list-unstyled ps-0 ">
127
128
< li >
128
- < a class ="icon-link mb-1 " href ="https://github.com/neatplex/nightell-android " rel ="nofollow ">
129
+ < a class ="icon-link mb-1 " href ="https://github.com/neatplex/nightell-android " rel ="nofollow "
130
+ title ="Nightell Android Open-source project ">
129
131
< svg class ="bi " width ="16 " height ="16 ">
130
132
< use xlink:href ="#arrow-right-circle "/>
131
133
</ svg >
132
134
Nightell Android (Kotlin)
133
135
</ a >
134
136
</ li >
135
137
< li >
136
- < a class ="icon-link mb-1 " href ="https://github.com/neatplex/nightell-core " rel ="nofollow ">
138
+ < a class ="icon-link mb-1 " href ="https://github.com/neatplex/nightell-core " rel ="nofollow "
139
+ title ="Nightell backend Open-source project ">
137
140
< svg class ="bi " width ="16 " height ="16 ">
138
141
< use xlink:href ="#arrow-right-circle "/>
139
142
</ svg >
@@ -148,23 +151,24 @@ <h2 class="text-body-emphasis">Links</h2>
148
151
< p > Need more information? Check out the pages and documents about Nightell in the links below.</ p >
149
152
< ul class ="list-unstyled ps-0 ">
150
153
< li >
151
- < a class ="icon-link mb-1 " href ="https://nightell.neatplex.com/docs/api/ ">
154
+ < a class ="icon-link mb-1 " href ="https://nightell.neatplex.com/docs/api/ "
155
+ title ="OpenAPI (Swagger) Documentations ">
152
156
< svg class ="bi " width ="16 " height ="16 ">
153
157
< use xlink:href ="#arrow-right-circle "/>
154
158
</ svg >
155
159
API Docs
156
160
</ a >
157
161
</ li >
158
162
< li >
159
- < a class ="icon-link mb-1 " href ="privacy.html ">
163
+ < a class ="icon-link mb-1 " href ="privacy.html " title =" Privacy Policy " >
160
164
< svg class ="bi " width ="16 " height ="16 ">
161
165
< use xlink:href ="#arrow-right-circle "/>
162
166
</ svg >
163
167
Privacy Policy
164
168
</ a >
165
169
</ li >
166
170
< li >
167
- < a class ="icon-link mb-1 " href ="terms.html ">
171
+ < a class ="icon-link mb-1 " href ="terms.html " title =" Terms of Use " >
168
172
< svg class ="bi " width ="16 " height ="16 ">
169
173
< use xlink:href ="#arrow-right-circle "/>
170
174
</ svg >
@@ -176,7 +180,7 @@ <h2 class="text-body-emphasis">Links</h2>
176
180
</ div >
177
181
</ main >
178
182
< footer class ="pt-5 my-5 text-body-secondary border-top text-center ">
179
- © 2024 < a href ="https://neatplex.com " style ="text-decoration: none " rel ="nofollow "> Neatplex</ a >
183
+ © 2024 < a href ="https://neatplex.com " style ="text-decoration: none " rel ="nofollow " title =" Neatplex " > Neatplex</ a >
180
184
</ footer >
181
185
</ div >
182
186
0 commit comments