Delete Jennelle Blog directory
This commit is contained in:
parent
4cf925b861
commit
4d2ac1f37f
@ -1,50 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="pretty.css">
|
||||
<title>Jennelle's Blog</title>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tr>
|
||||
<td style="width: 50%;">
|
||||
<center><h1>Jennelle's Blog</h1></center>
|
||||
</td>
|
||||
<td style="width: 15%; background-color: #adf7c1;">
|
||||
<a href="https://twitter.com/peachp0ds" target="_blank"><img src="https://assets.stickpng.com/images/580b57fcd9996e24bc43c53e.png" alt="twitter logo" style="width: 50px;"></a>
|
||||
<a href="https://instagram.com/jennxlle?utm_medium=copy_link" target="_blank"><img src="https://assets.stickpng.com/images/580b57fcd9996e24bc43c521.png" alt="instagram logo" style="width: 45px;"></a>
|
||||
<a href="https://letterboxd.com/peachp0ds/" target="_blank"><img src="https://a.ltrbxd.com/logos/letterboxd-decal-dots-neg-rgb.svg" alt="letterboxd logo" style="width: 50px; padding-top: 40px;"></a>
|
||||
<a href="https://www.pinterest.ca/peachp0ds/?invite_code=a6d09fe2ef5044f29becc054b97d598c&sender=836121624477565998" target="_blank"><img src="https://upload.wikimedia.org/wikipedia/commons/0/08/Pinterest-logo.png" alt="pinterest logo" style="width: 50px;"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height: 100%;">
|
||||
<td style="background-color: #adf7c1;">
|
||||
<div id='0'>
|
||||
<img src="Pictures/e+j.jpg" alt="jennelle and ethan" style="float: right; width: 40%;">
|
||||
<p>Welcome to Jennelle's Blog!</p>
|
||||
<p>This is the blog of Jennelle Jagdeo. Learn the exciting ins and outs of this wild girl's life!</p>
|
||||
<p>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? <br><br> 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!</p>
|
||||
</div>
|
||||
<div id="1" style="display: none;">
|
||||
<img src="https://getemoji.com/assets/og/mobile.png" alt="emojis" style="width: 40%; float: left;">
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente soluta praesentium voluptatem eum expedita officiis, numquam molestiae suscipit hic saepe doloremque dolore ipsum aperiam nemo laboriosam quam possimus excepturi minus. Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquam unde iure praesentium commodi eius sed consequuntur laboriosam inventore quisquam ea. Mollitia totam fugiat architecto tempora dicta quibusdam aut animi laboriosam.</p>
|
||||
</div>
|
||||
<div id="2" style="display: none;">
|
||||
<h1>WOAHHH</h1>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/qrUXZrLCKKk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="float: left;"></iframe>
|
||||
<p>This is Elden Ring update my Mordecai and it is soooo cool omg <br><br> I want to play this game and have lots of fun playing this video game :) funsies</p>
|
||||
</div>
|
||||
</td>
|
||||
<td style="padding-bottom: 50%;">
|
||||
<h2>Check out the articles!</h2>
|
||||
<a onclick="SetMain('0')">Homepage</a> <br>
|
||||
<a onclick="SetMain('1')">Article 1</a> <br>
|
||||
<a onclick="SetMain('2')">Article 2</a>
|
||||
<hr>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
Before Width: | Height: | Size: 226 KiB |
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user