diff

बनाया गया Diff कभी समाप्त नहीं होता
279 हटाए गए
294 लाइनें
12 जोड़े गए
194 लाइनें
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>

<meta charset="UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Honest Self Hosting</title>
<title>Honest Self Hosting</title>
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
</head>
<body>
<body>
<div id="container">
<div id="container">
<div id="headerArea">
<div id="headerArea">
<div id="header"></div>
<div id="header"></div>
<nav id="navbar">
<nav id="navbar">
<ul>
<ul>
<!--
/* Adding "target="_blank" after the URL is what opens a link in a new tab. Delete it to open in same tab! */ -->
<li><a href="https://honestselfhosting.neocities.org/About">About</a></li>
<li><a href="https://honestselfhosting.neocities.org/About">About</a></li>
<li><a href="https://honestselfhosting.neocities.org/Recent">Most Recent</a></li>
<li><a href="https://honestselfhosting.neocities.org/Recent">Most Recent</a></li>
<li><a href="https://honestselfhosting.neocities.org/resources/">Resources</a></li>
<li><a href="https://honestselfhosting.neocities.org/resources/">Resources</a></li>
<li><a href="https://linksta.cc/@bit_form" target="_blank"> Link Stack</a>
<li><a href="https://linksta.cc/@bit_form" target="_blank">Link Stack</a></li>
</ul>
</ul>
</nav>
</nav>
</div>
</div>


<div id="flex">
<div id="flex">
<aside id="leftSidebar">
<aside id="leftSidebar">
<h2>Updates</h2>
<h2>Updates</h2>
<div class="box">
<div class="box">
<ul style="padding-left:10px;">
<ul style="padding-left:10px;">
<p> Slowly learning HTML to have this up and funcitonal!
<p> Slowly learning HTML to have this up and functional!</p>
</p>
<li>First Post: <a href="https://owncast.online/" target="_blank">Owncast</a></li>
<li>First Post: <a href="https://owncast.online/" target="_blank">Owncast</a></li>
</ul>
</ul>
</div>
</div>
</aside>
</aside>
<main>
<main>
<h2> Resources </h2>
<h2>Resources</h2>
<p>lurk.org great place for for pinpointing what you want to be hosting, with great people to help you through it with knowledge in all sorts of different kinds of hosting, and how to do it! You can find their motivation and mandate</p>
<p> lurk.org great place for for pinpointing what you want to be hosting, with great people to help you through it with knowledge in all sorts of different kinds of hosting, and how to do it! You can find their motivation and mandate
<li><a href="https://lurk.org/" target="_blank">Lurk.org!</a></li>
</p>
<p>A list of documentation depending on your needs, and what you might be looking to try!</p>
<li><a href="https://lurk.org/" target="_blank">Lurk.org!</a>
<li><a href="https://things.bleu255.com/runyourown/Main_Page" target="_blank">Run Your Own Wiki</a></li>
<P> A list of documentation depending on your needs, and what you might be looking to try!
</p>
</li><li><a href="https://things.bleu255.com/runyourown/Main_Page" target="blank">Run Your Own Wiki</a></li>
</main>
</main>
</div>
</div>
<footer id="footer">CC0 Public Domain, 2022 Thanks to sadgirl layout builder!</footer>
<footer id="footer">CC0 Public Domain, 2022 Thanks to sadgirl layout builder!</footer>
</div>
</div>

<!-- THIS IS THE CSS !-->
<!-- THIS IS THE CSS !-->
<style>
<style>
/* user styles */

/* styles are what change the color and sizes of stuff on your site. */

/* these are variables that are being used in the code
these tended to confuse some people, so I only kept
the images as variables */

:root {
:root {
--header-image: url('images/Glitch3.jpg');
--header-image: url('images/Glitch3.jpg');
--body-bg-image: url('images/glitch2.jpg');
--body-bg-image: url('images/glitch2.jpg');
/*make images big enough to cover whole screen

/* colors */
--content: #43256E;
--content: #43256E;
}
}

/* if you have the URL of a font, you can set it below */
/* feel free to delete this if it's not your vibe */

/* this seems like a lot for just one font and I would have to agree
but I wanted to include an example of how to include a custom font.
If you download a font file you can upload it onto your Neocities
and then link it! Many fonts have separate files for each style
(bold, italic, etc. T_T) which is why there are so many!
*/


@font-face {
@font-face {
font-family:'BarlowCondensed';
font-family: 'BarlowCondensed';
src: url('https://file.garden/Ztc2mXae60zraAAp/BarlowCondensed/BarlowCondensed-Regular.ttf')format("truetype");
src: url('https://file.garden/Ztc2mXae60zraAAp/BarlowCondensed/BarlowCondensed-Regular.ttf') format("truetype");
}
}
@font-face {
@font-face {
font-family: Nunito;
font-family: Nunito;
src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
font-weight: bold;
font-weight: bold;
}
}

@font-face {
@font-face {
font-family: Nunito;
font-family: Nunito;
src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
font-style: italic;
font-style: italic;
}
}

@font-face {
@font-face {
font-family: Nunito;
font-family: Nunito;
src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
font-style: italic;
font-style: italic;
font-weight: bold;
font-weight: bold;
}
}


body {
body {

font-family: 'BarlowCondensed', sans-serif;
font-family: 'BarlowCondensed', sans-serif;
margin: 0;
margin: 0;
background-color: #cacfd2 ;
background-color: #cacfd2;
/* you can delete the line below if you'd prefer to not use an image */
background-size: 1000px;
background-size: 1000px;
color: #cacfd2;
color: #cacfd2;
background-image: var(--body-bg-image);
background-image: var(--body-bg-image);
}
}


* {
* {
box-sizing: border-box;
box-sizing: border-box;
}
}


/* below this line is CSS for the layout */

/* this is a CSS comment
to uncomment a line of CSS, remove the * and the /
before and after the text */


/* the "container" is what wraps your entire website */
/* if you want something (like the header) to be Wider than
the other elements, you will need to move that div outside
of the container */
#container {
#container {
max-width: 900px;
max-width: 900px;
/* this is the width of your layout! */
/* if you change the above value, scroll to the bottom
and change the media query according to the comment! */
margin: 0 auto;
margin: 0 auto;
/* this centers the entire page */
}
}


/* the area below is for all links on your page
EXCEPT for the navigation */
#container a {
#container a {
color: #74C151;
color: #74C151;
font-weight: bold;
font-weight: bold;
/* if you want to remove the underline
you can add a line below here that says:
text-decoration:none; */
}
}


#header {
#header {
width: 100%;
width: 100%;
background-color: #7c687d;
background-color: #7c687d;
/* header color here! */
height: 200px;
height: 200px;
/* this is only for a background image! */
/* if you want to put images IN the header,
you can add them directly to the <div id="header"></div> element! */
background-image: var(--header-image);
background-image: var(--header-image);
background-size: 100%;
background-size: 100%;
}
}


/* navigation section!! */
#navbar {
#navbar {
height: 40px;
height: 40px;
background-color: #302338;
background-color: #302338;
/* navbar color */
width: 100%;
width: 100%;
}
}


#navbar ul {
#navbar ul {
display: flex;
display: flex;
padding: 0;
padding: 0;
margin: 0;
margin: 0;
list-style-type: none;
list-style-type: none;
justify-content: space-evenly;
justify-content: space-evenly;
}
}


#navbar li {
#navbar li {
padding-top: 10px;
padding-top: 10px;
}
}


/* navigation links*/
#navbar li a {
#navbar li a {
color: #ED64F5;
color: #ED64F5;
/* navbar text color */
font-weight: 800;
font-weight: 800;
text-decoration: none;
text-decoration: none;
/* this removes the underline */
}
}


/* navigation link when a link is hovered over */
#navbar li a:hover {
#navbar li a:hover {
color: #a49cba;
color: #a49cba;
text-decoration: underline;
text-decoration: underline;
}
}


#flex {
#flex {
display: flex;
display: flex;
}
}


/* this colors BOTH sidebars
if you want to style them separately,
create styles for #leftSidebar and #rightSidebar */
aside {
aside {
background-color: #302338;
background-color: #302338;
width: 200px;
width: 200px;
padding: 15px;
padding: 15px;
font-size: smaller;
font-size: smaller;
/* this makes the sidebar text slightly smaller */
}
}



/* this is the color of the main content area,
between the sidebars! */
main {
main {
background-color: #1f232e;
background-color: #1f232e;
flex: 1;
flex: 1;
padding: 75px;
padding: 75px;
order: 2;
order: 2;
}
}


/* what's this "order" stuff about??
#leftSidebar {
allow me to explain!
if you're using both sidebars, the "order" value
tells the CSS the order in which to display them.
left sidebar is 1, content is 2, and right sidebar is 3! */

*/ #leftSidebar {
order: 1;
order: 1;
}
}


#rightSidebar {
#rightSidebar {
order: 3;
order: 3;
}
}


footer {
footer {
background-color: #13092D;
background-color: #13092D;
/* background color for footer */
width: 100%;
width: 100%;
height: 40px;
height: 40px;
padding: 10px;
padding: 10px;
text-align: center;
text-align: center;
/* this centers the footer text */
}
}


h1,
h1, h2, h3 {
h2,
h3 {
color: #74C151;
color: #74C151;
}
}


h1 {
h1 {
font-size: 25px;
font-size: 25px;
}
}


strong {
strong {
/* this styles bold text */
color: #ED64F5;
color: #ED64F5;
}
}


/* this is just a cool box, it's the darker colored one */
.box {
.box {
background-color: #443151;
background-color: #443151;
border: 1px solid #74C151;
border: 1px solid #74C151;
padding: 10px;
padding: 10px;
}
}


/* CSS for extras */

#topBar {
#topBar {
width: 100%;
width: 100%;
height: 30px;
height: 30px;
padding: 10px;
padding: 10px;
font-size: smaller;
font-size: smaller;
background-color: #13092D;
background-color: #13092D;
}
}



</style>
</style>

</body>
</body>
</html>
</html>