diff --git a/download/download.html b/download/download.html new file mode 100644 index 00000000..d5cbb1f1 --- /dev/null +++ b/download/download.html @@ -0,0 +1,290 @@ + + + +
+ + +
+
+
+ Download our newest Source Code
+ Download Here +
+ + 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;