Skip to content

Instantly share code, notes, and snippets.

View DevRelMalima's full-sized avatar
🏠
Working from home

Samaila DevRelMalima

🏠
Working from home
View GitHub Profile
@DevRelMalima
DevRelMalima / build-a-tribute-page.markdown
Last active February 3, 2022 09:56
Build a Tribute Page
@DevRelMalima
DevRelMalima / build-a-survey-form.markdown
Last active February 3, 2022 10:17
Build a Survey Form
@DevRelMalima
DevRelMalima / index.html
Created February 3, 2022 10:47
Product Landing Page
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous"
/>
<div id="page-wrapper">
<header id="header">
<div class="logo">
<img
Lab Name: Create and Manage Cloud Resources: Challenge Lab (GSP313)
Task 1: Create a project jumphost instance
Run command:
gcloud compute instances create nucleus-jumphost \
--network nucleus-vpc \
--zone us-east1-b \
--machine-type f1-micro \