Skip to content

Commit

Permalink
SEO + new screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriel Café committed Dec 26, 2015
1 parent c1370dc commit 225c332
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions parse/cloud/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Parse.Cloud.define("hello", function(request, response) {
response.success("Hello world!");
});
8 changes: 7 additions & 1 deletion parse/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
<head>
<title>Adriel.Café</title>
<meta charset="UTF-8">
<meta name="google-site-verification" content="kPUJwk_0A_miTRRvlAw_EnT504wkkTCsXg4tcHUw2t4" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Adriel Café">
<meta name="description" content="Personal site of Adriel Café" />
<meta property="og:title" content="adriel.cafe">
<meta property="og:image" content="https://raw.githubusercontent.com/adrielcafe/adriel.cafe/master/screenshot.png">
<meta property="og:description" content="Personal site of Adriel Café">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href='https://fonts.googleapis.com/css?family=Oxygen:400,700'>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
Expand All @@ -23,7 +29,7 @@ <h1 id="name">
</p>

<div class="hi-icon-wrap hi-icon-effect-1 hi-icon-effect-1a">
<a href="mailto:ac@adrielcafe.com" target="_blank">
<a href="mailto:me@adriel.cafe" target="_blank">
<div class="hi-icon socicon-mail"></div>
</a>
<a href="https://github.com/adrielcafe" target="_blank">
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 225c332

Please sign in to comment.