Coder Social home page Coder Social logo

borntofrappe / borntofrappe Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 1.0 8.35 MB

My personal website! Built with SvelteKit, deployed through Netlify. Hopefully soon.

JavaScript 33.96% HTML 0.11% Svelte 64.19% CSS 1.73%
netlify personal-website svelte sveltekit

borntofrappe's Introduction

Hi there

Name's Gabriele Corti. I write delightful code, and I might be good at it.

borntofrappe's People

Contributors

borntofrappe avatar gabriele-corti avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

noxasch

borntofrappe's Issues

evaluate color palette

The dark theme recently introduced by github is a source of inspiration. Consider for instance the labels with a colorful border and a semi-transparent fill, as in the screen capture which follows.

Github Dark Theme

create icons.js at build time

currently, the icons are included with the object like syntax created with a node script in the Utils folder. It is better to have the icons in the src folder, and have a script populate icons.js before running 11ty

smil components

Considering the lessons introducing Wario Ware D.I.Y. design three interactions/games with SVG+SMIL:

chrome doesn't respect the end attribute

The SMIL demo isolated in FightTheEnemy doesn't work on Chrome, at least. Even if you defeat the enemy the animation continues with the attack from the opposing side.

It seems webkit browsers have an issue with the end attribute on the delayed set element โ€” starts at 122

<set
id="fightTheEnemyHpDrop{i - 1}"
begin="fightTheEnemyShow{hpEnemy - 1}.begin + {hpDropDelay}s"
end="fightTheEnemyHpHit0.begin" />

find the butterflies

From Wario Ware D.I.Y.'s tutorial games you are tasked to tap numerous objects โ€” butterflies.

In terms of SMIL the interaction is similar to #17 and #18 but you need to declare a victory when all targets are tapped. The objects should also stand still and move only when clicked.

design smil.svg

follow the example of the icons in the /static folder to create a custom icon for the /smil route

keep client-side hydration disabled in /smil route

SvelteKit updated how to disable client side hydration. The version of the kit used to develop the /smil route relies on the older, deprecated version.

export const hydrate = false;

Once you update the kit update the line as well.

export const csr = false;

[docs] fix typos

found a typo on line 160 of src/lib/components/rainbow-sixteen/Puzzle.svelte

-Play a new round of rainbox sixteen
+Play a new round of rainbow sixteen

Instead of fixing the issue immediately I take the opportunity to list errors as I review the codebase in the next couple of days

Looking for contact!

Hi! I wanted to discuss a project with you based on your plinko work on codepen but couldn't find any contact info on your personal site. Can you please give me an email that I can contact you at, thanks!

[feature] syntax highlighting

This is something I wanted from the very beginning. Since the website is set to include articles discussing web development/code in general, it is highly request to highlight code feces according to the chosen language

review current state

The project is rather dormant, as I found myself devoted to other repositories (code, game-development). That being said, I consider it one of the milestones for the github profile, and one of the most important project for the foreseeable future.

redesign intro.svg

Consider an update to the .svg file included in the README.md as an introduction. The style currently clashes with outro.svg, pixelated in style and animated with sprites.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.