diff --git a/img/conv.png b/img/conv.png new file mode 100644 index 00000000..1068f620 Binary files /dev/null and b/img/conv.png differ diff --git a/img/pg.jpg b/img/pg.jpg new file mode 100644 index 00000000..06841fba Binary files /dev/null and b/img/pg.jpg differ diff --git a/img/ray.png b/img/ray.png new file mode 100644 index 00000000..122d966c Binary files /dev/null and b/img/ray.png differ diff --git a/img/solid.png b/img/solid.png new file mode 100644 index 00000000..2279d84f Binary files /dev/null and b/img/solid.png differ diff --git a/index.html b/index.html index 1c1487a4..b0541721 100644 --- a/index.html +++ b/index.html @@ -133,6 +133,49 @@
+ + BRL-CAD focuses on solid modeling CAD. Solid modeling is distinguished from other forms of geometric modeling by an emphasis on + being physically accurate, fully describing 3D space. +
+ +
+ + Raytracing is central to BRL-CAD as a means for performing geometric analysis + and for rendering images for visualization purposes. +
+
+ + A BRL-CAD target description can be converted to a finite element mesh (FEM) using the BRL-CAD g-sat exporter and Cubit from Sandia National Laboratories. +
+
+ + BRL-CAD provides a comprehensive procedural geometry interface as a means for creating models + algorithmically instead of manually. +
+
diff --git a/style.css b/style.css
index 3e5a00ac..12a11d93 100755
--- a/style.css
+++ b/style.css
@@ -252,6 +252,12 @@ a.menu{
font-size:1rem;
color:#333;
}
+.intro-main2 {
+ font-weight: lighter;
+ margin: 5px;
+ font-size: 1rem;
+ color: #fff;
+}
.what-r{
margin-top: 20px;
background: #000;
@@ -266,6 +272,12 @@ a.menu{
font-size:1.11rem;
margin: 15px;
}
+.features {
+ background: #000;
+ padding: 40px 90px 40px 90px;
+ color: #fff;
+ font-size: 1.33rem;
+}
.articles{
text-align: center;
padding: 70px 50px 70px 70px;
@@ -526,6 +538,40 @@ a.menu{
-o-transition: ease-in-out .3s background;
-ms-transition: ease-in-out .3s background;
}
+.nots-opts5 {
+ border: 2px solid #fff;
+ background: #fff;
+ color: #d0245e;
+ font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif;
+ outline-color: #fff;
+ border-radius: 5px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ -o-border-radius: 5px;
+ padding: 5px;
+ font-size: 0.88rem;
+ margin: 0px 0px 20px 0px;
+ cursor: pointer;
+ display: block;
+ width: 200px;
+ height: 35px;
+ line-height: 35px;
+ margin: auto;
+ margin-top: 20px;
+ text-align: center;
+ margin-left:500px;
+}
+
+ .nots-opts5:hover {
+ background: #000;
+ color: #fff;
+ /* color: #f64747; */
+ transition: ease-in-out .3s background;
+ -webkit-transition: ease-in-out .3s background;
+ -moz-transition: ease-in-out .3s background;
+ -o-transition: ease-in-out .3s background;
+ -ms-transition: ease-in-out .3s background;
+ }
#dialogoverflow{
display: none;