Skip to content

Commit

Permalink
website hack
Browse files Browse the repository at this point in the history
looks good on my laptop so it must be good right
  • Loading branch information
tl0x committed Mar 29, 2022
1 parent 40db40b commit 2203f4a
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 12 deletions.
Binary file removed .README.swp
Binary file not shown.
Binary file added assets/icon.ico
Binary file not shown.
27 changes: 21 additions & 6 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,33 @@
font-family: 'Open Sans', sans-serif;
}

.title {
text-align: center;
font-size: 50px;
#title-part {
display: flex;
margin-left: 40%;
}

#icon {
max-width: 10%;
margin-right: 2px;
}

#linenmoment {
text-decoration: none;
}

#title {
text-decoration: none;
color: rgb(80, 80, 80);
}

#main-info {
margin-top: 5%;
margin-top: 2%;
margin-left: 30%;
margin-right: 18%;
display: none;
margin-right: 30%;
}

.info-text {
text-align: left;
font-size: 16px;
}

39 changes: 33 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,45 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet">

<link rel="icon" type="image/x-icon" href="assets/icon.ico">
</head>

<html>
<h1 class="title">PolyesterMC</h1>
<p style="text-align: center;">website still under construction :)</p>
<div id="title-part">
<img src="assets/icon.ico" id="icon" alt="Polyester Logo">
<a href="index.html" id="linenmoment"><h1 id="title">PolyesterMC</h1></a>

</div>


<div id="main-info">
<h1 class="info-text">What is PolyesterMC?</h1>
<p class="info-text">Fabric but for Alpha versions of minecraft. FWIAIAFNIWANFIWNFIWANFINWAIDNIWANDIWNAIDNWAINDIAWNDI
AWDIWADIWNADINAWINDIWNAIDNIWANDINWIADDIND
<h1 class=>about</h1>
<p class="info-text">Polyester is an open source modding framework that ports the <a href="https://fabricmc.net">FabricMC</a>
framework to alpha versions of minecraft.</p>

<h1 style="margin-top:30px;">installation</h1>
<h2 style="font-weight: lighter;">For Developers:</h2>
<ul>
<li>Example Mod: <a href="https://github.com/PolyesterMC/polyester-example-mod">here</a></li>
<li>Linen (The Mappings): <a href="https://github.com/PolyesterMC/Linen">here</a></li>
<li>Intermediary: <a href="https://github.com/PolyesterMC/alpha-intermediary">here</a></li>
</ul>

<h2 style="font-weight: lighter;">For Players:</h2>
<p style="font-weight: bolder;">(Coming soon!)</p>

<h1 style="margin-top:30px;">contributing</h1>
<p>Any and all contributions to Polyester is appreciated. To contribute, go to one of the repositories, fork it, make your changes and then
open a pull request. If it is up to standard, One of the members will merge it.
</p>


<h1 style="margin-top:30px;">relevant</h1>
<ul>
<li>Organization Link: <a href="https://github.com/PolyesterMC/">here</a></li>
<li>Website Source: <a href="https://github.com/PolyesterMC/PolyesterMC.github.io">here</a></li>
<li>Contact Me: corejourney#5901</li>
</ul>
</div>

</body>
Expand Down

0 comments on commit 2203f4a

Please sign in to comment.