Skip to content

Commit

Permalink
fix up the three project highlights: open source, solid modeling, and…
Browse files Browse the repository at this point in the history
… help wanted
  • Loading branch information
brlcad committed Feb 21, 2016
1 parent b73688d commit fd632fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</script>
</head>
<body>
<!-- <canvas id="tessellactation" height="300"></canvas> -->
<!-- <canvas id="tessellactation" height="300"></canvas> -->

<div class="header" id="header">
<table width="93%">
Expand Down Expand Up @@ -185,27 +185,24 @@ <h2 class="byline">Think&nbsp;•&nbsp;Invent&nbsp;•&nbsp;Create</h2>
<table class="icon-table">
<tr>
<td class="intro1">
<img src="img/icon-open.png" class="pad" alt="ICON1">
<img src="img/icon-open.png" class="pad" alt="Open Source!">
<h2 class="intro-topic">Open Source!</h2>
<p class="intro-main">
All of our stuff is open source, so that means anyone can contribute
their ideas and thoughts to our projects and works.
100% FREE with people all over the world contributing their thoughts. Escape vendor lock-in, for any purpose, forever.
</p>
</td>
<td class="intro1">
<img src="img/icon-3d.png" class="pad" alt="ICON2">
<h2 class="intro-topic">3D Modeling!</h2>
<img src="img/icon-love.png" class="pad" alt="Join Us!">
<h2 class="intro-topic">Join Us!</h2>
<p class="intro-main">
We do lots of cool stuff such as 3D modeling and create
outstanding machines with great support from our team.
Help make a better CAD system, make modeling fun. No experience necessary. <br /><a href="https://www.flossmanuals.net/contributors-guide-to-brl-cad/" class="nots-opts1">Learn More</a>
</p>
</td>
<td class="intro1">
<img src="img/icon-love.png" class="pad" alt="ICON3">
<h2 class="intro-topic">love our job!</h2>
<img src="img/icon-3d.png" class="pad" alt="Solid Modeling!">
<h2 class="intro-topic">Solid Modeling!</h2>
<p class="intro-main">
The best part of our job is loving what we do and that is what leads
us to create fascinating machines and programs.
Hybrid CSG and B-REP kernel with innovative methods for unambiguous 3D geometry. Verification, validation, performant.
</p>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ a:hover{
.intro1{
text-align: center;
vertical-align: top;
width: 34%;
width: 33%;
}
.intro2{
text-align: center;
Expand Down

4 comments on commit fd632fd

@inderpreetsingh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

http://beta.brlcad.org/ is this the new one?

@brlcad
Copy link
Member Author

@brlcad brlcad commented on fd632fd Feb 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Aiming to deploy this week, so at least the front page is improved.

@inderpreetsingh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have forked and will be sending some improvements as pull requests soon.
Also making issues that inform what I am working on. If I happen to choose to work on something that someone has already claimed, please let me know.

Thanks :) Looking forward to a better web portal for BRL-CAD.

@brlcad
Copy link
Member Author

@brlcad brlcad commented on fd632fd Feb 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Inderpreet, looking forward to seeing them. Please keep pull requests concise, or simply push them with master if they're complete, as we need this to go live as soon as possible -- hopefully today. I'll be turning parts off that aren't yet working (like the mailing list subscription) just so it's all in a clean working state fast. I'll comment on the issues you posted, thanks!

Please sign in to comment.