diff --git a/Jennelle Blog/Index.html b/Jennelle Blog/Index.html deleted file mode 100644 index 9037fd8..0000000 --- a/Jennelle Blog/Index.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - Jennelle's Blog - - - - - - - - - - - -
-

Jennelle's Blog

-
- twitter logo - instagram logo - letterboxd logo - pinterest logo -
-
- jennelle and ethan -

Welcome to Jennelle's Blog!

-

This is the blog of Jennelle Jagdeo. Learn the exciting ins and outs of this wild girl's life!

-

Lorem ipsum dolor sit amet consectetur adipisicing elit. Sit nemo obcaecati quae suscipit! Dolores, hic odio minima nobis natus repellendus fugiat. Libero sit corporis voluptas suscipit distinctio beatae culpa eos?Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis velit atque voluptate delectus perferendis, repellendus possimus adipisci aut eligendi voluptatibus molestias sapiente, tenetur laborum totam alias? Cumque tempore dolore vero?

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Provident voluptatibus rem architecto odit dignissimos fugiat animi, dolore sed in velit necessitatibus ab aperiam illum adipisci cumque nisi fugit, tempora accusantium! Lorem ipsum dolor sit, amet consectetur adipisicing elit. Vel aliquid magnam minima assumenda repudiandae nesciunt optio sunt iusto officia repellendus reiciendis eaque eligendi, recusandae aspernatur dicta unde delectus corporis adipisci!

-
- - -
-

Check out the articles!

- Homepage
- Article 1
- Article 2 -
-
- - - - \ No newline at end of file diff --git a/Jennelle Blog/Pictures/e+j.jpg b/Jennelle Blog/Pictures/e+j.jpg deleted file mode 100644 index 853302c..0000000 Binary files a/Jennelle Blog/Pictures/e+j.jpg and /dev/null differ diff --git a/Jennelle Blog/Pictures/kish.jpg b/Jennelle Blog/Pictures/kish.jpg deleted file mode 100644 index 94a6bfb..0000000 Binary files a/Jennelle Blog/Pictures/kish.jpg and /dev/null differ diff --git a/Jennelle Blog/pretty.css b/Jennelle Blog/pretty.css deleted file mode 100644 index 3e7ae55..0000000 --- a/Jennelle Blog/pretty.css +++ /dev/null @@ -1,72 +0,0 @@ -body { - background-color: snow; - margin: 0%; -} - -p { - color: darkslategray; - font-size: 20px; - font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; - padding-left: 10px; - padding-top: 10px; -} - -h1 { - color: seagreen; - font-size: 45px; - font-family: 'Times New Roman', Times, serif; - - display: block; - background-color: peachpuff; - width: max-content; - padding: 15px; - border-radius: 15px; - margin-left: 10px; -} - -h2 { - color: rgb(255, 203, 158); - - font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; - font-size: 30px; - text-decoration: underline; - margin-left: 10px; -} - -hr { - background-color: seagreen; - border: 0.1px solid seagreen; -} - -table, td, tr { - border: 1px solid seagreen; - border-collapse: collapse; - vertical-align: top; -} - -img { - padding: 10px; -} - -iframe { - padding: 10px; -} - -a { - color: slateblue; - font-size: 20px; - font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; - font-style: italic; - text-decoration: underline; - padding-left: 10px; - margin-bottom: 5px; -} -a:hover { - color: steelblue; -} -a:visited { - color: orange; -} -a:active { - color: hotpink; -} \ No newline at end of file diff --git a/Jennelle Blog/script.js b/Jennelle Blog/script.js deleted file mode 100644 index b18d2ae..0000000 --- a/Jennelle Blog/script.js +++ /dev/null @@ -1,8 +0,0 @@ -console.log("Secret Found!"); -let previousPage = '0'; - -function SetMain(pagenum) { - document.getElementById(previousPage).style.display = "none"; - document.getElementById(pagenum).style.display = "block"; - previousPage = pagenum; -} \ No newline at end of file