diff --git a/about.html b/about.html new file mode 100644 index 00000000..b8965023 --- /dev/null +++ b/about.html @@ -0,0 +1,172 @@ + + + + + + + + BRL-CAD Features + + + + + +
+ + + + +
+
+ +
+ +
+ +
+

BRLCAD

+ +
+ +
+
+
+
+

+ + Who we are? + +

+

+
+

+ Who we are? - BRL-CADBRL-CAD is a constructive solid geometry (CSG) solid modeling computer-aided design (CAD) system. It includes + an interactive geometry editor, ray tracing support for graphics rendering and geometric analysis, computer network distributed framebuffer support, scripting, image-processing and signal-processing tools. The entire package is distributed + in source code and binary form. +

+ +

Although BRL-CAD can be used for a variety of engineering and graphics applications, the package's primary purpose continues to be the support of ballistic and electromagnetic analyses. In keeping with the Unix philosophy of developing independent + tools to perform single, specific tasks and then linking the tools together in a package, BRL-CAD is basically a collection of libraries, tools, and utilities that work together to create, raytrace, and interrogate geometry and manipulate + files and data. In contrast to many other 3D modelling applications, BRL-CAD primarily uses CSG rather than boundary representation. This means BRL-CAD can "study physical phenomena such as ballistic penetration and thermal, radiative, neutron, + and other types of transport". It does also support boundary representation.

+ +

The BRL-CAD libraries are designed primarily for the geometric modeler who also wants to tinker with software and design custom tools. Each library is designed for a specific purpose: creating, editing, and ray tracing geometry, and image handling. + The application side of BRL-CAD also offers a number of tools and utilities that are primarily concerned with geometric conversion, interrogation, image format conversion, and command-line-oriented image manipulation.

+ +
+
+
+
+

+ + History and Vision + +

+

+
+

+ History - BRL-CADBRL-CAD was originally conceived and written by the late Michael Muuss, the inventor of the popular PING network + program. In 1979, the U.S. Army Ballistic Research Laboratory (BRL) (the agency responsible for creating ENIAC, the world's first general-purpose electronic computer in the 1940s) identified a need for tools that could assist with the computer + simulations and analysis of combat vehicle systems and environments. When no existing CAD package was found to be adequate for this specialized purpose, Mike and fellow software developers began developing and assembling a unique suite of + utilities capable of interactively displaying, editing, and interrogating geometric models. Those early efforts subsequently became the foundation on which BRL-CAD was built.

+

+ Development of BRL-CAD as a unified software package began in 1983, and its first public release came in 1984. Then, in 2004, BRL-CAD was converted from a limited-distribution U.S. government-controlled code to an open source project, with portions licensed + under the LGPL and BSD licenses. +

+

+ Today, the package's source code repository is credited as being the world's oldest, continuously developed open source repository. As a project, pride is taken in preserving all history and contributions. +

+

+ The ongoing vision for BRL-CAD development is to provide a robust, powerful, flexible, and comprehensive solid modeling system that includes: +

+ +
+
+
+
+

+ + Key Strengths + +

+

+
+

+ Strategy - BRL-CADAll CAD packages are not alike. Among the many strengths of the BRL-CAD package are the following:

+ +
+
+

view us on social media!

+ + +
+ + + + + + + + + + diff --git a/img/history.jpg b/img/history.jpg new file mode 100644 index 00000000..6a21d6dc Binary files /dev/null and b/img/history.jpg differ diff --git a/img/strength.jpg b/img/strength.jpg new file mode 100644 index 00000000..1bb61a59 Binary files /dev/null and b/img/strength.jpg differ diff --git a/img/whoweare.jpg b/img/whoweare.jpg new file mode 100644 index 00000000..ea228614 Binary files /dev/null and b/img/whoweare.jpg differ diff --git a/index.html b/index.html index 1c1487a4..dbd1b871 100644 --- a/index.html +++ b/index.html @@ -30,10 +30,10 @@ News
  • Documentation
  • -
  • +
  • Download
  • - + About
  • diff --git a/style.css b/style.css index 3e5a00ac..ce17e53d 100755 --- a/style.css +++ b/style.css @@ -28,6 +28,27 @@ a:hover{ -o-transition: ease-in .2s color; -ms-transition: ease-in .2s color; } +section { + width: 98vw; + height: auto; + padding: 2vh 5vw 2vh 5vw; + /*padding: top right bottom left*/ +} + +section p { + font-weight: lighter; + font-size: 1.11rem; + margin: 15px; +} + +hr { + display: block; + border: none; + color: white; + height: 1px; + background: black; + background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff)); +} /**Text Selection**/ ::selection { background-color: #f1f1f1; @@ -1009,6 +1030,13 @@ New Navigtaion color: #fff; } + +.about-img { + width: 500px; + height: 330px; +} + + /* Desktop */ @media only screen and (max-width: 1100px) { .navbar .navigation li {