Skip to content

Instantly share code, notes, and snippets.

View gera3d's full-sized avatar

Gera Yeremin gera3d

View GitHub Profile
@gera3d
gera3d / MedicalProcedure
Created January 5, 2016 20:42
Schema For MedicalProcedure
<div itemscope itemtype="https://schema.org/MedicalProcedure"><h2><span itemprop="name">Dental Implant</span> History</h2>
Many people do not realize that dental implants have been utilized in dental restoration procedures for more than 20 years. You may be pleasantly surprised to learn that the vast majority of dental implants that oral and maxillofacial surgeons placed over 20 years ago are still functioning at peak performance!
Modern bone implant technology began in 1952 after an experiment conducted by Swedish professor and orthopedic surgeon Per-Ingvar Brånemark. Titanium was used in a way to understand the flow of blood in the bone, making this titanium a “medical-grade” standard. Brånemark made the innovative discovery of osseointegration, which is the fusion between implant and bone. His work was groundbreaking for oral surgery, dentistry, and the medical community.
<span itemprop="description">With over 40 years of supportive research and studies, dental implants have proved to be the longest la
@gera3d
gera3d / gist:ce61016451fbb7caff60
Created April 30, 2015 23:31
Get a youtube thumbnail and save it into the media library
<?php
// This needs to get moved to the fuctions area
function nuvo_add_img_title( $attr, $attachment = null ) {
$attr['title'] = trim( strip_tags( $attachment->post_title ) );
return $attr;
}
add_filter( 'wp_get_attachment_image_attributes','nuvo_add_img_title', 10, 2 );
/*
@gera3d
gera3d / Books
Created March 9, 2020 07:10
Books
<style type="text/css" media="screen">
.gr_grid_container {
/* customize grid container div here. eg: width: 500px; */
}
.gr_grid_book_container {
/* customize book cover container div here */
float: left;
width: 98px;
height: 160px;
@gera3d
gera3d / match.js
Last active December 7, 2019 23:56
Match Height
jQuery(function() {
// apply your matchHeight on DOM ready
// apply matchHeight to each item container's items
jQuery('.product_item_inner').each(function() {
jQuery(this).children('.product_item_excerpt').matchHeight({
byRow: true
});
});
});
@gera3d
gera3d / Custom_Main.css
Created October 10, 2019 23:16
Custom Wine Styles
New Styles
/**Custom styles for the king estate winery**/
body {
background-color: #f7f7f5 !important;
color: #8e6a02 !important;
}
.nav-tabs>li.active>a {
@gera3d
gera3d / custom.css
Created February 6, 2019 22:21
Add custom logo just to mobile
@media (max-width: 1025px) {
.wrap > .title-area.show > .site-title > a {
min-height: 50px;
width: 100%;
background: url(https://www.sandiegooralsurgery.com/wp-content/uploads/ALOS-Logos-Retna-Lft.png) no-repeat left top !important;
background-size: 150px 50px !important;
background-position: left center !important;
}
}
@gera3d
gera3d / gist:75992af176b45d4ef9fa2201baa98f5d
Created February 5, 2019 18:45
Homepage Button for the full video with play
<a class="button secondary_color" style="margin-top: 2.5rem; border-radius: 0px; font-size: 2.5rem; opacity: 0.8;" href="/academicadvantage">Academic Advantage</a>
@gera3d
gera3d / Banners.html
Last active January 31, 2019 21:52
Code for Banners
<div class="responsive_banner">
<!-- row 1 -->
<div></div>
<div>Parkersburg Office: Now Seeing Patients 4 Days out of the Week. </div>
<div></div>
<!-- row 3 -->
<div></div>
<div><a href="/contact-us-parkersburg-wv" class="responsive_button_link"><div class="responsive_button"">Learn More</div></a></div>
<div></div>
</div>
@gera3d
gera3d / Maps.html
Last active November 28, 2018 19:27
Maps for about us pages and the bottom of the homepage
<div class="row" style="text-align:center;">
<div class="col-xs-12 col-sm-6">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3454.6555233796084!2d-90.20024648506468!3d30.0180461818919!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8620b0e2e0d8911f%3A0x1d05252d5ad4e2e3!2sOral+Surgery+Services+LLC!5e0!3m2!1sen!2sus!4v1522342311781" width="1144" height="450" frameborder="0" style="border:1" allowfullscreen></iframe>
<p></p>
<h3><a href="/contact-us-wenatchee-wa/">Springfield</a></h3>
<p>4420 Conlin St, Suite 203, LA 70056<br>
<strong>Phone:</strong> (504) 455-9960 – <strong>Fax:</strong> (504) 455-9961</p>
</div>
<div class="col-xs-12 col-sm-6">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3459.393906256043!2d-90.02913738506813!3d29.881748581941785!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8620a732b5bad4f9%3A0x4713b20ba0d93b97!2sOral+Surgery+Services!5e0!3m2!1sen!2sus!4v1522342336559" width="1144" height="450" frameborder="0" style="border:1
@gera3d
gera3d / buttons.html
Last active November 6, 2018 19:08
Button Code for Bell and NuvoExpress
<!--Simple White Buttons -->
<a href="/request-appointment"><button type="button" class="btn-md pri ">Patient Registration</button></a>
<!--Rounded White Buttons -->
<a href="/request-appointment"><button type="button" class="btn-xs btn-alt secondary_color">Request Appointment</button></a>
<!--Bell Buttons -->
<ul class="saved-buttons-list">
<li><a target="_blank" href="/registration/" class="saved-button-light saved-button-no-hover-line saved-button">Registration</a></li>
</ul>