Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 131 additions & 0 deletions .index-cheatsheet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
---
layout: default
---

Text can be **bold**, _italic_, or ~~strikethrough~~.



[Link to another page](./another-page.html).

There should be whitespace between paragraphs.

There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.

# Header 1

This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

## Header 2

> This is a blockquote following a header.
>
> When something is important enough, you do it even if the odds are not in your favor.

### Header 3

```js
// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l)
return true;
}
```

```ruby
# Ruby code with syntax highlighting
GitHubPages::Dependencies.gems.each do |gem, version|
s.add_dependency(gem, "= #{version}")
end
```

#### Header 4

* This is an unordered list following a header.
* This is an unordered list following a header.
* This is an unordered list following a header.

##### Header 5

1. This is an ordered list following a header.
2. This is an ordered list following a header.
3. This is an ordered list following a header.

###### Header 6

| head1 | head two | three |
|:-------------|:------------------|:------|
| ok | good swedish fish | nice |
| out of stock | good and plenty | nice |
| ok | good `oreos` | hmm |
| ok | good `zoute` drop | yumm |

### There's a horizontal rule below this.

* * *

### Here is an unordered list:

* Item foo
* Item bar
* Item baz
* Item zip

### And an ordered list:

1. Item one
1. Item two
1. Item three
1. Item four

### And a nested list:

- level 1 item
- level 2 item
- level 2 item
- level 3 item
- level 3 item
- level 1 item
- level 2 item
- level 2 item
- level 2 item
- level 1 item
- level 2 item
- level 2 item
- level 1 item

### Small image

![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png)

### Large image

![Branching](https://guides.github.com/activities/hello-world/branching.png)


### Definition lists can be used with HTML syntax.

<dl>
<dt>Name</dt>
<dd>Godzilla</dd>
<dt>Born</dt>
<dd>1952</dd>
<dt>Birthplace</dt>
<dd>Japan</dd>
<dt>Color</dt>
<dd>Green</dd>
</dl>

## Welcome to another page

_yay_

[back](./)

```
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
```

```
The final element.
```
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
source "https://rubygems.org"

gemspec

gem "webrick", "~> 1.7"
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Tactile theme
description: Tactile is a theme for GitHub Pages.
show_downloads: true
title: Miguel Vidal
description:
show_downloads: false
google_analytics:
theme: jekyll-theme-tactile
55 changes: 55 additions & 0 deletions _layouts/miguel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/print.css' | relative_url }}" media="print">
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/custom-elements.css' | relative_url }}">
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/custom-fonts.css' | relative_url }}">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

{% seo %}
{% include head-custom.html %}
</head>

<body>
<div id="container">
<div class="inner">

<header>
<div class="separator gradient-bg"></div>
<h1>{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<!-- <h2>{{ page.description | default: site.description | default: site.github.project_tagline }}</h2> -->
</header>
<!-- <section id="downloads" class="clearfix">
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" id="download-zip" class="button"><span>Download .zip</span></a>
<a href="{{ site.github.tar_url }}" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
{% endif %}
{% if site.github.public %}
{% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" id="view-on-github" class="button"><span>View on GitHub</span></a>
{% else %}
<a href="{{ site.github.owner_url }}" id="view-on-github" class="button"><span>View on GitHub</span></a>
{% endif %}
{% endif %}
</section> -->
<section id="main_content">
{{ content }}
</section>

<footer>
{% if site.github.is_project_page %}
{{ site.title | default: site.github.repository_name }} is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a><br>
{% endif %}
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.
</footer>

</div>
</div>
</body>
</html>
9 changes: 0 additions & 9 deletions another-page.md

This file was deleted.

47 changes: 47 additions & 0 deletions assets/css/custom-elements.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
/* colors */
.vue-color {
color: #3fb984;
}
.wp-color {
color: #21759b;
}
.shopify-color {
color: #3a8b32;
}

.separator {
height: .3em;
}

/* gradient */

.gradient-bg {
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
-webkit-animation: gradient 15s ease infinite;
animation: gradient 15s ease infinite;
}

@-webkit-keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
8 changes: 8 additions & 0 deletions assets/css/custom-fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@font-face {
font-family: "Aileron Black";
src: url("../fonts/Aileron-Black.otf");
}

header h1 {
font-family: 'Aileron Black', 'Chivo', 'Helvetica Neue', Helvetica, Arial, serif;
}
Binary file added assets/fonts/Aileron-Black.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-BlackItalic.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-Bold.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-BoldItalic.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-Heavy.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-HeavyItalic.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-Italic.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-Light.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-LightItalic.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-Regular.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-SemiBold.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-SemiBoldItalic.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-Thin.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-ThinItalic.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-UltraLight.otf
Binary file not shown.
Binary file added assets/fonts/Aileron-UltraLightItalic.otf
Binary file not shown.
Binary file added favicon.ico
Binary file not shown.
Loading