Skip to content

Instantly share code, notes, and snippets.

View yordanzhelevdev's full-sized avatar
🤚
Hi

Yordan Zhelev yordanzhelevdev

🤚
Hi
  • Bulgaria
View GitHub Profile
@yordanzhelevdev
yordanzhelevdev / gist:e28d0fcc69bdf78da36d313cf8776b69
Created August 27, 2018 08:55 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@yordanzhelevdev
yordanzhelevdev / index.html
Created August 22, 2018 07:04
Product Landing Page
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<div class="grid-wrapper">
<header id="header">
<h1 id="header-img">Joy Pill</h1>
<nav id="nav-bar">
<ul>
<li class="nav-link"><a href="#features">Features</a></li>
<li class="nav-link"><a href="#whatitfeels">What It Feels Like</a></li>
<li class="nav-link"><a href="#pricing">Pricing and Flavors</a></li>
@yordanzhelevdev
yordanzhelevdev / media-query.css
Created August 2, 2018 10:32 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@yordanzhelevdev
yordanzhelevdev / sublime_projects.md
Created July 17, 2018 14:56
Create Projects in Sublime Text 3

Sublime Projects 📁

You can create Projects which contains multiple folders and can have individual settings depending on the project. A project is a folder or a group of folders saved at a certain state that will be remembered everytime you close the project.

You can also quick switch between projects with CMD + CTRL + P or CTRL + ALT + P

If your are using Atom or vscode there is a plugin to add this behavior:

/ renderEditRecipe(key) {
// const recipe = this.props.recipes[key];
// return (
// <div className="modal">
// <form
// name="recipeForm"
// ref={input => (this.recipeForm = input)}
// >
// <div className="inputsContainer">
// <div className="recipeInputs">
<?php
// Links
$res = ads_data(array('position' => 3));
if ($res) links_html($res);
// Boxes
$cats_data = categories_data();
?>
@yordanzhelevdev
yordanzhelevdev / Child.jsx
Created June 1, 2018 08:22
Parent to Child - React
class Child extends React.Component {
constructor (props) {
super(props);
}
onFieldChange(event) {
// for a regular input field, read field name and value from the event
const fieldName = event.target.name;
const fieldValue = event.target.value;
this.props.onChange(fieldName, fieldValue);
@yordanzhelevdev
yordanzhelevdev / commit.png
Created June 1, 2018 07:24 — forked from primaryobjects/commit.png
How to setup prettier as a pre-commit hook for Git commits.
commit.png
https://www.oo-software.com/en/shutup10
https://packagecontrol.io/packages/Discord%20Rich%20Presence - sublime text 3 package
https://medium.com/@samerbuna/the-mistakes-i-made-as-a-beginner-programmer-ac8b3e54c312 - to read
https://www.toptal.com/designers/subtlepatterns/ - Cool css patterns
http://www.corelangs.com/css/box/zoom.html
<!-- ABOUT US - SECTION -->
<section class="about-us">
<div class="container">
<div class="row">
<article class="col-md-6">
<div class="row">
<figure class="col-md-6">
<img src="https://images.pexels.com/photos/541525/pexels-photo-541525.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260" alt="" />
</figure>