Compare commits

...

4 Commits

Author SHA1 Message Date
daniel b4d867eb73 Enable Bootstrap responsive font size (RFS). 2019-12-23 07:10:53 +01:00
daniel 7cdcb75c57 Update sitemap time stamp. 2019-12-23 07:07:58 +01:00
daniel 80cf96020e Design fixes. 2019-12-23 07:07:40 +01:00
daniel baaf7dd731 Makefile compiles webpack only if needed. 2019-12-23 06:58:27 +01:00
5 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,7 @@
.PHONY: upload
upload:
yarn exec webpack && \
upload: assets/main.css
rsync -r --exclude .git/ --exclude src/ --exclude node_modules/ . doktorkraus.de:/var/www/bovender
assets/main.css: src/component.scss src/config.scss src/bovender.scss
yarn exec webpack

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 562 KiB

View File

@ -158,10 +158,10 @@ sudo apt-get install indicator-ip</code></pre>
<span class="badge badge-primary mr-3">Ruby on Rails</span>
Website with membership management for an NGO that gives
scholarships to job trainees on the Philippines.
<a href="https://www.gemeinsam-gegen-armut.org" class="card-text">
www.gemeinsam-gegen-armut.org
</a>
</p>
<a href="https://www.gemeinsam-gegen-armut.org" class="card-link">
www.gemeinsam-gegen-armut.org
</a>
</div>
</div>

View File

@ -1,9 +1,8 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.bovender.de/</loc>
<lastmod>2019-12-21</lastmod>
<lastmod>2019-12-23</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>

View File

@ -1 +1,2 @@
$font-family-base: "IBM Plex Sans Condensed";
$enable-responsive-font-sizes: true;