You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by using HTML below, we can set these image display to 'none' so the image do not show; however, they will show if
29
-
the user clicks the first image above and goes into 'glightbox' mode. Users can then 'scroll' through the various
30
-
GrampsWeb UI images. Those who don't notice the 'next' arrow in glightbox and only view the one image displayed,
31
-
then no harm, no foul, behavior is as expected; however, for others who do notice the 'right arrow' button in
32
-
glightbox, then they can view additional images if they like. win-win
33
-
-->
34
-
35
-
<palign="center"style="display:none">
36
-
<imgsrc="features/screenshots/fan.png">
37
-
<imgsrc="features/screenshots/blog.png">
38
-
<imgsrc="features/screenshots/dna.png">
39
-
<imgsrc="features/screenshots/map.png">
40
-
<imgsrc="features/screenshots/export.png">
41
-
<imgsrc="features/screenshots/lang.png">
42
-
<imgsrc="features/screenshots/list.png">
43
-
<imgsrc="features/screenshots/report.png">
44
-
<imgsrc="features/screenshots/sync.png">
45
-
<imgsrc="features/screenshots/mobile.png">
46
-
</p>
47
-
48
-
**Gramps Web** is a web based application, ideally suited for collaborating with others to build your family tree together. It can be accessed from any mobile or portable web-enabled device. Gramps Web is free & open source software, with the privacy and control of your data a top priority!
49
-
50
-
Gramps Web is designed to be a companion to [*Gramps Desktop*](https://gramps-project.org/blog/), the leading open source genealogy desktop application. Gramps *Desktop* is the primary tool for building and managing your genealogy database and Gramps *Web* is a portal through which others can contribute to the database from afar without having to learn or install Gramps Desktop.
51
-
52
-
*[Gramps Web Features Overview](features/index.md)
53
-
*[Install and Setup Information](install_setup/setup.md)
***Want to try a Demo?*** Click the button below and login using any one of the following four usernames below. Use the same name for the password also.
58
-
59
-
`owner / editor / contributor / member `
60
-
61
-
[Go to Demo Login](https://demo.grampsweb.org/){ .md-button .md-button--primary target="_blank"}
transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
123
+
margin-top:1rem;
124
+
font-size:16px;
125
+
}
126
+
127
+
.heroa:hover, .heroa:active {
128
+
background:rgba(255,255,255,0.45);
129
+
color:var(--md-primary-bg-color);
130
+
}
131
+
</style>
132
+
{% endblock %}
133
+
134
+
{% block tabs %}
135
+
{{ super() }}
136
+
<divclass="hero-container">
137
+
<divclass="hero">
138
+
<divclass="hero-content">
139
+
<divclass="hero-image">
140
+
<imgsrc="screenshot.png" alt="Gramps Web">
141
+
</div>
142
+
<divclass="hero-text">
143
+
<h1>{{ config.site_name }}</h1>
144
+
<p>The free, open-source genealogy system for building your family tree – together.
145
+
Use it standalone or as a companion to Gramps Desktop, with full control over your data and privacy as the top priority.
146
+
</p>
147
+
<ahref="https://demo.grampsweb.org/" target="_blank"><b>Try the demo</b> (owner / owner)</a>
148
+
</div>
149
+
</div>
150
+
</div>
151
+
{% endblock %}
152
+
153
+
154
+
{% block content %}
155
+
<divclass="home-content">
156
+
<h2>Learn more</h2>
157
+
<ulclass="home">
158
+
<li><ahref="features/">Gramps Web Features Overview</a><br>Explore the powerful features that make Gramps Web the ideal tool for collaborative family history research.</li>
159
+
<li><ahref="install_setup/setup/">Install and Setup Information</a><br>Get started with step-by-step instructions for installing and configuring Gramps Web.</li>
160
+
<li><ahref="administration/admin/">Web Administrator's Guide</a><br>Learn how to manage and maintain a Gramps Web instance with ease.</li>
161
+
<li><ahref="user-guide/">User Guide</a><br>Discover how to navigate and use Gramps Web for documenting your family history.</li>
162
+
<li><ahref="development/dev/">Developer Documentation</a><br>Dive into the codebase, API documentation, and technical details for extending Gramps Web.</li>
0 commit comments