Skip to content

Instantly share code, notes, and snippets.

View bradstrong's full-sized avatar

Brad Strong bradstrong

View GitHub Profile
@bradstrong
bradstrong / html-summary-abstract-markup
Last active December 12, 2015 03:38
summary/abstract markup
<div class="item-content-section">
<section class="summary">
<h2>SUMMARY</h2>
<div class="source-container">
<div class="vcard">
<div class="expert-name">
<!-- Axel Grothey MD -->
<a class="fn" href="#">
<span class="n">
@bradstrong
bradstrong / gist:4612684
Created January 23, 2013 20:26
topbar plugin modified for leaderboard loading lag
/*
* jQuery Foundation Top Bar 2.0.3
* http://foundation.zurb.com
* Copyright 2012, ZURB
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/*jslint unparam: true, browser: true, indent: 2 */
@bradstrong
bradstrong / gist:4551515
Last active December 11, 2015 05:19
practice update user-console html snippet
<div class="user-console">
<div class="current-user">
<div class="user-details">
<p class="user-name">brad strong</p>
<p class="user-title">Physician</p>
</div>
</div><!--/.current-user-->
<div class="drawer">
<ul class="drawer-menu user-settings-menu is-collapsed">
<li id="UserConsolePreferences" class="active"><a id="PreferencesLink" href="javascript:void(0);">My Profile &amp; Settings<span class="active-item-indicator"><i class="icon-chevron-right"></i></span></a></li>
@bradstrong
bradstrong / gist:4389976
Created December 27, 2012 17:09
seminal article example
<article class="type-seminal-article single-item">
<!-- info taken from: http://oncologystat.com/viewpoints/seminal_articles/Seminal_Articles_Germ_Cell_Tumors.html
-->
<div class="item-header-container">
<header class="item-header">
<div class="flag-container">
<span class="flag featured">
<i class="icon-bolt">
</i>
featured
@bradstrong
bradstrong / gist:4389975
Created December 27, 2012 17:09
seminal article example
<article class="type-seminal-article single-item">
<!-- info taken from: http://oncologystat.com/viewpoints/seminal_articles/Seminal_Articles_Germ_Cell_Tumors.html
-->
<div class="item-header-container">
<header class="item-header">
<div class="flag-container">
<span class="flag featured">
<i class="icon-bolt">
</i>
featured
@bradstrong
bradstrong / gist:4389972
Created December 27, 2012 17:09
seminal article example
<article class="type-seminal-article single-item">
<!-- info taken from: http://oncologystat.com/viewpoints/seminal_articles/Seminal_Articles_Germ_Cell_Tumors.html
-->
<div class="item-header-container">
<header class="item-header">
<div class="flag-container">
<span class="flag featured">
<i class="icon-bolt">
</i>
featured
@bradstrong
bradstrong / seminal-article-item.html
Created December 27, 2012 06:57
html seminal article template
<article class="type-seminal-article single-item">
<!-- info taken from: http://oncologystat.com/viewpoints/seminal_articles/Seminal_Articles_Germ_Cell_Tumors.html
-->
<div class="item-header-container">
<header class="item-header">
<div class="flag-container">
</div>
<div class="meta pub-meta">
<span class="item-type">
Seminal Article
@bradstrong
bradstrong / login-register.mustache
Created December 26, 2012 18:23
mustache practiceupdate login-register
<div class="login-register">
<div class="alert-box alert">
Invalid user name or password. Please try again.
<a href="#" class="close">&times;</a>
</div>
<form id="formLogin">
<header class="form-header">
<div class="form-title">
<span class="form-title-text">Already Registered?</span>
</div>
@bradstrong
bradstrong / cta-meet-our-experts
Created December 22, 2012 04:24
mustache cta-meet-our-experts
<div class="cta-title"><span class="cta-title-text">Our Experts</span></div><!--/.cta-title-->
<div class="cta-img-container">
<img src="content/img/section/editorial_board_group.jpg" />
</div><!--/.cta-img-container-->
<div class="cta-content">
<p>Our Advisory and Editorial Boards are comprised of physician editors and world-renowned experts.</p>
</div><!--/.cta-content-->
<!-- Disable until Profile Pages are Live -->
<div class="cta-action">
<a class="button" href="channel-list.html"><span class="cta-button-text">Meet Our Experts</span></a>
@bradstrong
bradstrong / css_ad-styles-draft.css
Created December 20, 2012 00:58
css ad-styles-draft
/* line 1, ../sass/_ad.scss */
.widget {
/* !Ads */
}
/* line 4, ../sass/_ad.scss */
.widget.ad .ad-container {
text-align: center;
}
/* line 6, ../sass/_ad.scss */
.widget.ad .ad-container .ad-title {