This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= render :partial => 'shared_emails/header', :formats => [:html] %> | |
<mj-section mj-class="bg-main space-bottom-0"> | |
<mj-column> | |
<mj-spacer mj-class="space-bottom-20" /> | |
<mj-image alt="<%= @membership_request.user.first_name %>'s photo" width="130px" src="<%= cl_avatar_attachment_path(@membership_request.user.avatar, width: 130, height: 130, radius: 0) %>" /> | |
</mj-column> | |
</mj-section> | |
<mj-section mj-class="bg-main" mj-class="space-bottom-0"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var ELS = { | |
DesignImg: '#js-design-img', | |
Spot: '.js-design-spot', | |
SpotForm: '.js-spot-form', | |
ExistingSpotForm: '.js-existing-spot-form', | |
NewSpot: '.js-new-design-spot', | |
NewSpotForm: '.js-add-new-spot', | |
NewSpotXPos: '#design-x-pos', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var gulp = require('gulp'); | |
var sass = require('gulp-sass'); | |
var prefixer = require('gulp-autoprefixer'); | |
var minifyCSS = require('gulp-minify-css'); | |
gulp.task('minify-css', function() { | |
gulp.src('./site/css/main.css') | |
.pipe(minifyCSS({keepBreaks:true})) | |
.pipe(gulp.dest('./site/css/')) | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Substituir isso --> | |
<div class="small-12 columns"> | |
<div class="small-2 columns"> | |
<span style="background:#ccc; padding:3px; float: left; margin: 5px 15px 0px 15px;"> PS0WGH </span> | |
</div> | |
<div class="small-2 columns"> | |
<input style="width:190px; text-transform: uppercase;" id="captcha" name="captcha" type="text"> | |
</div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello fuckin world |