Skip to content

Instantly share code, notes, and snippets.

@shaynjay
Created March 3, 2021 22:51
Show Gist options
  • Save shaynjay/30727fc3380661d7ef4edcaa2d3732a7 to your computer and use it in GitHub Desktop.
Save shaynjay/30727fc3380661d7ef4edcaa2d3732a7 to your computer and use it in GitHub Desktop.
Tribute Page
<main id="main">
<h1 id="title">Tupac Shakur</h1>
<p>The ultimate rapper!</p>
<fig <figure id="img-div">
<section <img id="tupac.jpg" src="C:\Users\Owner\Desktop\JSonedrive\OneDrive\github" href="tribute-link" target="_blank" alt="tupac2.jpg" />
<figcaption="img-caption">
<h3 id="headline">the headline</h3>
<ul>
<li><strong></strong></li>
<li>
<strong></strong>
</li>
<li>
<strong></strong>
</li>
</ul>
</section>
</main>
import n from "https://cdn.skypack.dev/n@7.0.2";
import * as globalDirs from "https://cdn.skypack.dev/global-dirs@3.0.0";
const project = "Tribute Page";
var token = true;
function appendEl(text) {
document.body.insertAdjacentHTML("beforeend", `<strong>${text}</strong>`);
}
appendEl("Text added by JS");
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-slick/0.28.0/react-slick.min.js"></script>
@shaynjay
Copy link
Author

shaynjay commented Mar 3, 2021

for my web development course

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment