cracker/index.md

94 lines
1.7 KiB
Markdown
Raw Normal View History

2016-10-06 23:01:49 +00:00
---
layout: default
---
2018-11-07 23:26:29 +00:00
FIU Owns Me
# About Me:
2016-10-06 23:01:49 +00:00
2018-11-07 23:26:29 +00:00
I am an FIU Student who is making this for an extra credit opportunity. This is strictly for teaching/learning purposes. I hope to gain a whole letter grade for this.
2016-10-06 23:01:49 +00:00
2018-11-07 23:26:29 +00:00
##Inspirational Quote
2016-10-06 23:01:49 +00:00
2018-11-07 23:26:29 +00:00
> "A goal should scare you a little and excite you a lot."- Joe Vitale
2016-10-06 23:01:49 +00:00
2018-04-10 13:41:41 +00:00
### Header 3
2016-10-06 23:01:49 +00:00
```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
```
2018-11-09 02:32:17 +00:00
#### Things I like to do
2016-10-06 23:01:49 +00:00
2018-11-09 02:32:17 +00:00
* Watch Netlfix.
2018-11-09 02:34:29 +00:00
* Watch tech and programming stuff on youtube.
2018-11-09 02:32:17 +00:00
* Play video games
2016-10-06 23:01:49 +00:00
2018-11-09 02:32:17 +00:00
##### Fav Genres Of Music!
2016-10-06 23:01:49 +00:00
2018-11-09 02:32:17 +00:00
1. Rap
2. Hip-Hop
3. Pop
2016-10-06 23:01:49 +00:00
2018-11-09 02:32:17 +00:00
###### A chart!
2016-10-06 23:01:49 +00:00
| 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.
* * *
2018-11-09 02:32:17 +00:00
### Here Are My fav Fast Food Resturants
2016-10-06 23:01:49 +00:00
2018-11-09 02:32:17 +00:00
* Chcik-Fil-A
* Chipotle
* Wing Stop
* Wendys
2016-10-06 23:01:49 +00:00
2018-11-09 02:32:17 +00:00
### My Favorite Foods!
2016-10-06 23:01:49 +00:00
2018-11-09 02:32:17 +00:00
1. Pizza
1. Cheese
1. Bread
1. Chicken
2016-10-06 23:01:49 +00:00
### Small image
2018-04-09 23:50:39 +00:00
![Octocat](https://assets-cdn.github.com/images/icons/emoji/octocat.png)
2016-10-06 23:01:49 +00:00
2018-11-09 02:34:29 +00:00
### HTML syntax Info About Me.
2016-10-06 23:01:49 +00:00
<dl>
<dt>Name</dt>
2018-11-09 02:32:17 +00:00
<dd>Manny</dd>
2016-10-06 23:01:49 +00:00
<dt>Born</dt>
2018-11-09 02:32:17 +00:00
<dd>1997</dd>
2016-10-06 23:01:49 +00:00
<dt>Birthplace</dt>
2018-11-09 02:32:17 +00:00
<dd>Jersery</dd>
2016-10-06 23:01:49 +00:00
<dt>Color</dt>
2018-11-09 02:32:17 +00:00
<dd>blue</dd>
2016-10-06 23:01:49 +00:00
</dl>
```
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.
```