Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions certification.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@context": "https://schema.org",
"@type": "Certification",
"name": "AWS Certified Solutions Architect – Associate",
"image": "https://picsum.photos/seed/aws-cert/600/400",
"description": "Validates expertise in designing distributed systems on AWS, including compute, networking, storage, and database services. Covers high-availability architectures, cost-optimization, and security best practices.",
"issuedBy": "Amazon Web Services (AWS)",
"datePublished": "2024-03-15",
Expand All @@ -34,7 +33,6 @@
accent: "#0e7490",
fields: [
{ prop: "name", label: "Name", type: "text" },
{ prop: "image", label: "Image", type: "image" },
{ prop: "description", label: "Description", type: "textarea" },
{ prop: "issuedBy", label: "Issued by", type: "text" },
{ prop: "datePublished", label: "Date published", type: "text" },
Expand Down
2 changes: 0 additions & 2 deletions music-hall.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@context": "https://schema.org",
"@type": "MusicHall",
"name": "Carnegie Hall",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Carnegie_Hall_Tower.jpg/640px-Carnegie_Hall_Tower.jpg",
"description": "Historic concert venue in Midtown Manhattan, New York City, renowned for its acoustics and iconic performances since 1891.",
"address": "881 7th Ave, New York, NY 10019, USA",
"telephone": "+1 212-247-7800",
Expand All @@ -34,7 +33,6 @@
accent: "#7c3aed",
fields: [
{ prop: "name", label: "Name", type: "text" },
{ prop: "image", label: "Photo", type: "image" },
{ prop: "description", label: "About", type: "textarea" },
{ prop: "address", label: "Address", type: "text" },
{ prop: "telephone", label: "Telephone", type: "tel" },
Expand Down
Loading