Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
web
===

BRL-CAD's primary website
BRL-CAD's primary website from [here](https://brlcad.org/)
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
<!-- header code starts here -->
<header class="head">
<div class="id_logo" id='logo'>
<span class="circle" href="#">
<img src="img/logo_color.png" width="50px" height="50px"/>
<span class="circle">
<a href="#">
<img src="img/logo_color.png" width="50px" height="50px"/>
</a>
</span>
</div>

Expand All @@ -30,7 +32,7 @@
News</a></li>
<li><a href="http://brlcad.org/wiki/">
Documentation</a></li>
<li><a href="http://brlcad.org/d/download">
<li><a href="https://sourceforge.net/projects/brlcad/files/">
Download</a></li>
<li>
<a href="http://brlcad.org/d/about">
Expand Down Expand Up @@ -188,7 +190,7 @@ <h2>Subscribe to Mailing List</h2>
</form>
</div>
<div class="footer">
<p class="main-h1" style="font-size: 24px; color: #fff; margin-top: 0px">BRL-CAD &COPY; 2016</p>
<p class="main-h1" style="font-size: 24px; color: #fff; margin-top: 0px">BRL-CAD &COPY; 2021</p>
<p style="font-size:16px;">All trademarks referenced herein are the properties of their respective owners. This site is not sponsored, endorsed,
or run by the U.S. Government.</p>
</div>
Expand Down