Skip to content

Instantly share code, notes, and snippets.

Avatar

Alberto Guillermo de la Cruz agdelax

View GitHub Profile
@agdelax
agdelax / readme.md
Created October 16, 2018 04:52
Alberto de la Cruz: Bloc Designer Mentor
View readme.md
  1. Hi Student,

    I’m liking the variations that you’re going for in these sketches. Likewise, the logo/brand name brainstorm yielded some really great thoughts on your part on how to interpret the brand’s name. However, this method of developing sketches can actually be detrimental to the process. When designing logos, it’s good to draw them on a white background and keep the orientation consistent. Doing so will help you compare sketches to one another, present and gain feedback easily and keep yourself organized. I’d say your next step should be to start recreating these on white paper in a consistent orientation.

  2. Hi Student,

Typically, surveys that take less than 5 minutes tend to be most successful. One way to determine this would be to ask a couple friends or family members to fill out this survey while you quietly observe them, keeping note of their completion time and any potential choke points in the survey flow. I would also keep a defined demographic for your survey group, this can increas

@agdelax
agdelax / .DS_Store
Last active March 19, 2016 18:36
Circular Rotating Nav Bar
@agdelax
agdelax / index.html
Created March 9, 2016 13:54
Letter Storm
View index.html
<!DOCTYPE html>
<html>
<head>
<title>Letter Storm</title>
<style type="text/css">
div{
display: inline-block;
height: 13px;
padding: 3px 0 3px 0;
width: 95px;
@agdelax
agdelax / index.html
Created March 9, 2016 01:15
Arithmatic Gameplay Interactions
View index.html
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-alpha1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<title>Arithmatic</title>
<style type="text/css">
body {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
@agdelax
agdelax / cat.png
Created August 21, 2015 22:16
Cat and Laser Pointer
@agdelax
agdelax / index.html
Created August 5, 2015 17:09
Rainbow Background Animation
View index.html
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
body {
background-color: red;
transition: background-color 7s;
}
</style>
</head>