Skip to content

Instantly share code, notes, and snippets.

View tbaddade's full-sized avatar

Thomas Blum tbaddade

  • @yakamara Media GmbH & Co. KG
  • Dresden, Germany
View GitHub Profile
@tbaddade
tbaddade / .htaccess
Created October 12, 2021 07:07 — forked from danferth/.htaccess
My standard htaccess file
# ######################################################################
# This below is extracted from the HTML5 boilerplate htaccess file. #
# ######################################################################
#
# Apache Server Configs v3.0.0 | MIT License
# https://github.com/h5bp/server-configs-apache
# (!) Using `.htaccess` files slows down Apache, therefore, if you have
# access to the main server configuration file (which is usually called
# `httpd.conf`), you should add this logic there.
@tbaddade
tbaddade / responsive_images.html
Created July 22, 2020 05:50 — forked from fahdi/responsive_images.html
Maintaining Image Aspect Ratios in Responsive Web Design. Forked from http://cssdeck.com/labs/rwd-image-aspect-ratio
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Maintain Image Aspect Ratios in RWD</title>
<meta name="robots" content="noindex, nofollow">
<link href="style.css" rel="stylesheet" media="screen">