This (job search) website

This basic website uses bare minimum of:

  • Backend - Django
  • Web: HTML, CSS (primarily, Bootstrap library)
  • Database: MySQL

The feature that distinguishes this simple website is the use of two languages - English and Russian. For this purpose I used Django's Internationalization capabilities. Each page is translated with trans-tags of Django templating language. User can switch the language by using the language switch in the top-right corner.