Skip to content

Commit

Permalink
refactor(*): remove some trash and references of domain
Browse files Browse the repository at this point in the history
  • Loading branch information
fernahh committed Sep 29, 2017
1 parent e929f6c commit 399cb39
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
11 changes: 0 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

# Ignore bundler config
/.bundle

# Ignore build folder
/build

# Ignore cache
/.sass-cache
/.cache
1 change: 0 additions & 1 deletion source/CNAME

This file was deleted.

6 changes: 3 additions & 3 deletions source/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>
<span class="home-brandIcon"></span>
<span class="home-brandA">Front-end</span><br>
<span class="home-brandB">Path.com</span>
<span class="home-brandB">Path</span>
</h1>
<h2>Um caminho correto para o desenvolvimento front-end.</h2>
</header>
Expand Down Expand Up @@ -56,10 +56,10 @@
<p>Criado por <%= link_to "@fernahh", "http://blog.fernahh.com.br",
target: "_blank", title: "Link para o site do autor, Luiz Fernando Rodrigues." %>.</p>

<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.frontendpath.com" data-text="Front-end Path | Um caminho correto para o desenvolvimento front-end." data-hashtags="frontendpath">Tweet</a>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.fernahh.com.br/frontendpath" data-text="Front-end Path | Um caminho correto para o desenvolvimento front-end." data-hashtags="frontendpath">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>

<div class="fb-like" style="overflow: hidden; position: relative; top: auto; bottom: 0px; left: 0px; margin: 0 10px;" data-href="http://www.frontendpath.com" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></div>
<div class="fb-like" style="overflow: hidden; position: relative; top: auto; bottom: 0px; left: 0px; margin: 0 10px;" data-href="http://www.fernahh.com.br/frontendpath" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></div>

<iframe src="https://ghbtns.com/github-btn.html?user=fernahh&repo=frontendpath&type=fork&count=true" frameborder="0" scrolling="0" width="80px" height="20px"></iframe>

Expand Down
8 changes: 4 additions & 4 deletions source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
<meta name="keywords" content="front-end, css, semântica, html, acessibilidade, javascript" />

<meta itemprop="name" content="Front-end Path | <%= current_page.data.description.present? ? current_page.data.title : 'Um caminho correto para o desenvolvimento front-end' %>" />
<meta itemprop="url" content="http://www.frontendpath.com<%= current_page.url %>" />
<meta itemprop="url" content="http://www.fernahh.com.br/frontendpath<%= current_page.url %>" />
<meta itemprop="description" content="Um caminho correto para o desenvolvimento front-end" />

<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.frontendpath.com<%= current_page.url %>" />
<meta property="og:url" content="http://www.fernahh.com.br/frontendpath<%= current_page.url %>" />
<meta property="og:title" content="Front-end Path | <%= current_page.data.description.present? ? current_page.data.title : "Um caminho correto para o desenvolvimento front-end" %>" />
<meta property="og:site_name" content="Front-end Path" />
<meta property="og:description" content="<%= current_page.data.description.present? ? current_page.data.description : "Um caminho correto para o desenvolvimento front-end" %>" />
<meta property="og:image" content="http://www.frontendpath.com/assets/images/brand.png" />
<meta property="og:image" content="http://www.fernahh.com.br/frontendpath/assets/images/brand.png" />

<link href='http://fonts.googleapis.com/css?family=Bree+Serif|Merriweather:400,700,400italic|Share:400,700|Paytone+One' rel='stylesheet' type='text/css'>

<%= stylesheet_link_tag "application" %>

<link rel="shortcut icon" type="image/x-icon" href="http://www.frontendpath.com/assets/images/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="http://www.fernahh.com.br/frontendpath/assets/images/favicon.ico" />
</head>

<body class="<%= page_classes %>">
Expand Down

0 comments on commit 399cb39

Please sign in to comment.