Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
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
15 changes: 15 additions & 0 deletions live-examples/html-examples/inline-text-semantics/a.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<h1 id="imprint">About this Website</h1>

<p>This website was made and is maintained by Michael Bluth.</p>

<p>You can reach Michael via:</p>

<ul>
<li><a href="https://example.com">Website</a></li>
<li><a href="mailto:michael.bluth@example.com">Email</a></li>
<li><a href="tel:+123456789">Phone</a></li>
</ul>

<hr />

<p><a href="#imprint">Back to top</a></p>
9 changes: 9 additions & 0 deletions live-examples/html-examples/inline-text-semantics/css/a.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
a[href^="http"]::before {
background: url(/media/examples/external-link-alt-solid.svg) no-repeat;
content: '';
display: inline-block;
margin-right: 3px;
opacity: .6;
width: .9em;
height: .8em;
}
11 changes: 11 additions & 0 deletions live-examples/html-examples/inline-text-semantics/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"pages": {
"a": {
"baseTmpl": "tmpl/live-tabbed-tmpl.html",
"exampleCode":
"live-examples/html-examples/inline-text-semantics/a.html",
"cssExampleSrc":
"live-examples/html-examples/inline-text-semantics/css/a.css",
"fileName": "a.html",
"title": "HTML Demo: <a>",
"type": "tabbed",
"height": "tabbed-shorter"
},
"abbr": {
"baseTmpl": "tmpl/live-tabbed-tmpl.html",
"exampleCode":
Expand Down
3 changes: 3 additions & 0 deletions media/examples/external-link-alt-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.