Skip to content

Commit

Permalink
Merge pull request #25 from cezarelnazli/master
Browse files Browse the repository at this point in the history
Assortment of fixes including custom scrollbar removal and typos
  • Loading branch information
brlcad authored Mar 27, 2018
2 parents c2e2974 + 17ff466 commit 5d6874c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
gallery/
*~
.DS_Store
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ <h2 class="intro-topic">Open Source!</h2>
<img src="img/icon-love.svg" class="pad" alt="Join Us!" onerror="this.onerror=null; this.src='img/brlcad-icon-love.png'">
<h2 class="intro-topic">Join Us!</h2>
<p class="intro-main">
Help make a better CAD system, make modeling fun. No experience neccassary.
Help make a better CAD system, make modeling fun. No experience necessary.
</p>
</div>
<div class="intro1">
<img src="img/icon-3d.svg" class="pad" alt="Solid Modeling!" onerror="this.onerror=null; this.src='img/brlcad-icon-3d.png'">
<h2 class="intro-topic">Solid Modeling!</h2>
<p class="intro-main">
Hybrid CSG and B-REP kernel with innovative methods for unambiguous 3D geometry. Verification, validation, performant.
Hybrid CSG and B-REP kernel with innovative methods for unambiguous 3D geometry. Verification, validation, performance.
</p>
</div>
</div>
Expand Down Expand Up @@ -182,7 +182,7 @@ <h1 class="main-h1" style="font-size: 1.55rem; color: #fff;">Follow us on social
</ul>
<h2>Subscribe to Mailing List</h2>
<form action="https://lists.sourceforge.net/lists/subscribe/brlcad-news" id="mail-subscribe">
<label class="message-mail">Succesfuly subscribed to mailing list.</label>
<label class="message-mail">Successfully subscribed to mailing list.</label>
<input type="email" class="input-mail" name="email" placeholder="Your e-mail" required/>
<input type="submit" class="submit-mail" value="Subscribe"/>
</form>
Expand Down Expand Up @@ -245,7 +245,8 @@ <h2>Subscribe to Mailing List</h2>
<div id="dialogboxbody3">
BRL-CAD was selected to participate in the 2013 Google Summer of Code Doc Camp. A team of contributors got together in California,
brainstormed, and wrote an entire book for BRL-CAD in just a few days. They created a guide for contributing
to BRL-CAD. BRL-CAD doc team getting to work writing a book from scratch in less than three days Contrary
to BRL-CAD. BRL-CAD doc team getting to work writing a book
from scratch in less than three days. Contrary
to and perhaps because of longstanding efforts, people interested in improving BRL-CAD sometimes find
themselves lost in a sea of information. In all, BRL-CAD has more than a million words of documentation
across hundreds of manual pages, dozens of tutorials and examples, hundreds of wiki pages, dozens of
Expand All @@ -257,7 +258,7 @@ <h2>Subscribe to Mailing List</h2>
campus and talked at length about techniques, tools, formats, documenters, and more. By the end of the
week, seven individuals from four different countries, three continents, and one oceanic island produced
a book for BRL-CAD totaling more than 100 pages in length. As free open source software, one of BRL-CAD's
greatest strengths is that anyone can get involved and directly contribute. You can make it better. This
greatest strength is that anyone can get involved and directly contribute. You can make it better. This
new book focuses on that aspect and introduces people to the project while providing detailed information
for developers, writers, artists, and other potential contributors. Fresh air break with Allen Gunn of
Aspiration and Adam Hyde of FLOSS Manuals This new effort kick-starts a campaign to dramatically improve
Expand Down
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ a:hover{
color: #fff;
}
/**Scroll Bar**/
/*
::-webkit-scrollbar {
width: 10px;
}
Expand All @@ -63,6 +64,7 @@ a:hover{
::-webkit-scrollbar-thumb:window-inactive {
background: #a1a1a1;
}
*/
/**Navbar**/
.header{
height: 50pt;
Expand Down

0 comments on commit 5d6874c

Please sign in to comment.