Skip to content

Instantly share code, notes, and snippets.

@imnebo
imnebo / index.html
Last active March 1, 2023 21:36
Grow CRM v2.0 - Russian Language
<?php
//russian
return [
'a_project_is_required_for_billable_expenses' => "Требуется проект",
'accept_amendments' => "Принять изменения",
'accept_estimate_confirm' => "Подтвердите, что вы хотите принять эту смету",
@imnebo
imnebo / index.html
Created June 22, 2021 21:19
Preloaders - styled & animated with pure CSS
<div class="loaders">
<ol>
<li>
<div class="loftloader-wrapper pl-imgloading">
<div class="loader">
<span></span>
<img src="https://gurman.na4u.ru/bitrix/templates/gurman/img/gurman_logo_white.svg" alt="loftloader">
</div>
</div>
@imnebo
imnebo / index.haml
Created June 12, 2021 18:58
Infinity glowline CSS corners box / buttons
%div.wrapper
%div.bttn.out.cyan
%span Infiniti
%div.corners.top
%div.corners.bottom
%div.bttn.in
%span Infinity
%div.corners.top
%div.corners.bottom
@imnebo
imnebo / localhost-ssl-certificate.md
Created April 15, 2021 18:08 — forked from ethicka/localhost-ssl-certificate.md
Localhost SSL Certificate on Mac OS

🚨 2020 Update: I recommend using mkcert to generate local certificates. You can do everything below by just running the commands brew install mkcert and mkcert -install. Keep it simple!


This gives you that beautiful green lock in Chrome. I'm assuming you're putting your SSL documents in /etc/ssl, but you can put them anywhere and replace the references in the following commands. Tested successfully on Mac OS Sierra and High Sierra.

Set up localhost.conf

sudo nano /etc/ssl/localhost/localhost.conf

@imnebo
imnebo / arrow-button-hover-animation.markdown
Created March 9, 2021 00:13
Arrow Button Hover Animation
@imnebo
imnebo / index.html
Created February 26, 2021 09:44
Page Reveal Effect
<body class="text-center">
<div id="page">
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<h3 class="masthead-brand">Reveal #1</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="#">Home</a>
<a class="nav-link" href="https://codepen.io/soju22/" target="_blank">Codepen Profile</a>
<a class="nav-link" href="https://codepen.io/collection/AGZywR" target="_blank">ThreeJS Collection</a>
@imnebo
imnebo / index.html
Created October 26, 2020 20:33
website roll
<div class="container">
<div class="row">
<div class="demo-effects col-sm-4 col-xl-4">
<div class="app-preview demo-layouts">
<div class="trans-section">
<h4 class="preview-header">Крутой сайт</h4></div>
<div class="layout-images">
<div class="layout-container image-1">
</div>
</div>
@imnebo
imnebo / index.html
Created October 26, 2020 20:30
website roll
<div class="container">
<div class="row">
<div class="demo-effects col-sm-4 col-xl-4">
<div class="app-preview demo-layouts">
<div class="trans-section">
<h4 class="preview-header">Крутой сайт</h4></div>
<div class="layout-images">
<div class="layout-container image-1">
</div>
</div>