dicas de palestra

Post on 18-May-2015

1.238 Views

Category:

Design

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

Mini-Palestra apresentada no Tech Talk da Codeminer 42 com dicas sobre como fazer palestras.

TRANSCRIPT

Dicas de Apresentação

Fabio Akita

1 2 3 4

1 2 3 4

1 2 3 4

1 2 3 4

1 2 3 4

1 2 3 4

Gil Sans

HelveticaArial

Verdana

Lucida Grande

Myriad Pro

Proxima Nova

Terminal Dosis

• 16.3% Internet Explorer

• 33.7% Firefox

• 42.9% Chrome

• 3.9% Safari

• 2.1% Opera

Chrome Firefox IE Safari Opera

43%

34%

16%

4%2%

Chrome Firefox IE Safari Opera

43%Chrome

Ruby on Rails é um framework livre que promete aumentar velocidade e facilidade no

desenvolvimento de sites orientados a banco de dados. Existem casos de sites feitos em Rails que

suportaram 5 milhões de visitas em um mês, ou seja, aproximadamente 115 por minuto, uma performance considerada suficiente para 90% das aplicações atuais

5 milhões de visitas/mês

115 visitas/minuto

90%

“O único lugar onde o sucesso vem antes do

trabalho é no dicionário.”

Albert Einstein

Método Takahashi

http://presentationzen.blogs.com/presentationzen/2005/09/living_large_ta.html

LetrasGigantes!

Código

context "in the products page" do scenario "I want to see product" do visit product_path(product) page.should have_content(product.name) end

scenario "I want to have my shoe size already selected" do visit product_path(product) within("ol") do page.should have_xpath("//a[@class='selected']") end endend

<section class="landing-content" style="background: url('<%= @landing_page.page_image.try(:url) %>') no-repeat">

<%= link_to @landing_page.button_url, :class => "action", :title => @landing_page.button_alt do %>

<%= image_tag @landing_page.button_image.try(:url), :alt => @landing_page.button_alt, :style => button_position(@landing_page) %> <% end %>

</section>

<section class="landing-content" style="background: url('<%= @landing_page.page_image.try(:url) %>') no-repeat">

<%= link_to @landing_page.button_url, :class => "action", :title => @landing_page.button_alt do %>

<%= image_tag @landing_page.button_image.try(:url), :alt => @landing_page.button_alt, :style => button_position(@landing_page) %> <% end %>

</section>

<section class="landing-content" style="background: url('<%= @landing_page.page_image.try(:url) %>') no-repeat">

<%= link_to @landing_page.button_url, :class => "action", :title => @landing_page.button_alt do %>

<%= image_tag @landing_page.button_image.try(:url), :alt => @landing_page.button_alt, :style => button_position(@landing_page) %> <% end %>

</section>

<section class="landing-content" style="background: url('<%= @landing_page.page_image.try(:url) %>') no-repeat">

<%= link_to @landing_page.button_url, :class => "action", :title => @landing_page.button_alt do %>

<%= image_tag @landing_page.button_image.try(:url), :alt => @landing_page.button_alt, :style => button_position(@landing_page) %> <% end %>

</section>

<section class="landing-content" style="background: url('<%= @landing_page.page_image.try(:url) %>') no-repeat">

<%= link_to @landing_page.button_url, :class => "action", :title => @landing_page.button_alt do %>

<%= image_tag @landing_page.button_image.try(:url), :alt => @landing_page.button_alt, :style => button_position(@landing_page) %> <% end %>

</section>

1 2 3 4

1 2 3 4

Respire

Conheça

História

Design

Simples

Arte

Pratique

OBRIGADO

@akitaonrails

top related