Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
stradaa committed Sep 16, 2023
1 parent defe82e commit e052740
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="x-icon" href="images/graft_adam_logo_gonly.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GraFT-App Wiki</title>
<style>
Expand All @@ -18,6 +17,16 @@
src: url(Fonts/Neuropol.ttf);
}

@font-face {
font-family: "Clonoid W01 Regular";
src: url("https://db.onlinewebfonts.com/t/f43476a51be7b1f029cb581eb4ad2d4b.eot");
src: url("https://db.onlinewebfonts.com/t/f43476a51be7b1f029cb581eb4ad2d4b.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/f43476a51be7b1f029cb581eb4ad2d4b.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/f43476a51be7b1f029cb581eb4ad2d4b.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/f43476a51be7b1f029cb581eb4ad2d4b.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/f43476a51be7b1f029cb581eb4ad2d4b.svg#Clonoid W01 Regular")format("svg");
}

body {
font-family: 'Arial', sans-serif;
background-color: #f8f8f8;
Expand Down Expand Up @@ -103,6 +112,7 @@
}

p {
font-family: Roboto;
font-size: 16px;
line-height: 1.5;
}
Expand All @@ -113,6 +123,12 @@
padding: 3px 0 2px 25px;
}

ul li {
font-size: 16px;
line-height: 1.5;
font-family: Roboto;
}

.step-content {
display: flex;
align-items: flex-start;
Expand Down Expand Up @@ -176,7 +192,7 @@ <h2>Getting Started</h2>

<section id="tutorials">
<h2>Tutorials</h2>
<p>Check out our <a href="Tutorials" target="_blank">Tutorials</a> section for step-by-step guides on how to use GraFT-App
<p>Check out our <a href="Tutorials.html" target="_blank">Tutorials</a> section for step-by-step guides on how to use GraFT-App
for common tasks and workflows. Tutorials are short and geared towards app functionality rather than full guided examples.
For example, tutorial material in section covers the following main topics.</p>
<ul>
Expand All @@ -192,15 +208,15 @@ <h2>Tutorials</h2>

<section id="examples">
<h2>Examples</h2>
<p>We've compiled a list of <a href="Examples" target="_blank">Examples</a> that demonstrate various use cases for GraFT-App.
<p>We've compiled a list of <a href="Examples.html" target="_blank">Examples</a> that demonstrate various use cases for GraFT-App.
These examples are designed to help you get started with using GraFT algorithm in your own projects with varying
data types.</p>
</section>

<section id="api-reference">
<h2>API Reference</h2>
<p>For detailed information about the GraFT-App API, refer to our
<a href="API" target="_blank">API Reference</a>.
<a href="API.html" target="_blank">API Reference</a>.
This section provides an overview of all the classes and functions in the GraFT-App package, along with detailed
descriptions.</p>
</section>
Expand Down Expand Up @@ -229,4 +245,4 @@ <h2>License</h2>
&copy; 2023 GraFT-App
</footer>
</body>
</html>
</html>

0 comments on commit e052740

Please sign in to comment.