Skip to content

Instantly share code, notes, and snippets.

View NimaFakoor's full-sized avatar

NimaFakoor

View GitHub Profile
@NimaFakoor
NimaFakoor / feed-the-frog-dom-game.markdown
Last active October 16, 2019 08:51
Feed the Frog - DOM Game

Feed the Frog - DOM Game

A simple 'Wack a Mole' type game built using the DOM with css animations and javascript for events.

No images are used, everything is built with CSS with simple animations on click.

Best played on a mobile device.

Need to clean up the css and js. Was spending too long tweaking things and decided to just publish it and change it afterwards.

@NimaFakoor
NimaFakoor / html-languages.txt
Created September 3, 2019 14:15 — forked from JamieMason/html-languages.txt
HTML lang attribute / ISO language code reference / Culture names
CULTURE SPEC.CULTURE ENGLISH NAME
--------------------------------------------------------------
Invariant Language (Invariant Country)
af af-ZA Afrikaans
af-ZA af-ZA Afrikaans (South Africa)
ar ar-SA Arabic
ar-AE ar-AE Arabic (U.A.E.)
ar-BH ar-BH Arabic (Bahrain)
ar-DZ ar-DZ Arabic (Algeria)
ar-EG ar-EG Arabic (Egypt)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tiket</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col delapan head-left">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="main1.css">
<script src="checkout2.js"></script>
<title>Document</title>