Skip to content

Instantly share code, notes, and snippets.

View imdbsd's full-sized avatar
🐶
Working remotely

I Made Budi Surya Darma imdbsd

🐶
Working remotely
View GitHub Profile
This file has been truncated, but you can view the full file.
<?xml version='1.0'?>
<areas>
<area>
<url>www.bryanfagan.com/about-us/areas-we-serve</url>
<category>index</category>
<heading>Areas We Serve</heading>
<title/>
<meta>
<title>Areas We Serve | The Law Office of Bryan Fagan, PLLC</title>
<Content-Type>text/html; charset=utf-8</Content-Type>
@imdbsd
imdbsd / videos.xml
Created July 12, 2023 13:33
video xml
<?xml version='1.0'?>
<videos>
<video>
<url>www.bryanfagan.com/video-center/adoption</url>
<type>video-category</type>
<title>Adoption Videos | Houston Family Law Attorney</title>
<heading>Adoption</heading>
<meta>
<title>Adoption Videos | Houston Family Law Attorney</title>
<Content-Type>text/html; charset=utf-8</Content-Type>
<?xml version='1.0'?>
<faqs>
<faq>
<url>www.bryanfagan.com/faq/custody-faq</url>
<title>Houston Family Law Attorney | Custody FAQ</title>
<category>custody</category>
<meta>
<title>Houston Family Law Attorney | Custody FAQ</title>
<description>Custody FAQ. For legal representation that is both effective and compassionate, do not hesitate to contact an experienced Divorce Attorney in Houston, TX from Law Office of Bryan Fagan, PLLC.</description>
<og:type>website</og:type>
@imdbsd
imdbsd / blogs.xml
Last active July 13, 2023 15:17
blogx.xml
This file has been truncated, but you can view the full file.
<?xml version='1.0'?>
<blogs>
<blog>
<url>www.bryanfagan.com/blog</url>
<category>blog-index</category>
<title>Divorce Blog | The Law Office of Bryan Fagan, PLLC</title>
<meta>
<title>Divorce Blog | The Law Office of Bryan Fagan, PLLC</title>
<Content-Type>text/html; charset=utf-8</Content-Type>
<viewport>initial-scale=1</viewport>
<?xml version='1.0'?>
<awards>
<award>
<url>www.bryanfagan.com/awards</url>
<title>Awards | Houston Divorce Attorney</title>
<meta>
<title>Awards | Houston Divorce Attorney</title>
<description>Awards. At Law Office of Bryan Fagan, PLLC, an experienced Divorce Attorney in Houston, TX can help you resolve complex family law matters. Call our firm today.</description>
<og:type>website</og:type>
<og:site_name>Law Office of Bryan Fagan</og:site_name>
<?xml version='1.0'?>
<teams>
<team>
<url>www.bryanfagan.com/about-us/meet-your-legal-team</url>
<category>team-index</category>
<title>Meet Your Legal Team | Divorce Attorney in Houston, TX</title>
<meta>
<title>Meet Your Legal Team | Divorce Attorney in Houston, TX</title>
<description>Meet Your Legal Team. Law Office of Bryan Fagan, PLLC is fully committed to providing residents in Houston with compassionate legal representation. Contact us today.</description>
<og:type>website</og:type>
@imdbsd
imdbsd / CalendarBox.js
Last active December 3, 2018 09:59
Calendar
import React from 'react';
import CalendarBoxDefault from '../styles/CalenderBoxDefault';
const CalendarBox = props => {
const { BoxImage, ContentWrapper } = CalendarBoxDefault;
const { bg, dt, mo, day, time_s, title_s, time_f, title_f } = props.event;
return (
<CalendarBoxDefault>
<BoxImage bgImage={bg}>
<ContentWrapper>
@imdbsd
imdbsd / reading-lists.json
Last active November 19, 2018 13:49
Reading Lists
{
"books": [
{
"title": "TypeScript Deep Dive",
"author": "basarat",
"url": {
"gitbooks": "http://basarat.gitbooks.io/typescript/content/docs/getting-started.html",
"github": "https://github.com/basarat/typescript-book"
}
},
// based from KOA
100 "continue"
101 "switching protocols"
102 "processing"
200 "ok"
201 "created"
202 "accepted"
203 "non-authoritative information"
204 "no content"
205 "reset content"
[
{"category": "Sporting Goods", "price": "$49.99", "stocked": true, "name": "Football"},
{"category": "Sporting Goods", "price": "$9.99", "stocked": true, "name": "Baseball"},
{"category": "Sporting Goods", "price": "$29.99", "stocked": false, "name": "Basketball"},
{"category": "Electronics", "price": "$99.99", "stocked": true, "name": "iPod Touch"},
{"category": "Electronics", "price": "$399.99", "stocked": false, "name": "iPhone 5"},
{"category": "Electronics", "price": "$199.99", "stocked": true, "name": "Nexus 7"}
];