diff --git a/README.rst b/README.rst index 655b376..44772f6 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,11 @@ To start the web server locally auto-reloading when files change use: The website is updated via CI when merging to the main branch. +To generate CSS, you can use +.. code:: bash + + sass --watch ./css/main.scss:./css/main.css + Adding your company to the website ================================== diff --git a/_data/companies/list/improwised.yml b/_data/companies/list/improwised.yml new file mode 100644 index 0000000..3ad2a28 --- /dev/null +++ b/_data/companies/list/improwised.yml @@ -0,0 +1,6 @@ +name: Improwised +logouser: improwised.png +homepage: https://improwised.com +usage: | + **Improwised:** uses Scrapy to help small businesses to consolidate + their reviews from different listing platforms. diff --git a/_data/companies/users.yml b/_data/companies/users.yml index dd610bf..19f3691 100644 --- a/_data/companies/users.yml +++ b/_data/companies/users.yml @@ -45,3 +45,4 @@ - public-law - qwurty - bwt +- improwised diff --git a/img/improwised.png b/img/improwised.png new file mode 100644 index 0000000..2372e6c Binary files /dev/null and b/img/improwised.png differ