I am

Hasin

Please introduce yourself in a language other than English

Here is

my week at a glance...

33% Learning

25% Being a Startup Founder

17% Consulting

17% Trading

8% Instagramming

I believe that one of the key aspect of learning is understanding systems of communication.

Pop Quiz Time

rgb(50, 142, 111)

The RGB color model is an additive color model in which red, green and blue light are added together in various ways to reproduce a broad array of colors. The name of the model comes from the initials of the three additive primary colors, red, green, and blue.

rgb(50, 142, 111)

Trading Chart

ƒ/2.8, 1/320, ISO 160

The exposure triangle is a common way of associating the three variables that determine the exposure of a photograph: aperture, shutter speed, and ISO

Guitar Tabs

Tablature is common for fretted stringed instruments. Tablature was common during the Renaissance and Baroque eras, and is commonly used today in notating many forms of music.

<div id="container">

  <div id="smiley-face">
    <div id="eye-one"></div>
    <div id="eye-two"></div>
    <div id="mouth"></div>
  </div>
  
  <div>
     <h1>Thank you!</h1>
  </div>

</div>
#container {
  display: flex; 
  justify-content: center; 
  align-item: middle;
}

#smiley-face {
  background: black;
  height: 600px; 
  width: 600px; 
  border-radius: 600px; 
}

#eye-one {
  height: 50px;
  width: 50px; 
  background: blue; 
  position: relative; 
  top: 200px;
  left: 100px; 
  border-radius: 100px;
}

#eye-two {
  height: 50px;
  width: 50px; 
  background: blue; 
  position: relative; 
  top: 150px;
  left: 430px; 
  border-radius: 100px; 
}

#mouth {
  height: 150px; 
  width: 300px; 
  position: relative; 
  top: 300px;
  left: 140px; 
  background: white; 
  border-top-left-radius: 0px; 
  border-top-right-radius: 0px; 
  border-bottom-right-radius: 400px; 
  border-bottom-left-radius: 400px; 
}

HTML

CSS

Thank You!

Hasin I. Ahmed linkedin

@iaminbrooklyn Instagram

hello@hasinahmed.org email

feedback.hasinahmed.org​ 

Made with Slides.com