Skip to content

Commit

Permalink
add href to getting started and removed placeholder blog content
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulprathin8 committed Jan 30, 2024
1 parent d96b471 commit fff22e1
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 125 deletions.
58 changes: 29 additions & 29 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,44 +7,44 @@ url = "/"
weight = 1

[[main]]
name = "About"
url = "about/"
name = "Download"
url = "#downloads-section"
weight = 2

[[main]]
name = "Elements"
url = "elements/"
weight = 3
#[[main]]
#name = "Elements"
#url = "elements/"
#weight = 3

[[main]]
weight = 4
name = "Pages"
hasChildren = true
#[[main]]
#weight = 4
#name = "Pages"
#hasChildren = true

[[main]]
parent = "Pages"
#parent = "Pages"
name = "Blog"
url = "blog/"

[[main]]
parent = "Pages"
name = "Contact"
url = "contact/"

[[main]]
parent = "Pages"
name = "Authors"
url = "authors/"
#[[main]]
#parent = "Pages"
#name = "Contact"
#url = "contact/"

[[main]]
parent = "Pages"
name = "Categories"
url = "categories/"

[[main]]
parent = "Pages"
name = "404 Page"
url = "404/"
#[[main]]
#parent = "Pages"
#name = "Authors"
#url = "authors/"
#
#[[main]]
#parent = "Pages"
#name = "Categories"
#url = "categories/"
#
#[[main]]
#parent = "Pages"
#name = "404 Page"
#url = "404/"


# footer menu
Expand Down
23 changes: 0 additions & 23 deletions content/english/blog/post-1.md

This file was deleted.

23 changes: 0 additions & 23 deletions content/english/blog/post-2.md

This file was deleted.

23 changes: 0 additions & 23 deletions content/english/blog/post-3.md

This file was deleted.

23 changes: 0 additions & 23 deletions content/english/blog/post-4.md

This file was deleted.

11 changes: 7 additions & 4 deletions themes/geoweaver/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@ <h3 class='mt-16 font-mono'>Go From Zero To Production 🏁</h3>
<p class='font-bold pl-10 pt-10 font-heebo'>Learn more about deploying with Geoweaver</p>
{{/* need to underline this */}}

<button class='transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 duration-300 getting-started text-white p-2 rounded w-36 mt-8 mb-10 ml-32 max-w-full'>
Get Started
</button>
<a href="https://esipfed.github.io/Geoweaver/docs/install.html">
<button class='transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 duration-300 getting-started text-white p-2 rounded w-36 mt-8 mb-10 ml-32 max-w-full'>
Get Started
</button>
</a>

</div>
</div>
</div>
Expand Down Expand Up @@ -157,7 +160,7 @@ <h1 class='font-mono pl-16 tracking-widest pt-10'>Projects</h1>
</div>
</section>

<section class='mt-20'>
<section class='mt-20' id="downloads-section">
<p class='text-4xl font-mono text-bold tracking-wide text-center'>Free, Opensource &</p>
<h1 class='font-mono text-bold tracking-wide text-center'>Works where you WORK</h1>
<p class='text-xl font-heebo tracking-widest text-center'>Download the <span class='font-bold'>APP</span></p>
Expand Down

0 comments on commit fff22e1

Please sign in to comment.