Skip to content

Commit

Permalink
Update - news LoopFoundation
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent-Ailleres committed May 2, 2024
1 parent d800282 commit 40056c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion loopfoundation.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let paragraph = (function () {
<div class="w-richtext">
<h3>${title}</h3>
<blockquote>${information}</blockquote>
<h3> ${sub_info}</h3>
${sub_info}
</div>
</div>
`;
Expand Down
4 changes: 2 additions & 2 deletions loopfoundation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"biogs": [
{
"title": "Incorporation 27 March 2024",
"information": "Loop3D Foundation was incorporated on 27th March, 2024 as a Public Company limited by guarantee - Loop3D Foundation Ltd. The company is a commercial entity to provide: " ,
"sub_info": "(a) research, develop, maintain, and administer software that concerns 3D geological (sub-surface) modelling (software)"
"information": "Loop3D Foundation Ltd was incorporated on 27th March, 2024 as a Public Company limited by guarantee. <br>The company is a commercial entity to provide: " ,
"sub_info": "(a) research, develop, maintain, and administer software that concerns 3D geological (sub-surface) modelling (software)<br>(b) to make the software freely and widely available via a general use licence or other appropriate means <br>(c) to support and administer the software and/or its use as part of a 3D probabilistic geological and geophysical modelling platform; <br>(d) to provide solutions for subsurface resources management including via use of the software and/or associated platform; <br> (e) to advance the natural environment through educating and/or promoting the education of the community about geological resources and related issues; <br> (f) to research, maintain, develop, review, collaborate and contribute knowledge concerning any or all of these purposes; <br>(g) to provide formal or informal training and supervision concerning the software and/or the platform or the research and application thereof, and grant or facilitate prizes, scholarships and/or funding in respect of such training;<br>(h) to provide services (commercial or otherwise) concerning the software and/or the platform, including training, consulting, and tailored application requirements; and <br>(i) to support members in connection with any of the above purposes."
}
]
}
6 changes: 4 additions & 2 deletions nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ let navbar = (function () {
let html = [
'<nav role="navigation" class="nav-menu w-nav-menu">',
//'<a href="index.html" aria-current="page" class="nav-link w-nav-link %">Home</a>',
'<a href="loopfoundation.html" class="nav-link w-nav-link %">Loop3D Foundation</a>',
'<a href="downloads.html" class="nav-link w-nav-link %">Downloads & Articles</a>',
'<a href="steerco.html" aria-current="page" class="nav-link w-nav-link %">Steering Committee</a>',
'<a href="loopers.html" class="nav-link w-nav-link %">Loopers</a>',
'<a href="downloads.html" class="nav-link w-nav-link %">Downloads & Articles</a>',
//'<a href="downloads.html" class="nav-link w-nav-link %">Downloads & Articles</a>',
'<a href="work-packages.html" class="nav-link w-nav-link %">Work Packages</a>',
'<a href="presentations.html" class="nav-link w-nav-link %">Presentations</a>',
'<a href="loopfoundation.html" class="nav-link w-nav-link %">Loop3D Foundation</a>',

// '<a href="blog.html" class="nav-link w-nav-link %">Blog</a>',
// '<a href="contact.html" class="nav-link w-nav-link %">Contact</a>',
'<a href="#" class="close-x w-hidden-main w-hidden-medium w-hidden-small">×</a>',
Expand Down

0 comments on commit 40056c8

Please sign in to comment.