Jekyll2022-03-22T10:52:25+00:00https://dkarakay.github.io/feed.xmlDeniz KarakayDeniz Karakay's Portfolio PageStop Pandemic! (WWDC’20 Winner)2020-05-18T22:10:00+00:002020-05-18T22:10:00+00:00https://dkarakay.github.io/stop-pandemic<h1 id="-stop-pandemic">🦠 Stop Pandemic!</h1>
<p>Stop Pandemic! has been developed for Swift Student Challenge 2020 by Deniz Karakay.</p>
<p><a href="http://www.youtube.com/watch?v=oOy-9lieXxk" title="Gameplay"><img src="http://img.youtube.com/vi/oOy-9lieXxk/0.jpg" alt="" /></a></p>
<h2 id="goal">Goal</h2>
<p>Your mission is to save humanity from the COVID-19 virus and stop the pandemic!</p>
<h2 id="how-to-play">How to Play?</h2>
<ul>
<li>It is easier than your imagination 😉</li>
<li>You just need to clear all the viruses around the humanity which is symbolized with the emojis 🙅♂️🙅♀️</li>
<li>Simple isn’t it? However, watch out for the extra objects! 😯</li>
<li>Some of them are going to help you to survive, but some are not! 🤯</li>
<li>After the infection, you need to answer a question about COVID-19 🤔</li>
<li>If you answer it correct, you get extra 50 points! 🥳</li>
</ul>
<h2 id="just-click-run-the-code-button">Just click “Run the code” button!</h2>
<p>To have a better performance, you should click
<img src="runoptions.png" alt="Run Options" width="20" />
button and disable “Enable results”!</p>
<h2 id="credits">Credits:</h2>
<h3 id="music-is-from-opengameart">Music is from OpenGameArt:</h3>
<ul>
<li>Without Fear (MUSIC BY OBLIDIVM http://oblidivmmusic.blogspot.com.es/)</li>
</ul>
<h3 id="sound-effects-are-from-freesound">Sound Effects are from FreeSound:</h3>
<ul>
<li>Success Jingle (JustInvoke)</li>
<li>Shot (mastafx)</li>
<li>Hurt (sharesynth)</li>
<li>Fail (OwlStorm)</li>
</ul>
<h3 id="background-image-is-from-opengameart">Background image is from OpenGameArt</h3>
<ul>
<li>Space (Westbeam)</li>
</ul>
<h3 id="questions-and-statements-are-from-who">Questions and statements are from WHO</h3>
<ul>
<li>(https://www.who.int/emergencies/diseases/novel-coronavirus-2019/advice-for-public/myth-busters)</li>
</ul>
<h2 id="have-fun-">Have fun! 🤩</h2>denizkarakay🦠 Stop Pandemic!Torch in Darkness2020-04-01T22:10:00+00:002020-04-01T22:10:00+00:00https://dkarakay.github.io/torch-in-darkness<h1 id="torch-in-darkness">Torch in Darkness</h1>
<p><a href="https://github.com/dkarakay/project-for-visually-impaired-people-gsc">GitHub link</a></p>
<p>For video:</p>
<p><a href="http://www.youtube.com/watch?feature=player_embedded&v=tk5gTQsqOwM " target="_blank"><img src="http://img.youtube.com/vi/tk5gTQsqOwM/0.jpg" alt="Torch in Darkness" width="240" height="180" border="10" /></a></p>
<p>Project For Visually Impaired People Google’s Solution Challenge</p>
<h2 id="summary">Summary</h2>
<p>Visually impaired people face many problems in their daily lives.
The most important of these problems is that they do not notice the objects on their routes while moving. An integrated system with a camera and sounder is designed to solve this problem.
This system can detect the surrounding objects with image processing technology and depth estimation algorithms, and generate alerts (sound) that can direct visually impaired individuals to the side where the object is absent.</p>
<h2 id="models-links">Models Links</h2>
<p><a href="https://drive.google.com/open?id=1Q28giepDWvGJzW1IDZaEVDbYSUW-z7Aw">Models</a></p>
<h2 id="installation">Installation</h2>
<p>1- Clone the repo.</p>
<p>2- Download models which are given above and add this folder to the same directory with main.py .</p>
<p>3- Download the dependencies.<br />
<code class="language-plaintext highlighter-rouge">pip install numpy opencv-python tensorflow pillow==6.1 imutils matplotlib pytorch=0.4.1 torchvision=0.2.1 tensorflow-object-detection-api</code></p>
<p>4- To run program write this command:<br />
<code class="language-plaintext highlighter-rouge">python main.py ip_adress_of_camera_source</code>
ip_adress_of_camera_source is the IP Webcam server’s ip adress that is written in the program and in this form: http://192.168.xxxxx:xxxx</p>
<p>5- Install <a href="https://play.google.com/store/apps/details?id=com.pas.webcam&hl=tr">IP Webcam</a> app from Google Play Store on your Android Device</p>
<p>6- Download .apk file from <a href="https://github.com/ozgurkara99/project-for-visually-impaired-people-gsc/blob/master/android_app/app/release/app-release.apk">here</a></p>
<p>7- Install the app on your Android device.</p>
<p>8- Connect your Android device to the same network with your computer.</p>
<p>9- Run IP Webcam and click start server at the end of the application page.</p>
<p>10- Run flask_web.py:
<code class="language-plaintext highlighter-rouge">python flask_web.py</code></p>
<p>11- Get local IP from your computer and try to reach same content from your Android device</p>
<p>12- If you are successful, you should copy the address from your Android web browser.</p>
<p>13- Run our app and click “Address” button.</p>
<p>14- Enter the copied address and click “OK”.
<code class="language-plaintext highlighter-rouge">eg. http://192.168.xxxxx:xxxx</code></p>
<p>15- Click “Start” button. You should see details about the camera preview at the end of the page and hear the stereo based sound output from your Android device.</p>
<p>16- To be able to hear stereo based sound output, you should use a headphone.</p>
<h2 id="references">References</h2>
<p><a href="https://github.com/nianticlabs/monodepth2">Monodepth-2</a> <br />
<a href="https://github.com/google/mannequinchallenge">Mannequin Challenge</a><br />
<a href="https://github.com/tensorflow/models/tree/master/research/object_detection">Tensorflow Object Detection API</a></p>
<p>Torch icon made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a></p>denizkarakayTorch in DarknessSoul of Frida (GGJ’20)2020-02-01T22:10:00+00:002020-02-01T22:10:00+00:00https://dkarakay.github.io/soul-of-frida<h1 id="soul-of-frida">Soul of Frida</h1>
<p>Soul of Frida is developed under 48 hours for Global Game Jam (GGJ) Atom 2020 event!</p>
<p><a href="https://globalgamejam.org/2020/games/soul-frida-4 " target="_blank">GGJ Link</a></p>
<h1 id="about">About</h1>
<p>Soul of Frida is a puzzle game that we restore the works of famous artist Frida Kahlo. To restore the tables in the game; we need to match the right parts, choose the right color and paint the damaged area.</p>
<h1 id="to-play-on-web">To Play on Web</h1>
<p><a href="https://dkarakay.itch.io/soul-of-frida " target="_blank">Click</a> and open our itch.io page</p>
<h1 id="for-macos">For MacOS</h1>
<p><a href="https://github.com/dkarakay/Soul-of-Frida/raw/master/Soul%20of%20Frida/Release/Mac.zip" target="_blank">Download</a> and extract this .zip file. Then run Soul of Frida.app file!</p>
<h1 id="screenshots">Screenshots:</h1>
<p><img src="https://raw.githubusercontent.com/dkarakay/Soul-of-Frida/master/Soul%20of%20Frida/Press/soul_of_frida_1-min.png" alt="test" />
<img src="https://raw.githubusercontent.com/dkarakay/Soul-of-Frida/master/Soul%20of%20Frida/Press/soul_of_frida_2-min.png" alt="test" />
<img src="https://raw.githubusercontent.com/dkarakay/Soul-of-Frida/master/Soul%20of%20Frida/Press/soul_of_frida_3-min.png" alt="test" />
<img src="https://raw.githubusercontent.com/dkarakay/Soul-of-Frida/master/Soul%20of%20Frida/Press/soul_of_frida_4-min.png" alt="test" />
<img src="https://raw.githubusercontent.com/dkarakay/Soul-of-Frida/master/Soul%20of%20Frida/Press/soul_of_frida_5-min.png" alt="test" /></p>
<h1 id="credits">Credits:</h1>
<p><strong>Deniz Karakay</strong> - Developer
<strong>Senem Aksakal</strong> - Game Designer</p>
<h1 id="video-link">Video Link:</h1>
<p><a href="https://youtu.be/21Cy7VOQTVw" title="Gameplay"><img src="https://img.youtube.com/vi/21Cy7VOQTVw/0.jpg" alt="" /></a></p>denizkarakaySoul of FridaArduino Led Strip2017-01-10T00:00:00+00:002017-01-10T00:00:00+00:00https://dkarakay.github.io/arduino-led-strip<!--
---
title: "Arduino: Led Strip"
layout: post
date: 2017-01-10 22:48
image: /assets/images/markdown.jpg
headerImage: false
tag:
- markdown
- components
- extra
category: blog
author: denizkarakay
description: Arduino
---
<br/>
<iframe src="https://ghbtns.com/github-btn.html?user=dkarakay&repo=Arduino_Led_Strip&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<br />
[For GitHub link](https://github.com/dkarakay/Arduino_Led_Strip/)
Hello. I have controlled a Led strip with Arduino Uno. You can make it very easily.
* Arduino Uno or any kind of Arduino
* RGB Led Strip (I use 1 m)
* 12V 1A Adapter
* ULN2003A or 3xBD679 NPN or 3xNPN (TIP 120)
* Breadboard with enough jumpers
First you have to buy all these stuff. RGB Led strip has 4 output cables(Red, Green, Blue and 12V Positive).
* With ULN2003A pin 1 is for Digital 9 pin, pin 2 is for Digital 10 pin, and pin 3 is for Digital 11 pin. You have to connect led pins to 16,15,14(R,G,B). Pin 10 is for the Ground.
* With BD679 number 1 is for Arduino with 10K resistor, number 2 is for Led and number 3 goes to ground.
I have made this from ULN2003A and BDN679. This is the code that I used.
[For sketch](http://dkarakay.github.io/files/Arduino/LedStrip/LedStrip.ino)
[For ULN2003A Datasheet](www.diodes.com/_files/datasheets/ULN200xA.pdf)
[For BD679 Datasheet](www.st.com/resource/en/datasheet/bd678.pdf)
--><!– title: “Arduino: Led Strip” layout: post date: 2017-01-10 22:48 image: /assets/images/markdown.jpg headerImage: false tag: markdown components extra category: blog author: denizkarakay description: Arduino —Arduino: Led Strip2017-01-10T00:00:00+00:002017-01-10T00:00:00+00:00https://dkarakay.github.io/arduino-led-strip1<iframe src="https://ghbtns.com/github-btn.html?user=dkarakay&repo=Arduino_Led_Strip&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<p><br />
<a href="https://github.com/dkarakay/Arduino_Led_Strip/">For GitHub link</a></p>
<p>Hello. I have controlled a Led strip with Arduino Uno. You can make it very easily.</p>
<ul>
<li>Arduino Uno or any kind of Arduino</li>
<li>RGB Led Strip (I use 1 m)</li>
<li>12V 1A Adapter</li>
<li>ULN2003A or 3xBD679 NPN or 3xNPN (TIP 120)</li>
<li>Breadboard with enough jumpers</li>
</ul>
<p>First you have to buy all these stuff. RGB Led strip has 4 output cables(Red, Green, Blue and 12V Positive).</p>
<ul>
<li>With ULN2003A pin 1 is for Digital 9 pin, pin 2 is for Digital 10 pin, and pin 3 is for Digital 11 pin. You have to connect led pins to 16,15,14(R,G,B). Pin 10 is for the Ground.</li>
<li>With BD679 number 1 is for Arduino with 10K resistor, number 2 is for Led and number 3 goes to ground.</li>
</ul>
<p>I have made this from ULN2003A and BDN679. This is the code that I used.</p>
<p><a href="http://dkarakay.github.io/files/Arduino/LedStrip/LedStrip.ino">For sketch</a></p>
<p><a href="www.diodes.com/_files/datasheets/ULN200xA.pdf">For ULN2003A Datasheet</a></p>
<p><a href="www.st.com/resource/en/datasheet/bd678.pdf">For BD679 Datasheet</a></p>For GitHub linkMarkdown Common Elements2016-02-24T00:00:00+00:002016-02-24T00:00:00+00:00https://dkarakay.github.io/markdown-common-elements<h2><!–</h2>
<p>title: “Markdown Common Elements”
layout: post
date: 2016-02-24 22:44
image: /assets/images/markdown.jpg
headerImage: false
tag:</p>
<ul>
<li>markdown</li>
<li>elements
star: true
category: blog
author: johndoe
description: Markdown summary with different options
—</li>
</ul>
<h2 id="basic-formatting">Basic formatting</h2>
<p>This note <strong>demonstrates</strong> some of what <a href="https://daringfireball.net/projects/markdown/">Markdown</a> is <em>capable of doing</em>.</p>
<p>And that’s how to do it.</p>
<figure class="highlight"><pre><code class="language-html" data-lang="html">This note **demonstrates** some of what [Markdown][some/link] is *capable of doing*.</code></pre></figure>
<hr />
<h2 id="headings">Headings</h2>
<p>There are six levels of headings. They correspond with the six levels of HTML headings. You’ve probably noticed them already in the page. Each level down uses one more hash character. But we are using just 4 of them.</p>
<h1 id="headings-can-be-small">Headings can be small</h1>
<h2 id="headings-can-be-small-1">Headings can be small</h2>
<h3 id="headings-can-be-small-2">Headings can be small</h3>
<h4 id="headings-can-be-small-3">Headings can be small</h4>
<figure class="highlight"><pre><code class="language-raw" data-lang="raw"># Heading
## Heading
### Heading
#### Heading</code></pre></figure>
<hr />
<h2 id="lists">Lists</h2>
<h3 id="ordered-list">Ordered list</h3>
<ol>
<li>Item 1</li>
<li>A second item</li>
<li>Number 3</li>
</ol>
<figure class="highlight"><pre><code class="language-raw" data-lang="raw">1. Item 1
2. A second item
3. Number 3</code></pre></figure>
<h3 id="unordered-list">Unordered list</h3>
<ul>
<li>An item</li>
<li>Another item</li>
<li>Yet another item</li>
<li>And there’s more…</li>
</ul>
<figure class="highlight"><pre><code class="language-raw" data-lang="raw">* An item
* Another item
* Yet another item
* And there's more...</code></pre></figure>
<hr />
<h2 id="paragraph-modifiers">Paragraph modifiers</h2>
<h3 id="quote">Quote</h3>
<blockquote>
<p>Here is a quote. What this is should be self explanatory. Quotes are automatically indented when they are used.</p>
</blockquote>
<figure class="highlight"><pre><code class="language-raw" data-lang="raw">> Here is a quote. What this is should be self explanatory.</code></pre></figure>
<hr />
<h2 id="urls">URLs</h2>
<p>URLs can be made in a handful of ways:</p>
<ul>
<li>A named link to <a href="https://daringfireball.net/projects/markdown/basics">Mark It Down</a>.</li>
<li>Another named link to <a href="https://google.com/">Mark It Down</a></li>
<li>Sometimes you just want a URL like <a href="https://google.com/">https://google.com/</a>.</li>
</ul>
<figure class="highlight"><pre><code class="language-raw" data-lang="raw">* A named link to [MarkItDown][3].
* Another named link to [MarkItDown](https://google.com/)
* Sometimes you just want a URL like <https://google.com/>.</code></pre></figure>
<hr />
<h2 id="horizontal-rule">Horizontal rule</h2>
<p>A horizontal rule is a line that goes across the middle of the page.
It’s sometimes handy for breaking things up.</p>
<figure class="highlight"><pre><code class="language-raw" data-lang="raw">---</code></pre></figure>
<hr />
<h2 id="images">Images</h2>
<p>Markdown can also contain images. I’ll need to add something here sometime.</p>
<figure class="highlight"><pre><code class="language-raw" data-lang="raw">![Markdowm Image][/image/url]</code></pre></figure>
<p><img src="https://kune.fr/wp-content/uploads/2013/10/ghost-blog.jpg" alt="Markdowm Image" /></p>
<p><em>Figure Caption</em>?</p>
<figure class="highlight"><pre><code class="language-raw" data-lang="raw">![Markdowm Image][/image/url]
<figcaption class="caption">Photo by John Doe</figcaption></code></pre></figure>
<p><img src="https://kune.fr/wp-content/uploads/2013/10/ghost-blog.jpg" alt="Markdowm Image" /></p>
<figcaption class="caption">Photo by John Doe</figcaption>
<p><em>Bigger Images</em>?</p>
<figure class="highlight"><pre><code class="language-raw" data-lang="raw">![Markdowm Image][/image/url]{: class="bigger-image" }</code></pre></figure>
<p><img src="https://kune.fr/wp-content/uploads/2013/10/ghost-blog.jpg" alt="Markdowm Image" class="bigger-image" /></p>
<hr />
<h2 id="code">Code</h2>
<p>A HTML Example:</p>
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="cp"><!DOCTYPE html></span>
<span class="nt"><html</span> <span class="na">lang=</span><span class="s">"en"</span><span class="nt">></span>
<span class="nt"><head></span>
<span class="nt"><meta</span> <span class="na">charset=</span><span class="s">"UTF-8"</span><span class="nt">></span>
<span class="nt"><title></span>Document<span class="nt"></title></span>
<span class="nt"></head></span>
<span class="nt"><body></span>
<span class="nt"><h1></span>Just a test<span class="nt"></h1></span>
<span class="nt"></body></span>
<span class="nt"></html></span></code></pre></figure>
<p>A CSS Example:</p>
<figure class="highlight"><pre><code class="language-css" data-lang="css"><span class="nt">pre</span> <span class="p">{</span>
<span class="nl">padding</span><span class="p">:</span> <span class="m">10px</span><span class="p">;</span>
<span class="nl">font-size</span><span class="p">:</span> <span class="m">.8em</span><span class="p">;</span>
<span class="nl">white-space</span><span class="p">:</span> <span class="n">pre</span><span class="p">;</span>
<span class="p">}</span>
<span class="nt">pre</span><span class="o">,</span> <span class="nt">table</span> <span class="p">{</span>
<span class="nl">width</span><span class="p">:</span> <span class="m">100%</span><span class="p">;</span>
<span class="p">}</span>
<span class="nt">code</span><span class="o">,</span> <span class="nt">pre</span><span class="o">,</span> <span class="nt">tt</span> <span class="p">{</span>
<span class="nl">font-family</span><span class="p">:</span> <span class="n">Monaco</span><span class="p">,</span> <span class="n">Consolas</span><span class="p">,</span> <span class="n">Inconsolata</span><span class="p">,</span> <span class="nb">monospace</span><span class="p">,</span> <span class="nb">sans-serif</span><span class="p">;</span>
<span class="nl">background</span><span class="p">:</span> <span class="n">rgba</span><span class="p">(</span><span class="m">0</span><span class="p">,</span><span class="m">0</span><span class="p">,</span><span class="m">0</span><span class="p">,</span><span class="m">.05</span><span class="p">);</span>
<span class="p">}</span></code></pre></figure>
<p>A JS Example:</p>
<figure class="highlight"><pre><code class="language-js" data-lang="js"><span class="c1">// Sticky Header</span>
<span class="nx">$</span><span class="p">(</span><span class="nb">window</span><span class="p">).</span><span class="nx">scroll</span><span class="p">(</span><span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
<span class="k">if</span> <span class="p">(</span><span class="nx">$</span><span class="p">(</span><span class="nb">window</span><span class="p">).</span><span class="nx">scrollTop</span><span class="p">()</span> <span class="o">></span> <span class="mi">900</span> <span class="o">&&</span> <span class="o">!</span><span class="nx">$</span><span class="p">(</span><span class="dl">"</span><span class="s2">body</span><span class="dl">"</span><span class="p">).</span><span class="nx">hasClass</span><span class="p">(</span><span class="dl">'</span><span class="s1">show-menu</span><span class="dl">'</span><span class="p">))</span> <span class="p">{</span>
<span class="nx">$</span><span class="p">(</span><span class="dl">'</span><span class="s1">#hamburguer__open</span><span class="dl">'</span><span class="p">).</span><span class="nx">fadeOut</span><span class="p">(</span><span class="dl">'</span><span class="s1">fast</span><span class="dl">'</span><span class="p">);</span>
<span class="p">}</span> <span class="k">else</span> <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="nx">$</span><span class="p">(</span><span class="dl">"</span><span class="s2">body</span><span class="dl">"</span><span class="p">).</span><span class="nx">hasClass</span><span class="p">(</span><span class="dl">'</span><span class="s1">show-menu</span><span class="dl">'</span><span class="p">))</span> <span class="p">{</span>
<span class="nx">$</span><span class="p">(</span><span class="dl">'</span><span class="s1">#hamburguer__open</span><span class="dl">'</span><span class="p">).</span><span class="nx">fadeIn</span><span class="p">(</span><span class="dl">'</span><span class="s1">fast</span><span class="dl">'</span><span class="p">);</span>
<span class="p">}</span>
<span class="p">});</span></code></pre></figure><!– title: “Markdown Common Elements” layout: post date: 2016-02-24 22:44 image: /assets/images/markdown.jpg headerImage: false tag: markdown elements star: true category: blog author: johndoe description: Markdown summary with different options —Indigo Jekyll Theme2016-01-23T00:00:00+00:002016-01-23T00:00:00+00:00https://dkarakay.github.io/indigo-jekyll-theme<h2><!–</h2>
<p>title: “:ramen: Indigo, minimalist jekyll theme”
layout: post
date: 2016-01-23 22:10
tag: jekyll
image: https://sergiokopplin.github.io/indigo/assets/images/jekyll-logo-light-solid.png
headerImage: true
projects: true
hidden: true # don’t count this post in blog pagination
description: “This is a simple and minimalist template for Jekyll for those who likes to eat noodles.”
category: project
author: johndoe
externalLink: false
—</p>
<p><img src="https://raw.githubusercontent.com/sergiokopplin/indigo/gh-pages/assets/screen-shot.png" alt="Screenshot" /></p>
<p>Example of project - Indigo Minimalist Jekyll Template - <a href="https://sergiokopplin.github.io/indigo/">Demo</a>. This is a simple and minimalist template for Jekyll for those who likes to eat noodles.</p>
<hr />
<p>What has inside?</p>
<ul>
<li>Gulp</li>
<li>BrowserSync</li>
<li>Stylus</li>
<li>SVG</li>
<li>Travis</li>
<li>No JS</li>
<li><a href="https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fsergiokopplin.github.io%2Findigo%2F">98/100</a></li>
</ul>
<hr />
<p><a href="https://sergiokopplin.github.io/indigo/">Check it out</a> here.
If you need some help, just <a href="https://github.com/sergiokopplin/indigo/issues">tell me</a>.</p><!– title: “:ramen: Indigo, minimalist jekyll theme” layout: post date: 2016-01-23 22:10 tag: jekyll image: https://sergiokopplin.github.io/indigo/assets/images/jekyll-logo-light-solid.png headerImage: true projects: true hidden: true # don’t count this post in blog pagination description: “This is a simple and minimalist template for Jekyll for those who likes to eat noodles.” category: project author: johndoe externalLink: false —Markdown Extra Components2015-02-24T00:00:00+00:002015-02-24T00:00:00+00:00https://dkarakay.github.io/markdown-extra-components<!--
---
title: "Markdown Extra Components"
layout: post
date: 2016-02-24 22:48
image: /assets/images/markdown.jpg
headerImage: false
tag:
- markdown
- components
- extra
category: blog
author: jamesfoster
description: Markdown summary with different options
---
## Summary:
You can pick as item to see how to apply in markdown.
#### Especial Elements
- [Evidence](#evidence)
- [Side-by-Side](#side-by-side)
- [Star](#star)
- [Especial Breaker](#especial-breaker)
- [Spoiler](#spoiler)
#### External Elements
- [Gist](#gist)
- [Codepen](#codepen)
- [Slideshare](#slideshare)
- [Videos](#videos)
---
## Evidence
You can try the evidence!
<span class="evidence">Paragraphs can be written like so. A paragraph is the basic block of Markdown. A paragraph is what text will turn into when there is no reason it should become anything else.</span>
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><span</span> <span class="na">class=</span><span class="s">"evidence"</span><span class="nt">></span>Paragraphs can be written like so. A paragraph is the basic block of Markdown. A paragraph is what text will turn into when there is no reason it should become anything else.<span class="nt"></span></span></code></pre></figure>
---
## Side-by-side
Like the [Medium](https://medium.com/) component.
**Image** on the left and **Text** on the right:
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><div</span> <span class="na">class=</span><span class="s">"side-by-side"</span><span class="nt">></span>
<span class="nt"><div</span> <span class="na">class=</span><span class="s">"toleft"</span><span class="nt">></span>
<span class="nt"><img</span> <span class="na">class=</span><span class="s">"image"</span> <span class="na">src=</span><span class="s">"https://dkarakay.github.io/assets/images/profile.jpg"</span> <span class="na">alt=</span><span class="s">"Alt Text"</span><span class="nt">></span>
<span class="nt"><figcaption</span> <span class="na">class=</span><span class="s">"caption"</span><span class="nt">></span>Photo by John Doe<span class="nt"></figcaption></span>
<span class="nt"></div></span>
<span class="nt"><div</span> <span class="na">class=</span><span class="s">"toright"</span><span class="nt">></span>
<span class="nt"><p></span>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<span class="nt"></p></span>
<span class="nt"></div></span>
<span class="nt"></div></span></code></pre></figure>
<div class="side-by-side">
<div class="toleft">
<img class="image" src="https://dkarakay.github.io/assets/images/profile.jpg" alt="Alt Text">
<figcaption class="caption">Photo by John Doe</figcaption>
</div>
<div class="toright">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
**Text** on the left and **Image** on the right:
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><div</span> <span class="na">class=</span><span class="s">"side-by-side"</span><span class="nt">></span>
<span class="nt"><div</span> <span class="na">class=</span><span class="s">"toleft"</span><span class="nt">></span>
<span class="nt"><p></span>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<span class="nt"></p></span>
<span class="nt"></div></span>
<span class="nt"><div</span> <span class="na">class=</span><span class="s">"toright"</span><span class="nt">></span>
<span class="nt"><img</span> <span class="na">class=</span><span class="s">"image"</span> <span class="na">src=</span><span class="s">"https://dkarakay.github.io/assets/images/profile.jpg"</span> <span class="na">alt=</span><span class="s">"Alt Text"</span><span class="nt">></span>
<span class="nt"><figcaption</span> <span class="na">class=</span><span class="s">"caption"</span><span class="nt">></span>Photo by John Doe<span class="nt"></figcaption></span>
<span class="nt"></div></span>
<span class="nt"></div></span></code></pre></figure>
<div class="side-by-side">
<div class="toleft">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="toright">
<img class="image" src="https://dkarakay.github.io/assets/images/profile.jpg" alt="Alt Text">
<figcaption class="caption">Photo by John Doe</figcaption>
</div>
</div>
---
## Star
You can give evidence to a post. Just add the tag to the markdown file.
<figure class="highlight"><pre><code class="language-raw" data-lang="raw">star: true</code></pre></figure>
---
## Especial Breaker
You can add a especial *hr* to your text.
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><div</span> <span class="na">class=</span><span class="s">"breaker"</span><span class="nt">></div></span></code></pre></figure>
<div class="breaker"></div>
---
## Spoiler
You can add an especial hidden content that appears on hover.
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><div</span> <span class="na">class=</span><span class="s">"spoiler"</span><span class="nt">><p></span>your content<span class="nt"></p></div></span></code></pre></figure>
<div class="spoiler"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></div>
---
## Gist
You can add Gists from github.
<figure class="highlight"><pre><code class="language-raw" data-lang="raw">{ % gist sergiokopplin/91ff4220480727b47224245ee2e9c291 % }</code></pre></figure>
<script src="https://gist.github.com/sergiokopplin/91ff4220480727b47224245ee2e9c291.js"> </script>
---
## Codepen
You can add Pens from Codepen.
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><p</span> <span class="na">data-height=</span><span class="s">"268"</span> <span class="na">data-theme-id=</span><span class="s">"0"</span> <span class="na">data-slug-hash=</span><span class="s">"gfdDu"</span> <span class="na">data-default-tab=</span><span class="s">"result"</span> <span class="na">data-user=</span><span class="s">"chriscoyier"</span> <span class="na">class=</span><span class="s">'codepen'</span><span class="nt">></span>
See the Pen <span class="nt"><a</span> <span class="na">href=</span><span class="s">'https://codepen.io/chriscoyier/pen/gfdDu/'</span><span class="nt">></span>Crappy Recreation of the Book Cover of *The Flame Alphabet*<span class="nt"></a></span> by Chris Coyier (<span class="nt"><a</span> <span class="na">href=</span><span class="s">'https://codepen.io/chriscoyier'</span><span class="nt">></span>@chriscoyier<span class="nt"></a></span>) on <span class="nt"><a</span> <span class="na">href=</span><span class="s">'https://codepen.io'</span><span class="nt">></span>CodePen<span class="nt"></a></span>.
<span class="nt"></p></span>
<span class="nt"><script </span><span class="na">async</span> <span class="na">src=</span><span class="s">"//assets.codepen.io/assets/embed/ei.js"</span><span class="nt">></script></span></code></pre></figure>
<p data-height="268" data-theme-id="0" data-slug-hash="gfdDu" data-default-tab="result" data-user="chriscoyier" class='codepen'>See the Pen <a href='https://codepen.io/chriscoyier/pen/gfdDu/'>Crappy Recreation of the Book Cover of *The Flame Alphabet*</a> by Chris Coyier (<a href='https://codepen.io/chriscoyier'>@chriscoyier</a>) on <a href='https://codepen.io'>CodePen</a>.</p>
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>
---
## Slideshare
Add your presentations here!
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><iframe</span> <span class="na">src=</span><span class="s">"//www.slideshare.net/slideshow/embed_code/key/hqDhSJoWkrHe7l"</span> <span class="na">width=</span><span class="s">"560"</span> <span class="na">height=</span><span class="s">"310"</span> <span class="na">frameborder=</span><span class="s">"0"</span> <span class="na">marginwidth=</span><span class="s">"0"</span> <span class="na">marginheight=</span><span class="s">"0"</span> <span class="na">scrolling=</span><span class="s">"no"</span> <span class="na">style=</span><span class="s">"border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;"</span> <span class="na">allowfullscreen</span><span class="nt">></span> <span class="nt"></iframe></span></code></pre></figure>
<iframe src="//www.slideshare.net/slideshow/embed_code/key/hqDhSJoWkrHe7l" width="560" height="310" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
---
## Videos
Do you want some videos? Youtube, Vimeo or Vevo? Copy the embed code and paste on your post!
**Example**
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><iframe</span> <span class="na">width=</span><span class="s">"560"</span> <span class="na">height=</span><span class="s">"310"</span> <span class="na">src=</span><span class="s">"https://www.youtube.com/embed/r7XhWUDj-Ts"</span> <span class="na">frameborder=</span><span class="s">"0"</span> <span class="na">allowfullscreen</span><span class="nt">></iframe></span></code></pre></figure>
<iframe width="560" height="310" src="https://www.youtube.com/embed/r7XhWUDj-Ts" frameborder="0" allowfullscreen></iframe>
[1]: https://daringfireball.net/projects/markdown/
[2]: https://www.fileformat.info/info/unicode/char/2163/index.htm
[3]: https://www.markitdown.net/
[4]: https://daringfireball.net/projects/markdown/basics
[5]: https://daringfireball.net/projects/markdown/syntax
[6]: https://kune.fr/wp-content/uploads/2013/10/ghost-blog.jpg
--><!– title: “Markdown Extra Components” layout: post date: 2016-02-24 22:48 image: /assets/images/markdown.jpg headerImage: false tag: markdown components extra category: blog author: jamesfoster description: Markdown summary with different options —