50 lines
1.8 KiB
HTML
50 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>diji</title>
|
|
<link rel="icon" type="image" href="./assets/favicon.png">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<script src="script.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<div class="header">
|
|
<div class="headercontent">
|
|
<img class="logo" src="./assets/logo.png" height="200px">
|
|
<h1 class="headername">diji</h1>
|
|
<h2 class="headersubtitle">Create a vanilla JS project in seconds</h2>
|
|
<br>
|
|
<a href="" class="getstarted button">Get started</a>
|
|
<a href="" class="download button">Download</a>
|
|
</div>
|
|
</div>
|
|
<div class="contentpart">
|
|
<div class="contentgrid">
|
|
<div class="tablephoto">
|
|
<img src="./assets/content1.png" class="contentimage">
|
|
</div>
|
|
<div class="tabletext">
|
|
<h1 class="contenttext">地基 (Dìjī) means foundation in Chinese</h1>
|
|
<h3 class="contenttext2">That's what diji is, just the foundation. It's not a framework, it's not even a static website generator. It's just a simple program that makes it quicker and easier to start a vanilla project.</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="contentpart2">
|
|
<div class="contentgrid2">
|
|
<div class="tablephoto2">
|
|
<img src="./assets/content2.png" class="contentimage2">
|
|
</div>
|
|
<div class="tabletext2">
|
|
<h1 class="contenttext">Works everywhere</h1>
|
|
<h3 class="contenttext2">Either move it to your projects folder (for example documents) or add it to your $PATH and use it everywhere</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
</div>
|
|
</div>
|
|
|
|
</body> |