GithubHelp home page GithubHelp logo

clutterize's Introduction

Purple banner image, author surrounded by tech logos

bash css3 docker figma gatsby html5 ifttt javascript jekyll linux photoshop react

whoami

👋 Hello world, I’m Alex!

I’m a self taught developer from Canada. I’ve always been a bit of a nerd & love to spend all my time in front of my computer. In the spring of 2022 I decided to venture into the world of programming, and now it’s kind of an obsession. 🤪

💌 You can email me at [email protected] or preferably just send me a DM.

alekzandriia alekzandriia alekzandriia alekzandriia alekzandriia

const person = {
	firstName: “Alexandria”,
	lastName: “O’Reilly”,
	nickname: “Alex”,
	location: “Canada”,
	humanLang: [“English (native)”, “Spanish (in progress)”, “French (barely)”],
	computerLang: [“HTML”, “CSS”, “JavaScript”],
	tech: [“React”, “Tailwind”, “Bootstrap”, “MongoDB”],
	interests: [“coding”, “photography”, “drawing”, “hiking”, “camping”]
}

👇 check out my calling card 👇

npx alekzandriia

fun-facts

Click here for some random info about me!
  • I have the sweetest little angel kitty, named Clutter. 😸
  • I spent 2 summers selling pest control door-to-door in Texas. 🇺🇸
  • I am 50% Ecadorian 🇪🇨 but my spanish is muy terrible. 🥲
  • I have 3 years of experience as a lab technician. 🧪
  • I've travelled to 8 countries (and counting). 🌎
  • I'm a big Harry Potter fan-- and a ravenclaw. ⚡️

collectables

@alekz's Holopin board

music

Data Card for Spotify

clutterize's People

Contributors

alekzandriia avatar

Watchers

 avatar

clutterize's Issues

Style hyperlink text and states (hover, active, visited)

Links should only be used to navigate to another URL. For other interactivity, use a button element.

Open links in a new window with target="_blank" -> If you do this, you need to indicate it to the user beforehand.

Accessibility notes:

  • The content inside a link should indicate where the link goes, even out of context. Do not use the words "click here" or something similar.

  • Skip links need to be placed as early as possible in the body so that users can skip repetitive header/ navigation content. Use CSS to hide a skip link offscreen until focused.

  • Make sure to leave enough space around links (and buttons) for mobile users who navigate with their fingers (media query -> coarse vs fine)

Define colour scheme with custom CSS properties/variables

  • Decide on base colours (red, blue, orange, etc.)

  • Assign colours to specific elements ( p, h1, etc.)

Example:

:root {
  /* definition */
  --red: red;
  --orange: orange;
  --yellow: yellow;
  --green: green;
  --blue: blue;
  --purple: purple;
  --pink: pink;

  /* intention */
  --para: var(--pink);
}

Implement themes by defining alternate custom property values in a class -> then use JS to change the class

Style buttons

Primary, secondary buttons with active and hover states

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.