Skip to content

Instantly share code, notes, and snippets.

View ivan-kalachikov's full-sized avatar
:octocat:
falling in love with open source

Ivan Kalachikov ivan-kalachikov

:octocat:
falling in love with open source
View GitHub Profile
@ivan-kalachikov
ivan-kalachikov / altlogo.html
Last active July 21, 2016 05:23
alt for logo
get_option('blogdescription')
@ivan-kalachikov
ivan-kalachikov / 404.html
Last active July 21, 2016 05:45
404 text
<div class="page-not-found">
oops, you seemed to have found a page that does not exist
</div>
@ivan-kalachikov
ivan-kalachikov / opengraph.html
Last active August 8, 2018 21:03
open graph
<meta property="og:title" content="The Attorney" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://ivankalachikov.esy.es/ahblaw/attorney.html" />
<meta property="og:description"
content="Sharis is a native Texan who was born in Houston and has committed herself to helping other Texans in need. Sharis attended Baylor University and obtained both her undergraduate and law degree in Waco and moved to Dallas to begin her law practice." />
<meta property="og:image" content="http://ivankalachikov.esy.es/ahblaw/images/5.jpg" />
<meta property="og:image:width" content="323" />
<meta property="og:image:height" content="492" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700" rel="stylesheet">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Template</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery.js"></script>
<header class="header clearfix">
<div class="inner">
<div class="header__logo-wrap">
<a href="http://ahblaw.devbucket.me/www/index.html" class="header__logo-link"><img src="images/1.png" alt="JINKS LAW" class="header__logo-img"></a>
</div>
<h2 class="header__title">Getting you back on the road to full recovery</h2>
<div class="header__wrap">
<a href="#" class="header__phone">972-44 JINKS</a>
<a href="#" class="header__get">Get Free Case Evaluation</a>
</div>
<div class="navigation">
<nav class="nav">
<ul class="nav__list">
<li class="nav__item nav__item--active"><a class="nav__link" href="#">Home</a></li>
<li class="nav__item"><a class="nav__link" href="#">Practice Areas</a></li>
<li class="nav__item"><a class="nav__link" href="#">Service Areas</a></li>
<li class="nav__item"><a class="nav__link" href="#"> About Our Firm</a></li>
<li class="nav__item"><a class="nav__link" href="#">Attorneys and Staff</a></li>
<li class="nav__item"><a class="nav__link" href="#">Blog</a></li>
<li class="nav__item"><a class="nav__link" href="#">Contact</a></li>
@ivan-kalachikov
ivan-kalachikov / gist:101a113fb3f2af739da54aae977bd7ab
Created July 21, 2016 06:55
section 2 columns, right image
<div class="attorney">
<div class="inner">
<div class="attorney__cols">
<div class="attorney__col attorney__col1">
<h1 class="attorney__title">Sharis Jinks Hauder</h1>
<p class="attorney__text">
Sharis is a native Texan who was born in Houston and has committed herself to helping other Texans in need. Sharis attended Baylor University and obtained both her undergraduate and law degree in Waco and moved to Dallas to begin her law practice.
</p>
<p class="attorney__text">
Sharis has over 30 years of legal experience in personal injury and wrongful death matters. Sharis’ experience working with insurance companies brings an insight and resource not common to most other personal injury attorneys. In addition to experience in the courtroom, she is well versed in appellate law and has orally argued in various Texas Courts of Appeal. Sharis knows how to navigate through the corporate insura
<div class="bottom-line clearfix">
<div class="inner clearfix">
<p class="bottom-line__copyright">Copyright 2016 JINKS LAW , All Rights Reserved</p>
<div class="bottom-line__wrap">
<a href="#" class="bottom-line__sitemap">SITE MAP</a>
<a href="#" class="bottom-line__disclaimer">DISCLAIMER</a>
<p class="bottom-line__by">Custom Web Design by: <a href="#" class="bottom-line__link"><strong>Web Loft Designs</strong></a></p>
</div>
</div>
</div>