Skip to content

Instantly share code, notes, and snippets.

View NewbieCoder99's full-sized avatar
🏠
Working from home

Newbie Coder NewbieCoder99

🏠
Working from home
View GitHub Profile
.sb-blue-tooltip {
background-color: #1391D0 !important;
font-family: Montserrat;
font-size: 14px;
font-weight: bold;
}
#jsd-widget {
margin-left: 125px;
left: 0;
bottom: 10px;
<?php
namespace App\Console\Commands\Cronjobs\Barfoedgroup;
use App\Area;
use App\Cronjob;
use App\Zipcode;
use App\Gallery;
use App\Properties;
use App\Helpers\ForeignChars;
@NewbieCoder99
NewbieCoder99 / categories.json
Created August 18, 2019 02:53
categories.json
[
{
"value":"alexa-skills",
"text":"Alexa Skills"
},
{
"value":"amazon-devices",
"text":"Amazon Devices"
},
{
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use Session;
use App\ {
Resident,
Education,
Status,
<template>
<div>
{{ apiUrl }}
</div>
</template>
<script>
export default {
data() {
return {
<html>
<head>
<title>Kartu AK/1</title>
<style type="text/css">
@page {
width:8in;
height:10.23in;
margin:0 0 0 0;
}
body {
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
use App\Models\ {
LayoutPaper,
Product,
LayoutTheme,
Product_theme
<?php
if (isset($_POST['upload'])) {
print_r($_POST['upload']);
exit;
}
global $lumise;
$theme_data = $lumise->get_theme_data();
$theme =[];
0
1
2
3
4
5
6
7
8
9
<section id="get-started">
<div class="container">
<div class="section-title text-center">
<h2>Our Team</h2>
<p class="separator">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</section>