diff --git a/css/style.css b/css/style.css index 75e9841e..f063d6da 100644 --- a/css/style.css +++ b/css/style.css @@ -6,3 +6,54 @@ * for example: General styles, Navigation styles, Hero styles, Footer etc. * */ + + body { + display: flex; + flex-direction: column; + align-items: center; + margin: 0; + } + + .wrapper { + + } + +p { + width: 740px; + font-size: 20px; + +} + +h1 { + text-align: center; + font-size: 50px; +} + +.readmore { + color: red; + font-size: 20px; +} + +.header { + background-color: grey; + width: 100%; +} + +.footer-wrapper { + background-color: grey; + width: 100%; + height: 200px; + display: flex; + justify-content: center; + +} + +.fa-facebook, .fa-twitter { + font-size: 30px; +} + +div:first-child { + background-color: #808080; + + +} \ No newline at end of file diff --git a/images/Raspberry-Pi-AirPrint-Thumbnail.webp b/images/Raspberry-Pi-AirPrint-Thumbnail.webp new file mode 100644 index 00000000..b572126e Binary files /dev/null and b/images/Raspberry-Pi-AirPrint-Thumbnail.webp differ diff --git a/images/Raspberry-Pi-Android-TV-Thumbnail.webp b/images/Raspberry-Pi-Android-TV-Thumbnail.webp new file mode 100644 index 00000000..3500c313 Binary files /dev/null and b/images/Raspberry-Pi-Android-TV-Thumbnail.webp differ diff --git a/images/Raspberry-Pi-NodeJSl.webp b/images/Raspberry-Pi-NodeJSl.webp new file mode 100644 index 00000000..fe2b0eb5 Binary files /dev/null and b/images/Raspberry-Pi-NodeJSl.webp differ diff --git a/index.html b/index.html index 67dfc7f5..f5945fc7 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> - My Blog + Raspberry Pi Projects + +
+

Raspberry Pi Projects

+

Simple projects to automate your life

+
+ \ +
+ +
+

Run Android TV on your Raspberry Pi

+

This project will show you how you can install Android TV onto the Raspberry Pi.

+ raspberry pi side view +

Android TV is a special version of the popular mobile operating system. It features a redesigned interface that works better with the horizontal nature of TV screens. To get Android TV to run on a Raspberry Pi, we will be using a special build of LineageOS. This build is maintained and developed by the hard work of KonstaKANG and the Android-rpi team.

+ Read more + +

+ +
+

Installing NodeJS on the Raspberry Pi

+

How to install NodeJS on a Raspberry Pi

+ raspberry pi side view +

In this guide, we will be showing you the straightforward steps to installing NodeJS on the Raspberry Pi. NodeJS is an open-source platform that allows you to run JavaScript outside of a web browser. It has quickly become popular amongst developers for command-line tools and server-side scripting to drive dynamic web pages.

+ Read more +

+ +
+

Raspberry Pi Airprint Server

+

Build your own Raspberry Pi Airprint Server

+ raspberry pi side view +

In this project, we will be showing you how to set up your Raspberry Pi as an AirPrint server. AirPrint is a printing protocol designed by Apple so that their devices would not need to download or install drivers.

+ Read more +

+
+ + +