Skip to content

A BMW Blog I created from scratch with HTML / CSS/ and vanilla JavaScript.

Notifications You must be signed in to change notification settings

CodeLikeAGirl29/my-blog

Repository files navigation

BMW Enthusiast Blog

Welcome to the BMW Enthusiast Blog! This blog is dedicated to all things BMW—from the ultimate driving machines of the past to the cutting-edge innovations of the present. Built by Lindsey, a frontend web developer with a passion for BMW’s precision engineering and timeless design, this project is a blend of technology and love for the road.

Netlify Status

Technology Used

HTML5

JavaScript

CSS3

Netlify

Links

Getting Started

Choose one of the following options to explore or contribute to the blog:

Screenshot

Screenshot

Features

CSS Files

This blog uses custom styles to achieve its clean and modern aesthetic. Below are the key style resources:

Main Font Family

<link
  rel="stylesheet"
  href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap"
/>

Font Awesome Icon Font

<link
  rel="stylesheet"
  href="https://kit-pro.fontawesome.com/releases/v5.13.0/css/pro.min.css"
/>

Custom Bootstrap

<link rel="stylesheet" href="assets/css/custom_bootstrap.css" />

Main Style File

<link rel="stylesheet" href="assets/css/style.css" />

JavaScript Files

jQuery

<script src="assets/js/jquery.min.js"></script>

Main JavaScript File

<script src="assets/js/main.js"></script>

Customization

How to Change Colors

To adjust the blog’s main colors, follow these steps:

  1. Navigate to assets/sass/abstracts
  2. Open the variables.scss file
  3. Modify the $colors variable to suit your preferences.

Using CSS Preprocessors

This project uses SCSS for enhanced customization. If you’re familiar with CSS preprocessors, you can edit the source code in the sass folder for advanced theming options.

Bugs and Issues

Encounter a bug or have feedback? Open a new issue on GitHub, and let’s make this blog even better together!

Creator

Lindsey – www.lindseyk.dev


BMW is more than just a brand; it’s a lifestyle. As Bob Lutz famously said, "BMW is the ultimate driving machine, not because of its advertising slogan, but because it delivers on that promise every single day." Let’s celebrate that promise together!

About

A BMW Blog I created from scratch with HTML / CSS/ and vanilla JavaScript.

Topics

Resources

Stars

Watchers

Forks