implemented image upload and cropping system, mostly work. it's too zoomed in and appears to be using the xy coords from the top left of the crop selector.
This commit is contained in:
@@ -5,6 +5,19 @@ require_once 'functions/init.php';
|
||||
require_once 'functions/functions.php';
|
||||
include_once 'components/head.php';
|
||||
|
||||
echo '<h1>Home</h1>';
|
||||
|
||||
echo home_content();
|
||||
|
||||
include_once 'components/foot.php';
|
||||
|
||||
function home_content()
|
||||
{
|
||||
$content = '
|
||||
<div class="article">
|
||||
<p>This site is intended to be a platform for exposing, celebrating, and sharing the style of Vintage Coding. Topics from hardware to software and kernel to web, this site aims to cover it all.</p>
|
||||
<p>Vintage Coding is as much a mindset as it is a style. Vibe Coding is to Vintage Coding as Yin is to Yang. Vintage is relating to or denoting something of high quality. For example, vintage clothes from decades ago are more durable than the clothes of today which rip and tear after little use.</p>
|
||||
</div>
|
||||
';
|
||||
|
||||
return $content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user