Skip to content
Snippets Groups Projects
Commit 91f2bb76 authored by Olli Jalonen's avatar Olli Jalonen :disguised_face:
Browse files

Front page community part

parent 4a932b29
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,12 @@ p.bold { ...@@ -83,6 +83,12 @@ p.bold {
font-weight: bold; font-weight: bold;
} }
/* Sign in texts should be visible, not white */
div#SigninModal label,
div#SigninModal h4 {
color: black;
}
/* -------------------| TOP NAVBAR |----------------------------------------------------------------------------------- /* -------------------| TOP NAVBAR |-----------------------------------------------------------------------------------
......
...@@ -297,11 +297,13 @@ ...@@ -297,11 +297,13 @@
<div class="box-text">JOIN OUR COMMUNITY</div> <div class="box-text">JOIN OUR COMMUNITY</div>
<div class="box-container"> <div class="box-container">
<p class="bold">To contribute, we warmly welcome you to join our community!</p> <p class="bold">To contribute, we warmly welcome you to join our community!</p>
<p>Share your data by registering or signing in to UTU geoportal.</p> <ul>
<p>Meet other community members in upcoming events.</p> <li><p>Share your data by <a href="{% url "account_signup" %}">registering</a> or <a href="#" data-toggle="modal" data-target="#SigninModal" role="button" >signing in</a> to UTU geoportal.</p></li>
<p>Participate to free training as a community member.</p> <li><p>Meet other community members in <a href="{% url "events" %}">upcoming events</a>.</p></li>
<p>Create content to UTU geoportal blog by sending us your story.</p> <li><p>Participate to free <a href="{% url "training" %}">training</a> as a community member.</p></li>
<p>To participate in data managing or developing UTU geoportal service, contact <a href="mailto:geoportal@utu.fi">geoportal@utu.fi!</a></p> <li><p>Create content to UTU geoportal blog by <a href="{% url "blog" %}">sending us your story</a>.</p></li>
<li><p>To participate in data managing or developing UTU geoportal service, contact <a href="mailto:geoportal@utu.fi">geoportal@utu.fi</a>!</p></li>
</ul>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment