Skip to content

Instantly share code, notes, and snippets.

View fabiomen10's full-sized avatar
🎯
Focusing

Fábio Mendes fabiomen10

🎯
Focusing
View GitHub Profile
@fabiomen10
fabiomen10 / docker-compose.yml
Created June 18, 2021 16:16 — forked from soapdog/docker-compose.yml
Sample docker compose file for developing Sailor framework based web apps
version: '2'
services:
web:
depends_on:
- db
build: academy-server/.
image: amoralabs/academy
ports:
- "8080:80"
- "8443:443"
@fabiomen10
fabiomen10 / index.html
Created February 22, 2021 11:17
Student
<div class="student">
<svg id="student" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 385">
<circle class="circle" style="display:none;" id="BG" opacity="0.2" cx="200.011" cy="208" r="157.657"/>
<circle class="circle" style="display:none;" id="dashed" opacity="0.15" fill="none" stroke="#FFFFFF" stroke-width="1.9028" stroke-miterlimit="10" stroke-dasharray="6.5548" cx="200.333" cy="208" r="176.666"/>
<g id="stud_whole" style="display:none;">
<g id="stud_body">
<path fill="#FFFFFF" d="M300,323v-9.401C300,268.536,255.131,232,200.241,232h-1.482
C143.869,232,99,268.536,99,313.599V323H300z"/>
<path fill="#C99877" d="M251.2,240.3l-46.504,46.501c-2.868,2.869-7.521,2.869-10.391,0
L147.803,240.3C115.768,254.945,94,282.958,94,315.111V326h211v-10.889C305,282.958,283.232,254.945,251.2,240.3z"/>
@fabiomen10
fabiomen10 / exercise1.html
Created March 31, 2020 02:29
Listing 1-1 A Basic HTML Template
<!doctype html>
<html>
<head>
<title>This is an HTML canvas</title>
</head>
<body>
<h1>This is an HTML canvas</h1>
<canvas id="asteroids" width="400" height="400"></canvas>
</body>
</html>
@fabiomen10
fabiomen10 / links.md
Created March 29, 2020 12:06 — forked from akitaonrails/links.md
Links de referência pro Episódio 66 do Canal Akitando