Add Pixel 3 and 3 XL blueline / crosshatch

Change-Id: I29cdf4570017951958f5fa9151098cfe73e46ee3
diff --git a/_google/googlepixel3.markdown b/_google/googlepixel3.markdown
new file mode 100644
index 0000000..099632c
--- /dev/null
+++ b/_google/googlepixel3.markdown
@@ -0,0 +1,34 @@
+---
+layout: device
+title:  "Google Pixel 3"
+codename: blueline
+downloadfolder: blueline
+supportstatus: Current
+maintainer: Dees_Troy
+oem: Google
+devicetree: https://github.com/TeamWin/android_device_google_crosshatch
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+MTP does not work at this time, but you can use adb to transfer files. TWRP may take a little longer than usual to boot on this device.
+
+{% include download.html %}
+
+<div class='page-heading'>Installation:</div>
+If you already have TWRP installed:
+Download the latest zip and install the zip using TWRP.
+
+If you do not already have TWRP installed:
+Download both the img and the zip. You will need to have fastboot binaries and the correct drivers installed. Power off your device completely. Hold volume down and turn on the device. Your device should now be in the bootloader. Connect the device to your PC. Open a command window and run the following command from the proper location:
+
+fastboot boot path/to/twrp.img
+
+This will temporarily boot TWRP on your device. Use adb to push the zip onto your device:
+
+adb push path/to/twrp.zip /
+
+Go to install and browse to the zip and install the zip. The zip will install TWRP to both boot slots. Installing TWRP at this time will remove root if you are currently rooted.
+
+If you accidently flash TWRP to your device using fastboot instead of temporarily booting the image, you will need to download the latest factory image for your device and reflash the boot image.