Skip to content

Instantly share code, notes, and snippets.

View rhmnaulia's full-sized avatar

Aulia Rahman rhmnaulia

View GitHub Profile
@rhmnaulia
rhmnaulia / index.html
Last active May 2, 2024 11:22
HTML File for Revou Mentoring Simulation 02 | Section Jayapura
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact Form</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- FORM HEADER -->
@rhmnaulia
rhmnaulia / settings.json
Created February 12, 2024 01:32
VSCODE Settings
{
// Workbench Layout
"workbench.layoutControl.type": "menu",
// Editor Limit and Size
"workbench.editor.limit.enabled": true,
"workbench.editor.limit.value": 8,
"editor.fontSize": 12,
"editor.scrollbar.verticalScrollbarSize": 10,
"editor.scrollbar.horizontalScrollbarSize": 10,