Skip to content

Instantly share code, notes, and snippets.

View VladKorzun's full-sized avatar

Vlad Korzun VladKorzun

  • Portland, OR
View GitHub Profile
@VladKorzun
VladKorzun / images.json
Last active March 31, 2019 13:38
Random images
[
{
"id": 0,
"url": "https://shoottheframe.com/wp-content/uploads/2017/01/Sander_Grefte_shoot_the_land_shoot_the_frame_3-500x500.jpg"
},
{
"id": 1,
"url": "https://www.customwaterfeaturesdenver.com/wp-content/uploads/landscape2.jpg"
},
{
<!-- Це в header -->
<style type="text/css">
header.site-header {
background-repeat: no-repeat;
background-position: top center;
}
.site-search {
margin-top: 10px;
jQuery(function($) {
var Friend = Backbone.Model.extend({
defaults: {
name: ''
}
});
var FriendsList = Backbone.Collection.extend({
model: Friend