This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Ensure the script is running in the user's root directory | |
cd ~ || exit | |
# Print description of what the script will do | |
echo "================================================================" | |
echo "Development Setup Gauntlet: Automating the installation of tools" | |
echo "This script will perform the following steps:" | |
echo " 1. Install Homebrew" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Poppins; | |
-webkit-font-smoothing: antialiased !important | |
} | |
.jdgm-rev__pic-img.jdgm-rev__pic-img { | |
max-height: 300px !important; | |
} | |
.jdgm-rev-widg__title { | |
font-family: Poppins !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"yellow": { | |
"image": "https://cdn.shopify.com/s/files/1/0561/7926/1589/files/yellow_80x.png", | |
"hex": "yellow" | |
}, | |
"green": { | |
"image": "https://cdn.shopify.com/s/files/1/0561/7926/1589/files/green_80x.png", | |
"hex": "green" | |
}, | |
"pink": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Futura; | |
-webkit-font-smoothing: antialiased !important; | |
} | |
.jdgm-rev-widg__title { | |
font-family: Roboto !important; | |
font-style: normal !important; | |
font-weight: 700 !important; | |
font-size: 20px !important; | |
line-height: 23px !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Roboto; | |
-webkit-font-smoothing: antialiased !important; | |
margin: 16px !important | |
} | |
.jdgm-rev-widg__title { | |
font-family: Roboto !important; | |
font-style: normal !important; | |
font-weight: 700 !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta | |
name="viewport" | |
content="text/html, charset=UTF-8, width=device-width, initial-scale=1, minimum-scale=1, maximun-scale=1" | |
/> | |
<link | |
href="https://fonts.googleapis.com/css?family=Roboto" | |
rel="stylesheet" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Poppins; | |
-webkit-font-smoothing: antialiased !important | |
} | |
.jdgm-rev-widg__title { | |
font-family: Roboto !important; | |
font-style: normal !important; | |
font-weight: 700 !important; | |
font-size: 20px !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Roboto; | |
-webkit-font-smoothing: antialiased !important; | |
margin: 16px !important; | |
} | |
.jdgm-rev-widg__title { | |
font-family: Roboto !important; | |
font-style: normal !important; | |
font-weight: 700 !important; | |
font-size: 18px !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--heading-font-family: "Avenir Next", sans-serif; | |
--heading-font-weight: 500; | |
--heading-font-style: normal; | |
--text-font-family: "Avenir Next", sans-serif; | |
--text-font-weight: 400; | |
--text-font-style: normal; | |
--base-text-font-size: 15px; | |
--default-text-font-size: 14px; | |
--background: #f1f1f1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
:root { | |
--heading-font-family: "Avenir Next", sans-serif; | |
--heading-font-weight: 500; | |
--heading-font-style: normal; | |
--text-font-family: "Avenir Next", sans-serif; | |
--text-font-weight: 400; |