Skip to content

Commit 54537d5

Browse files
authored
feat: Change agency name from Lenra to Acaos (#4)
* feat: Change agency name Lenra to Acaos * fix: Update src/static/css/components/.footer.css
1 parent a0341fd commit 54537d5

25 files changed

+89
-211
lines changed

.github/workflows/semantic_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Release
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GH_PERSONNAL_TOKEN }}
48-
DOCKER_IMAGE: lenra/prestation-website
48+
DOCKER_IMAGE: lenra/acaos-website
4949
run: |
5050
sudo chown $USER:$USER .github/release.sh
5151
sudo chmod +x .github/release.sh

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
<br />
1919
<div align="center">
2020

21-
<h3 align="center">Lenra's prestation website</h3>
21+
<h3 align="center">Acaos' presentation website</h3>
2222

2323
<p align="center">
24-
The Lenra's web agency website.
24+
The Acaos's web agency website.
2525
<br />
2626
<br />
27-
<a href="https://github.com/lenra-io/website/issues">Report Bug</a>
27+
<a href="https://github.com/lenra-io/acaos-website/issues">Report Bug</a>
2828
·
29-
<a href="https://github.com/lenra-io/website/issues">Request Feature</a>
29+
<a href="https://github.com/lenra-io/acaos-website/issues">Request Feature</a>
3030
</p>
3131
</div>
3232

@@ -37,9 +37,9 @@ This project uses the [Lesta framework](https://github.com/lenra-io/lesta).
3737

3838
## Getting started
3939

40-
You can run this project from the [Docker image](https://hub.docker.com/r/lenra/prestation-website):
40+
You can run this project from the [Docker image](https://hub.docker.com/r/lenra/acaos-website):
4141
```console
42-
docker run --rm -it -p 8080:8080 lenra/prestation-website
42+
docker run --rm -it -p 8080:8080 lenra/acaos-website
4343
```
4444

4545
Or you can run it with NodeJS:
@@ -50,7 +50,7 @@ npm start
5050

5151
The website will be available at http://localhost:8080/
5252

53-
To run it locally with the [Ghorgamel](https://github.com/lenra-io/ghorgamel) integration (requires [Dofigen](https://github.com/lenra-io/dofigen)):
53+
To run it locally with Docker Compose:
5454
```console
5555
dofigen dofigen.yml
5656
docker-compose build
@@ -88,20 +88,20 @@ Distributed under the **MIT** License. See [LICENSE](./LICENSE) for more informa
8888

8989
Lenra - [@lenra_dev](https://twitter.com/lenra_dev) - [email protected]
9090

91-
Project Link: [https://github.com/lenra-io/website](https://github.com/lenra-io/website)
91+
Project Link: [https://github.com/lenra-io/acaos-website](https://github.com/lenra-io/acaos-website)
9292

9393
<p align="right">(<a href="#top">back to top</a>)</p>
9494

9595

9696
<!-- MARKDOWN LINKS & IMAGES -->
9797
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
98-
[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/website.svg?style=for-the-badge
99-
[contributors-url]: https://github.com/lenra-io/website/graphs/contributors
100-
[forks-shield]: https://img.shields.io/github/forks/lenra-io/website.svg?style=for-the-badge
101-
[forks-url]: https://github.com/lenra-io/website/network/members
102-
[stars-shield]: https://img.shields.io/github/stars/lenra-io/website.svg?style=for-the-badge
103-
[stars-url]: https://github.com/lenra-io/website/stargazers
104-
[issues-shield]: https://img.shields.io/github/issues/lenra-io/website.svg?style=for-the-badge
105-
[issues-url]: https://github.com/lenra-io/website/issues
106-
[license-shield]: https://img.shields.io/github/license/lenra-io/website.svg?style=for-the-badge
107-
[license-url]: https://github.com/lenra-io/website/blob/master/LICENSE
98+
[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/acaos-website.svg?style=for-the-badge
99+
[contributors-url]: https://github.com/lenra-io/acaos-website/graphs/contributors
100+
[forks-shield]: https://img.shields.io/github/forks/lenra-io/acaos-website.svg?style=for-the-badge
101+
[forks-url]: https://github.com/lenra-io/acaos-website/network/members
102+
[stars-shield]: https://img.shields.io/github/stars/lenra-io/acaos-website.svg?style=for-the-badge
103+
[stars-url]: https://github.com/lenra-io/acaos-website/stargazers
104+
[issues-shield]: https://img.shields.io/github/issues/lenra-io/acaos-website.svg?style=for-the-badge
105+
[issues-url]: https://github.com/lenra-io/acaos-website/issues
106+
[license-shield]: https://img.shields.io/github/license/lenra-io/acaos-website.svg?style=for-the-badge
107+
[license-url]: https://github.com/lenra-io/acaos-website/blob/master/LICENSE

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
website:
3-
image: lenra/prestation-website:local
3+
image: lenra/acaos-website:local
44
build:
55
context: .
66
ports:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "prestation-website",
3-
"description": "Lenra website for website and app creation prestations",
2+
"name": "acaos-website",
3+
"description": "Acaos presentation website for website and app creation prestations",
44
"authors": "Lenra",
55
"version": "0.0.0",
66
"scripts": {

src/i18n/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Lenra",
2+
"title": "Acaos",
33
"pageList": [
44
{
55
"name": "index",

src/static/css/components/.footer.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ body>footer>aside>#wcb.carbonbadge {
118118
text-align: inherit;
119119
}
120120

121+
#wcb #wcb_g {
122+
background: transparent !important;
123+
}
124+
121125

122126
@media (min-width: 44rem) {
123127
body>footer>nav {
@@ -131,16 +135,11 @@ body>footer>aside>#wcb.carbonbadge {
131135
}
132136
}
133137

134-
@media (min-width: 50rem) {
135-
body>footer>nav>section#financed-by {
136-
flex-basis: 25rem;
137-
}
138-
138+
@media (min-width: 55rem) {
139139
body>footer>aside {
140140
position: absolute;
141-
right: 0;
141+
left: 0;
142142
bottom: var(--vertical-padding);
143-
text-align: right;
144143
}
145144
}
146145

src/static/favicon.png

348 Bytes
Loading

src/static/img/appicon.png

2.19 KB
Loading

src/static/img/github-project.jpg

-51.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)