From fdc31237760d60fdd47da49323684a38748bd0f0 Mon Sep 17 00:00:00 2001 From: Alexandra-22 Date: Thu, 12 Dec 2019 14:09:35 -0500 Subject: [PATCH 1/4] CSS code for "About" page --- style.css | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/style.css b/style.css index 3e5a00ac..bc706898 100755 --- a/style.css +++ b/style.css @@ -1063,6 +1063,54 @@ New Navigtaion } } +.wrapper-color { + background-color: #707A95; + background-image: url("https://cdn.glitch.com/e4a7d1e9-26eb-4304-9ef7-86c830bf7582%2Fthumbnails%2FScreenshot%202019-12-09%20at%205.34.28%20AM.png?1575887709180"); + background-color: rgba(255,255,255,0.25); + background-blend-mode: lighten; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + height: 150px; +} + +.wrapper-about{ + width: 18%; + margin: 0px auto; + padding-top: 45px; + padding-bottom: 5px; + /*background: #000; */ + +} + +.about-main-h1{ + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + font-size: 100px; + color: #2d2d2d; /* #2c3e50; */ + margin-bottom: 0px; +} +.about{ + position: relative; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + font-size: 75px; + color: /*white;*/#d0245e; + + text-shadow: 0px 0px 4px #282828, + -1px -1px 0 #282828, + 1px -1px 0 #282828, + -1px 1px 0 #282828, + 1px 1px 0 #282828; +} + +h2 { + color: #d0245e; +} + +.words { + margin: 10px; + padding: 10px; +} + /* Mobile */ @media only screen and (max-width: 780px) { From 357dac622227085f4224eed156e12bf6a68cf2ff Mon Sep 17 00:00:00 2001 From: Alexandra-22 Date: Thu, 12 Dec 2019 14:11:50 -0500 Subject: [PATCH 2/4] About page content --- about.html | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 00000000..e1c95d8e --- /dev/null +++ b/about.html @@ -0,0 +1,120 @@ + + + + BRL-CAD: About + + + + + + + +
+
+

About

+ + + + +
+
+ + + +
+
+ +

+ About BRL-CAD +

+ +

+ BRL-CAD is a cross platform open source solid modeling system that includes interactive geometry editing, high-performance + ray-tracing for rendering and geometric analysis, a system performance analysis benchmark suite, and geometry libraries + for application developers. Everything is distributed in source code and binary form. Although BRL-CAD can be used for + a wide range of engineering and graphics applications, its main purpose continues to be the support of ballistic and + electromagnetic analyses. BRL-CAD is basically a collection of libraries, tools, and utilities that work together to + create, raytrace, and integrate geometry and manipulate files and data. BRL-CAD is a large system with various portions + under different license but is predominantly distributed as a collective work under the v2.1 LGPL. Most of our data files + and documentation are provided under a modified BSD license or are in the public domain. +

+
+ +

+

+
+

+ What does BRL-CAD stand for? +

+ +

+ The BRL in BRL-CAD stands for Ballistic Research Laboratory, which is where the project originates. Though BRL was absorbed + into the U.S. Army Research Laboratory in 1992, BRL-CAD has retained its original distinctive name and trademark heritage. +

+
+

+ Our History +

+

+ + BRL-CAD was created in 1979 when the U.S. Army Ballistic Research Laboratory expressed a need for tools that could assist + with the computer simulation and engineering analysis of combat vehicle systems and environments. When no CAD package was + found to be adequate for this purpose, BRL software developers - led by Mike Muuss - began assembling a suite fo utilities + capable of interactively displaying, editing, and interrogating geometric models. This suite became known as what you see + today - BRL-CAD. Development in BRL-CAD as a package began in 1983, and its first public release was made in 1984. BRL-CAD + became an open-source project in December 2004. +
+ The BRL-CAD source code repository is the oldest known public version-controlled codebase in the world still under active + developement. It dates back to 1983, resulting in more than 30 years of active development. + +

+
+
+ + + + + + From a8b78feb6b94b2085ebccc6c2e356e29b81f7549 Mon Sep 17 00:00:00 2001 From: Alexandra-22 Date: Fri, 13 Dec 2019 06:45:40 -0500 Subject: [PATCH 3/4] Updated About Link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1c1487a4..fadd83f9 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@
  • Download
  • - + About
  • From a1a925e18af0e6608e0a155b9490e408c834e753 Mon Sep 17 00:00:00 2001 From: Alexandra-22 Date: Fri, 13 Dec 2019 07:33:59 -0500 Subject: [PATCH 4/4] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fadd83f9..53142c08 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@

    Free & Open

    you ever for any update or support.

    - Learn More + Learn More