Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mac Giovanni committed Feb 23, 2015
2 parents a138da0 + 7e4eb49 commit 11ae2f4
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 21 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ module.exports = function (grunt) {
'.htaccess',
'*.html',
'CNAME',
'fb-share.jpg',
'views/{,*/}*.html',
'images/{,*/}*.{webp}',
'fonts/{,*/}*.*'
Expand Down
Binary file added app/fb-share.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/sponsors/abound.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
30 changes: 14 additions & 16 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
<meta name="twitter:image:src" content="">

<!-- Social: Facebook / Open Graph -->
<meta property="fb:admins" content="">
<meta property="fb:app_id" content="">
<meta property="og:url" content="http://alagoasdevday.com.br">
<meta property="og:type" content="website">
<meta property="og:title" content="Alagoas Dev Day 2015">
<meta property="og:image" content=""/>
<meta property="og:image" content="http://alagoasdevday.com.br/fb-share.jpg"/>
<meta property="og:description" content="">
<meta property="og:site_name" content="Alagoas Dev Day 2015">
<meta property="article:author" content="https://www.facebook.com/devdayalagoas">
Expand Down Expand Up @@ -63,7 +61,7 @@
<li><a href="#schedule" du-smooth-scroll du-scrollspy offset="-30">Programação</a></li>
<li><a href="#lightningtalks" du-smooth-scroll du-scrollspy offset="250">Lightning-talks</a></li>
<li><a href="#location" du-smooth-scroll du-scrollspy offset="80">Local</a></li>
<li><a href="#sponsors" du-smooth-scroll du-scrollspy offset="30">Patrocínio</a></li>
<li><a href="#sponsors" du-smooth-scroll du-scrollspy offset="80">Patrocínio</a></li>
</ul>
</nav>

Expand Down Expand Up @@ -106,35 +104,35 @@ <h2 class="section-title">Um Evento para Quem?</h2>
<span class="persona">Front-end</span>
<img src="images/persona-frontend.png" alt="">
<p class="description">
Padronização, web components, ferramentas, JavaScript, angular e mais.
Angular.js, Web components, ferramentas, Javascript, SEO, UX e muito mais.
</p>
</li>
<li>
<span class="persona">Back-end</span>
<img src="images/persona-backend.png" alt="">
<p class="description">
Ruby, php, Java, banco de dados e mais.
Web services, Database, Ruby, PHP, TDD, Continuous integration e muito mais.
</p>
</li>
<li>
<span class="persona">Designers</span>
<img src="images/persona-designer.png" alt="">
<p class="description">
Usabilidade, experiência do usuário, ui kits e mais.
Usabilidade, experiência do usuário, ui kits e muito mais.
</p>
</li>
<li>
<span class="persona">Empresários</span>
<img src="images/persona-businessman.png" alt="">
<p class="description">
Padronização, web components, ferramentas e código, muito código.
Empreendedorismo em TI, desenvolvimento de software ágil, ferramentas para monitoramento e muito mais.
</p>
</li>
<li>
<span class="persona">Criativos</span>
<img src="images/persona-creative.png" alt="">
<p class="description">
Padronização, web components, ferramentas e código, muito código.
Startups, novas tecnologias, web components, tendências e muito mais.
</p>
</li>
</ul>
Expand Down Expand Up @@ -775,21 +773,21 @@ <h2 class="section-title">Quem faz acontecer</h2>
<div class="sponsor-category category-oferecimento">
<h2 class="title">Oferecimento</h2>
<a href="">
<img src="images/trash/sponsors/id5.jpg" alt="Logo Id5">
<img src="images/sponsors/id5.jpg" alt="Logo Id5">
</a>
</div>

<div class="sponsor-category">
<h2 class="title">Patrocínio Ouro</h2>
<a href="">
<img src="images/trash/sponsors/contato.png" alt="Logo contato">
<img src="images/sponsors/contato.png" alt="Logo contato">
</a>
</div>

<div class="sponsor-category">
<h2 class="title">Patrocínio Prata</h2>
<a href="">
<img src="images/trash/sponsors/locaweb.png" alt="Logo Locaweb">
<img src="images/sponsors/locaweb.png" alt="Logo Locaweb">
</a>
</div>
<!--
Expand All @@ -809,28 +807,28 @@ <h2 class="title">Patrocínio Bronze</h2>
<div class="partners">
<h2 class="title">Conteúdo</h2>
<a href="http://abound.com.br/" target="_blank">
<img src="images/trash/sponsors/abound.png" alt="Logo abound">
<img src="images/sponsors/abound.jpg" alt="Logo abound">
</a>
</div>

<div class="partners">
<h2 class="title">Inscrições</h2>
<a href="http://eventick.com.br/" target="_blank">
<img src="images/trash/sponsors/eventick.png" alt="Logo eventick">
<img src="images/sponsors/eventick.png" alt="Logo eventick">
</a>
</div>

<div class="partners">
<h2 class="title">Filme</h2>
<a href="http://tcheproducoes.com/" target="_blank">
<img src="images/trash/sponsors/tche.png" alt="Logo tche">
<img src="images/sponsors/tche.png" alt="Logo tche">
</a>
</div>

<div class="partners">
<h2 class="title">Social Media</h2>
<a href="http://kukaestrategia.com/" target="_blank">
<img src="images/trash/sponsors/kuka.png" alt="Logo kuka">
<img src="images/sponsors/kuka.png" alt="Logo kuka">
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/scripts/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ $(document).ready(function($){

var tlRocket = new TimelineMax({delay:1.5, repeat:50, onComplete:oviniFloat});

tlRocket.to($rocket1, 3, {top: -1000, left: 750, ease: Power3.easeInOut}, "+=1.0");
tlRocket.to($rocket2, 3, {top: -1000, left: 750, ease: Power3.easeInOut}, "+=1.0");
tlRocket.to($rocket1, 3, {top: -1000, left: 600, ease: Power3.easeInOut}, "+=1.0");
tlRocket.to($rocket2, 3, {top: -1000, left: -950, ease: Power3.easeInOut}, "+=1.0");
tlRocket.to($rocket3, 3, {top: -1000, left: 750, ease: Power3.easeInOut}, "+=1.0");


Expand Down
8 changes: 5 additions & 3 deletions app/styles/sections/_ovini.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@
left: 0;
}
.rocket1 {
left: 80px;
top: 80px;
left: -540px;
top: -120px;
}
.rocket2 {
left: 180px;
top: -107px
top: -107px;
-webkit-transform: rotate(-113deg); /* Chrome, Safari, Opera */
transform: rotate(-113deg);
}
.rocket3 {
left: -40px;
Expand Down

0 comments on commit 11ae2f4

Please sign in to comment.