-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
90 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{% load static %} | ||
<section class="hero is-dark is-medium has-bg-img" style="background: url({% static "images/hegobg1.webp" %}); | ||
background-position: 50%; | ||
background-size: cover;"> | ||
<div class="hero-body"> | ||
<div class="columns container"> | ||
<div class="column is-8 is-flex hero-text has-text-left"> | ||
<div class="hero-container"> | ||
<div class="label">Free and Open Source</div> | ||
<h1 class="title hero-title pr-3"> | ||
{{title}} | ||
</h1> | ||
<p class="subtitle hero-subtitle">QGIS plugins add additional functionality to the QGIS application.</p> | ||
</div> | ||
<div class="is-vcentered"> | ||
<a class="button is-primary1 is-size-5" href="/plugins/"> | ||
Explore | ||
</a> | ||
<!-- <p class="subtitle hero-subtitle">Available on Windows, Mac, Linux</p> --> | ||
</div> | ||
|
||
</div> | ||
<div class="logo"> | ||
<figure class="image logo column is-justify-content-center"> | ||
<img src="{% static "images/large-logo.svg" %}"> | ||
</figure> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters