added links to docs in the main site, docs still far from done tho
This commit is contained in:
parent
ddeca026d5
commit
070f895cb3
|
|
@ -19,7 +19,7 @@
|
|||
<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="./docs/introduction.html" class="getstarted button">Get started</a>
|
||||
<a href="https://github.com/KZacharski/diji/releases" class="download button">Download</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
<div class="headercontent">
|
||||
<h2 class="headersubtitle" style="font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 30pt;">Ready to give diji a try?</h2>
|
||||
<br>
|
||||
<a href="" class="getstarted button">Get started</a>
|
||||
<a href="./docs/introduction.html" class="getstarted button">Get started</a>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
<p>Both this website and diji itself are open source on the MIT license.</p>
|
||||
<p>Project created with diji 1.0</p>
|
||||
<a href="https://github.com/KZacharski/diji" class="footerlink faicon"><i class="fa-brands fa-github"></i></a>
|
||||
<a href="" class="footerlink faicon"><i class="fa-solid fa-book"></i></a>
|
||||
<a href="./docs/index.html" class="footerlink faicon"><i class="fa-solid fa-book"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue