Skip to content

Commit

Permalink
remove real content
Browse files Browse the repository at this point in the history
  • Loading branch information
nandomoreirame committed Feb 14, 2019
1 parent 9e6eb38 commit 70dbee7
Show file tree
Hide file tree
Showing 70 changed files with 140 additions and 1,174 deletions.
13 changes: 11 additions & 2 deletions components/Home/Hero.vue
@@ -1,9 +1,9 @@
<template>
<page-header :isHero="true" :image="`/images/uploads/hero-cover.jpg`">
<page-header :isHero="true" :image="`https://images.unsplash.com/photo-1446160657592-4782fb76fb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1200&h=900&fit=crop&ixid=eyJhcHBfaWQiOjF9`">
<div slot="inner" class="container" itemscope itemtype="http://schema.org/Person">
<h1>Oi, eu sou o <span><nuxt-link title="Meu nome é Fernando Moreira Costa (muito prazer)" to="/about" itemprop="name">Fernando</nuxt-link></span>!</h1>
<h2 role="presentation">
Sou <strong itemprop="jobTitle">desenvolvedor front-end</strong> na <strong><a href="https://onedev.studio" target="_blank">Onedev.studio</a></strong> em <strong>Curitiba/PR</strong>.
Sou <strong itemprop="jobTitle">desenvolvedor front-end</strong> na localizado em <strong>Curitiba/PR</strong>.
<small>Se você está em busca de um programador freelancer front-end, WordPress, PHP ou JavaScript entre em contato: <a href="mailto:nandomoreira.me@gmail.com">nandomoreira.me[arroba]gmail.com</a> ou através das redes sociais abaixo.</small>
</h2>
<div class="pageHeader__social-icons">
Expand Down Expand Up @@ -33,6 +33,15 @@
margin 0
background-repeat no-repeat
background-size cover
&:before
content ''
display block
position absolute
top 0
right 0
bottom 0
left 0
background-color rgba(#fff, .5)
.pageHeader__inner
padding-top 3.75rem
background none transparent
Expand Down
2 changes: 1 addition & 1 deletion components/Home/HomeSkills.vue
Expand Up @@ -2,7 +2,7 @@
<section class="HomeSkills HomeSection">
<div class="HomeSection__inner">
<header class="HomeSection__header">
<h2>Minhas habilidades</h2>
<h2>My Skills</h2>
</header>
<div class="container">
<skills/>
Expand Down
60 changes: 30 additions & 30 deletions components/Home/LastShots.vue
Expand Up @@ -36,39 +36,39 @@
</template>

<script>
import { mapState } from 'vuex'
import { mapState } from 'vuex'
export default {
name: 'LastShots',
mounted () {
if (!this.$store.state.shots.length) {
this.$store.commit('SET_DRIBBLE_READY', false)
const token = '8661a00cbdef6d7bcb5b4d5dd9cb9afa12551ed044ad0c3340da70e46057cf4e'
const url = `https://api.dribbble.com/v1/users/umdevux/shots/?access_token=${token}`
this.$axios.get(url)
.then(response => {
const { data } = response
const shots = data.filter((e, i, arr) => (i <= 6))
this.$store.commit('SET_SHOTS', shots)
})
.catch(e => console.error(e))
}
setTimeout(() => {
this.$store.commit('SET_DRIBBLE_READY', true)
}, 1500)
},
computed: {
...mapState({
shots: state => state.shots,
dribbleReady: state => state.dribbleReady
})
},
components: {
Spinner: () => import('~/components/Spinner'),
Dribbble: () => import('~/components/Dribbble'),
LinkButton: () => import('~/components/LinkButton')
export default {
name: 'LastShots',
mounted () {
if (!this.$store.state.shots.length) {
this.$store.commit('SET_DRIBBLE_READY', false)
const token = '32c9c0d804aa06782b617df84c566bd1b60a842505ff7a0885f378daee85f245'
const url = `https://api.dribbble.com/v2/user/shots?access_token=${token}`
this.$axios.get(url)
.then(response => {
const { data } = response
const shots = data.filter((e, i, arr) => (i <= 6))
this.$store.commit('SET_SHOTS', shots)
})
.catch(e => console.error(e))
}
setTimeout(() => {
this.$store.commit('SET_DRIBBLE_READY', true)
}, 1500)
},
computed: {
...mapState({
shots: state => state.shots,
dribbleReady: state => state.dribbleReady
})
},
components: {
Spinner: () => import('~/components/Spinner'),
Dribbble: () => import('~/components/Dribbble'),
LinkButton: () => import('~/components/LinkButton')
}
}
</script>

<style lang="stylus">
Expand Down
16 changes: 0 additions & 16 deletions components/Navbar.vue
Expand Up @@ -46,29 +46,13 @@
link: '/about',
title: 'Sobre'
},
{
link: '/about/apps',
title: 'Apps'
},
{
link: '/about/now',
title: 'Now'
},
{
link: '/blog',
title: 'Blog'
},
{
link: '/projects',
title: 'Projetos'
},
{
link: '/projects/open-source',
title: 'Open Source'
},
{
link: '/projects/experiments',
title: 'Experimentos'
}
]
}
Expand Down
19 changes: 0 additions & 19 deletions content/2018-03-15-retinapro.com.br.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/lab/pen-GoYoJM.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/lab/pen-LGMyLL.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/lab/pen-NABoyW.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/lab/pen-QyVyqe.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/lab/pen-WGpjaY.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/lab/pen-WxpmrX.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/lab/pen-gPmQRz.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/lab/pen-grwxKQ.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/lab/pen-obapro.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/lab/pen-wzJKyV.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/lab/pen-yJJVdy.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/lab/pen-zrRRwx.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/open-source/2015-11-08-NandomoreiraJekyllTheme.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/open-source/2015-12-01-DotxJekyllTheme.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/open-source/2015-12-06-SimplestJekyllTheme.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/open-source/2016-04-12-GuruPr.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/open-source/2016-05-01-MiddlemanBlog.md

This file was deleted.

17 changes: 0 additions & 17 deletions content/open-source/2017-01-29-LoremGemidaoDoZapIpsum.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/open-source/2017-04-09-PhpprOrg.md

This file was deleted.

18 changes: 0 additions & 18 deletions content/open-source/2017-07-02-ChucknorrisJokes.md

This file was deleted.

8 changes: 4 additions & 4 deletions content/pages/about/howiam.md
@@ -1,14 +1,14 @@

<div class="aboutme__content">

## Quem sou eu?
## How I am?

Meu nome é **Fernando Moreira Costa** (muito prazer). Tenho 29 anos, nasci e cresci em uma cidadezinha do interior de **Rondônia** chamada **Ariquemes**, sai de lá com 18 anos para me aventurar em **Curitiba/PR** onde moro atualmente.
Quae atque consequatur commodi a iusto accusantium. Fuga iste sequi ut error vel tempore laudantium. Architecto omnis non numquam earum veniam. Quia dolorum tenetur optio exercitationem asperiores minima perferendis tenetur. Corrupti sint eum. Saepe perferendis earum at et possimus eius ex.

Sou casado, tenho dois cachorros, um vira-lata chamado **Soneca** e um beagle chamado **Bolo**, por enquanto não tenho filhos.
Consequatur voluptas ut enim mollitia molestiae eum nisi voluptate. Inventore voluptatem enim consequuntur beatae labore.

</div>

<div class="aboutme__thumb">
<img src="/images/about/avatar.jpg" srcset="/images/about/avatar@2x.jpg 2x" alt="Foto de Fernando Moreira" width="400" height="450">
<img src="https://source.unsplash.com/1200x900?man" alt="" width="400" height="450">
</div>
6 changes: 3 additions & 3 deletions content/pages/about/im-doing-now.md
@@ -1,10 +1,10 @@

<div class="aboutme__content">

## O que estou fazendo agora?
## I'm doing now

Uma página tirada da idéia de **Derek Sivers** em _Nownownow_, onde blogueiros e proprietários de sites do mundo compartilham o que eles estão fazendo.
Architecto officia perspiciatis voluptatem dolore in reprehenderit laborum est rerum. Dolorem voluptas corrupti atque. Ut asperiores beatae perspiciatis et dignissimos.

Então, aqui é meu _Now_: **[O que estou fazendo agora](/about/now)**
Ab necessitatibus labore mollitia ut officiis eos et dolore omnis. Quia consectetur in id sunt repellat. Vel placeat in occaecati.

</div>
10 changes: 4 additions & 6 deletions content/pages/about/professional-history.md
@@ -1,14 +1,12 @@

<div class="aboutme__content">

## Histórico profissional
## Professional history

Eu comecei a _"brincar"_ com códigos em meados de 2009 e trabalhar profissionalmente em uma agência de criação e desenvolvimento web no ano de 2011.
Natus iusto tempora libero corrupti voluptas animi laborum. Id assumenda minima et. Eos qui aut eos aut. Nostrum quia autem blanditiis nemo ut perferendis. Sint esse nulla neque impedit eum quod aut. Eum aliquid rerum autem ullam non.

Em 2010 comecei o curso de web design na Microcamp **Curitiba** e finalizei em 2012, nesta mesma época conclui o curso técnico em informática com ênfase em programação no [Colégio Estadual do Paraná (CEP)](http://www.cep.pr.gov.br/pagina-59.html).
Fugit eum ad mollitia sunt. Temporibus occaecati distinctio nam provident beatae aperiam ex harum. Provident commodi laudantium voluptatibus animi soluta facere quae cupiditate error. Repellendus provident sapiente sunt ut et facere ipsam quis sit. Doloremque qui enim ut maiores et consequatur nihil iste.

Desde então venho trabalhando com desenvolvimento web, _design_, _Front-end_ e _UX Design_.

Já passei por algumas tantas empresas, dentre elas <strike>[MalaPronta](http://www.malapronta.com.br/)</strike>, **[Pipefy](https://www.pipefy.com/)** e **[LojasKD](https://www.lojaskd.com.br/)** se destacam por ter trabalhado em um único produto, onde acumulei skylls de **_Front-end_** e **_UX Design_**.
Et voluptatem ipsa rerum ipsam expedita qui eum. Facere libero beatae enim eius dolor voluptatem. Numquam ipsa qui explicabo deserunt tempora in voluptas in numquam. Sed laudantium perferendis.

</div>

0 comments on commit 70dbee7

Please sign in to comment.