Skip to content

Commit

Permalink
re-enabled the 'articles' section, but don't give them a title. they'…
Browse files Browse the repository at this point in the history
…re not so much news as past highlights. reduce social media footer.
  • Loading branch information
brlcad committed Feb 25, 2016
1 parent 83adc97 commit b1f33c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
26 changes: 12 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,20 +223,6 @@ <h2 class="intro-topic">What is BRL&#8209;CAD?</h2>
BRL-CAD is a powerful open source cross-platform solid modeling system that includes interactive geometry editing, high-performance ray-tracing for rendering and geometric analysis, a system performance analysis benchmark suite, geometry libraries for application developers, and more than 30 years of active development.
</p>
</div>
<!-- <div class="articles">
<h2 class="intro-topic">News</h2>
<table class="article-table">
<tr>
<td>
<a onclick="Alert1.render1('1')"><img src="img/Archer_logo.png" alt="IMAGE1"></a>
<a onclick="Alert2.render2('2')"><img src="img/Mike_Muuss.jpg" alt="IMAGE2"></a>
<a onclick="Alert3.render3('3')"><img src="img/documenting_redux.png" alt="IMAGE3"></a>
<a onclick="Alert4.render4('4')"><img src="img/mascot.png" alt="IMAGE4"></a>
</td>
</tr>
</table>
</div>
-->
<div class="why-us">
<h1 class="main-h1" style="font-size: 60px; margin-bottom: 40px;">Highlights</h1>
<ul class="double">
Expand Down Expand Up @@ -266,6 +252,18 @@ <h2 class="intro-topic">Free & Open</h2>
</li>
</ul>
</div>
<div class="articles">
<table class="article-table">
<tr>
<td>
<a onclick="Alert1.render1('1')"><img src="img/Archer_logo.png" alt="IMAGE1"></a>
<a onclick="Alert2.render2('2')"><img src="img/Mike_Muuss.jpg" alt="IMAGE2"></a>
<a onclick="Alert3.render3('3')"><img src="img/documenting_redux.png" alt="IMAGE3"></a>
<a onclick="Alert4.render4('4')"><img src="img/mascot.png" alt="IMAGE4"></a>
</td>
</tr>
</table>
</div>
<!-- <div class="last">
<h1 class="main-h1">
Let's talk!
Expand Down
3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,9 @@ a.menu{
.social{
width: auto;
background: #d0245e;
/* background: #f64747;*/
color: #fff;
text-align: center;
padding: 50px;
padding: 10px;
}
.links{
margin-top: 30px;
Expand Down

0 comments on commit b1f33c0

Please sign in to comment.