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 @@ + + + + + + + BRL-CAD: Open Source Solid Modeling + + + + + + + + + +
+ + + + +
+
+ +
+

Downloads

+
+ +
+ + + + + + + + + + +
+
+ Find out More +
+
+ + + + + + + diff --git a/download/favicon.ico b/download/favicon.ico new file mode 100644 index 00000000..80d7af22 Binary files /dev/null and b/download/favicon.ico differ diff --git a/download/img/apple.svg b/download/img/apple.svg new file mode 100644 index 00000000..8fd241fe --- /dev/null +++ b/download/img/apple.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/download/img/bsd.png b/download/img/bsd.png new file mode 100644 index 00000000..6ee454cd Binary files /dev/null and b/download/img/bsd.png differ diff --git a/download/img/lin.png b/download/img/lin.png new file mode 100644 index 00000000..1e2901b0 Binary files /dev/null and b/download/img/lin.png differ diff --git a/download/img/logo.ico b/download/img/logo.ico new file mode 100644 index 00000000..c92c549a Binary files /dev/null and b/download/img/logo.ico differ diff --git a/download/img/logo_color.png b/download/img/logo_color.png new file mode 100644 index 00000000..f9f93660 Binary files /dev/null and b/download/img/logo_color.png differ diff --git a/download/img/p5.png b/download/img/p5.png new file mode 100644 index 00000000..14a2e901 Binary files /dev/null and b/download/img/p5.png differ diff --git a/download/img/sol.jpg b/download/img/sol.jpg new file mode 100644 index 00000000..e1a1696c Binary files /dev/null and b/download/img/sol.jpg differ diff --git a/download/img/sou.png b/download/img/sou.png new file mode 100644 index 00000000..9f38e86c Binary files /dev/null and b/download/img/sou.png differ diff --git a/download/img/win.png b/download/img/win.png new file mode 100644 index 00000000..8de55c1d Binary files /dev/null and b/download/img/win.png differ diff --git a/download/style.css b/download/style.css new file mode 100644 index 00000000..69f75919 --- /dev/null +++ b/download/style.css @@ -0,0 +1,1126 @@ +/**Basic Styling**/ +*{ + margin: 0px; + padding: 0px; + list-style: none; +} + +html{ + font-size:21px; + line-height:1.5; +} + +body{ + color: #2c3e50; + font-family: Segoe UI, Open Sans, Roboto, sans-serif, Arial; + font-size: 1rem; + font-weight: normal; +} +a{ + text-decoration: none; + color: #2c3e50; +} +a:hover{ + color:#d0245e; + transition: ease-in .2s color; + -webkit-transition: ease-in .2s color; + -moz-transition: ease-in .2s color; + -o-transition: ease-in .2s color; + -ms-transition: ease-in .2s color; +} +/**Text Selection**/ + ::selection { + background-color: #f1f1f1; + color: #000; + } +::-moz-selection { + background-color: #352e7e; + color: #fff; +} +::-o-selection { + background-color: #352e7e; + color: #fff; +} +::-ms-selection { + background-color: #352e7e; + color: #fff; +} +::-webkit-selection { + background-color: #352e7e; + color: #fff; +} +/**Scroll Bar**/ +/* +::-webkit-scrollbar { + width: 10px; +} +::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); +} +::-webkit-scrollbar-thumb { + background: #a1a1a1; + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); +} +::-webkit-scrollbar-thumb:window-inactive { + background: #a1a1a1; +} +*/ +/**Navbar**/ +.header{ + height: 50pt; + background: #fff; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + text-transform: uppercase; +} +.header table{ + border-spacing: 0px 0px; + font-size: 1.33rem; + margin: 0px auto; +} +.logo{ + width: 80%; + height:auto; + margin-top: -8px; + padding-top: 0px; + border-radius: 50%; + background: #000; + z-index: 2; +} +.logomenu{ + text-align: center; + width: 14%; /* 100 / 7 = 14 */ + background: #000; +/* cursor: pointer;*/ +} + +.menutable{ + width: 100%; +} +.menu{ + text-align: center; + width: 14%; /* 100 / 7 = 14 */ +/* cursor: pointer;*/ +} +td.menu{ + background: #000; + text-align: center; + width: 14%; /* 100 / 7 = 14 */ + padding-top: 2%; + padding-bottom: 380px; +} + +a.menu{ + color: #d0245e; + width: 10%; +} + +.menu:hover{ + color: #fff; +} +.container{ + width: 100%; + max-width: 1137px; + margin: 0 auto; +} + +/**First**/ + +.about { + left: 64px; + padding: 25px; + font-size: 1.278rem; + text-align: center; + height: 175px; + background-image: url("img/p5.png"); +} +.tessellactation-container{ + /* FIXME: figure out how to position the canvas beneath the intro1 and header/menu elements */ +} +#tessellactation{ + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 350px; +} +.main-h1{ + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + font-size: 4rem; + color: #2d2d2d; /* #2c3e50; */ +} +.brl{ + position: relative; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + color: #d0245e; /*d91a5d; */ + + text-shadow: 0px 0px 4px #282828, + -1px -1px 0 #282828, + 1px -1px 0 #282828, + -1px 1px 0 #282828, + 1px 1px 0 #282828; +} +.dash{ + position: relative; + top: -8px; + left: -5px; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + color: #888; + + text-shadow: 0px 0px 4px #111, + -1px -1px 0 #111, + 1px -1px 0 #111, + -1px 1px 0 #111, + 1px 1px 0 #111; +} +.cad{ + position: relative; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + color: #fff; + + text-shadow: 0px 0px 4px #111, + -1px -1px 0 #111, + 1px -1px 0 #111, + -1px 1px 0 #111, + 1px 1px 0 #111; +} +.byline{ + position: relative; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + font-size: 1.778rem; + color: #fff; + top: -16px; + + text-shadow: 0px 0px 8px #111, + -1px -1px 0 #111, + 1px -1px 0 #111, + -1px 1px 0 #111, + 1px 1px 0 #111; +} +.pad{ + padding-top: 20px; + height: 180px; + width: 180px; + color:#999; + transition: padding 0.2s linear; /* vendorless fallback */ + -o-transition: color 0.5s linear; /* opera */ + -ms-transition: color 0.5s linear; /* IE 10 */ + -moz-transition: color 0.5s linear; /* Firefox */ + -webkit-transition: padding 0.2s linear; /*safari and chrome */ +} +.pad:hover{ + padding-top: 10px; +} +.main-intro{ + font-family: Segoe UI, Open Sans, Arial, sans-serif; + font-size: 1.67rem; +} +.wrapper-main { + width: 60%; + margin: 0px auto; + padding-top: 15px; +} +.icon-table{ + max-width:1200px; + margin: 10px auto; + border-spacing: 10px 0px; +} + +.icon-table:after{ + content:""; + display:block; + clear:both; +} + +.intro1{ + box-sizing:border-box; + padding:0px 10px; + text-align: center; + width:33%; + min-width:300px; + float:left; + margin:auto; + margin-top:-70px; +} +.intro-topic{ + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + font-size:2rem; + font-weight: lighter; +} +.intro-main{ + font-weight: lighter; + margin: 5px; + font-size:1rem; + color:#333; +} +.intro-main2 { + font-weight: lighter; + margin: 5px; + font-size: 1rem; + color: #fff; +} +.what-r{ + margin-top: 20px; + background: #000; +/* background: #f64747; */ + color: #fff; + padding: 40px 90px 40px 90px; + text-align: center; + font-size: 1.33rem; +} +.down { + margin-top: 20px; + background: #fff; + /* background: #f64747; */ + color: #000; + padding: 40px 90px 40px 90px; + font-size: 1.33rem; +} +.features { + background: #000; + padding: 40px 90px 40px 90px; + color: #fff; + font-size: 1.33rem; + +} + +.what-p{ + font-weight: lighter; + font-size:1.11rem; + margin: 15px; +} +.articles{ + text-align: center; + padding: 70px 50px 70px 70px; +} +.article-table{ + border-spacing: 20px 20px; + margin: 10px auto; +} +.article-table img{ + height: 200px; + width: 200px; + cursor: pointer; + border-radius: 250px; + -webkit-border-radius: 250px; + -moz-border-radius: 250px; + -o-border-radius: 250px; + -ms-border-radius: 250px; +} +.why-us{ + background: url("img/intro-background.gif"); + padding: 60px; +} +.double{ + columns: 2; + -webkit-columns: 2; + -moz-columns: 2; + -o-columns: 2; + -ms-columns: 2; +} +.double li{ + margin-bottom:30px; +} +/**Last**/ +.last{ + padding: 20px 120px 80px 120px; + background: #fff; + text-align: center; +} +.whole-con{ + width: 100%; + margin: 10px auto; + margin-top: 20px; + border-spacing: 10px 10px; +} +.con1{ + vertical-align: top; + width: 50%; +} +.con2{ + vertical-align: top; + width: 50%; +} +.message{ + width: 90%; + outline-color: #d0245e; +/* outline-color: #f64747;*/ + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -o-border-radius: 5px; + padding: 20px; + font-family: Open Sans, Arial, sans-serif; + font-size: 1.22rem; + max-width: 90%; + min-width: 90%; + height: 100px; + resize: none; + height: 180px; + border: none; + border: 1px solid #999; +} +.inputs{ + border: 1px solid #999; + width: 100%; + outline-color: #d0245e; +/* outline-color: #f64747; */ + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -o-border-radius: 5px; + padding: 20px; + font-family: Open Sans, Arial, sans-serif; + font-size: 1.22rem; + max-width: 90%; + min-width: 90%; + margin: 0px 0px 10px 0px; +} +.submits{ + border: 2px solid #d0245e; +/*#f64747; */ + width: 100%; + background: #d0245e; +/* background: #f64747; */ + color: #fff; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + outline-color: #d0245e; +/* outline-color: #f64747; */ + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -o-border-radius: 5px; + padding: 15px; + font-size: 1.22rem; + width: 93%; + margin: 10px auto; + margin-top: 0px; +} +.submits:hover{ + background: #fff; + color: #d0245e; +/* 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; +} +.social{ + width: auto; + background: #d0245e; + color: #fff; + text-align: center; + padding: 10px; +} +.links{ + margin-top: 30px; +} +.links li{ + display: inline; + margin: 10px; +} +.links li img{ + height: 50px; + width: auto; +} +.footer{ + background: #3a3a3a; + color: #fff; + padding: 70px 200px 70px 200px; + text-align: center; +} +/**Other**/ +.nots-opts1{ + border: 2px solid #d0245e; +/*#f64747; */ + background: #d0245e; +/* background: #f64747; */ + color: #fff; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + outline-color: #d0245e; +/* outline-color: #f64747; */ + 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; +} +.nots-opts1:hover{ + background: #fff; + color: #d0245e; +/* 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; +} +.nots-opts2{ + border: 2px solid #d0245e; +/* #f64747; */ + background: #f64747; + color: #fff; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + outline-color: #d0245e; +/* outline-color: #f64747; */ + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -o-border-radius: 5px; + padding: 5px; + font-size: 0.78rem; + margin: 0px 0px 20px 0px; + cursor: pointer; +} +.nots-opts2:hover{ + background: #fff; + color: #d0245e; +/* 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; +} +.nots-opts3{ + border: 2px solid #d0245e; +/*#f64747;*/ + background: #d0245e; +/* background: #f64747; */ + color: #fff; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + outline-color: #d0245e; +/* outline-color: #f64747; */ + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -o-border-radius: 5px; + padding: 5px; + font-size: 0.78rem; + margin: 0px 0px 20px 0px; + cursor: pointer; +} +.nots-opts3:hover{ + background: #fff; + color: #d0245e; +/* 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; +} +.nots-opts4{ + border: 2px solid #d0245e; +/* #f64747; */ + background: #d0245e; +/* background: #f64747; */ + color: #fff; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + outline-color: #d0245e; +/* outline-color: #f64747; */ + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -o-border-radius: 5px; + padding: 5px; + font-size: 0.78rem; + margin: 0px 0px 20px 0px; + cursor: pointer; +} +.nots-opts4:hover{ + background: #fff; + color: #d0245e; +/* 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; +} +.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: 10px 20px 10px 20px; + font-size: 0.88rem; + margin: 0px 0px 20px 0px; + cursor: pointer; + width: 200px; + height: 35px; + line-height: 35px; + margin: auto; + margin-top: 20px; + margin-left:500px; + text-align: center; +} + + .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; + position: fixed; + top: 0; + right: 0; + width: 100%; + z-index: 10; + background: url("img/bg.png"); + } + #dialogbox{ + opacity:1; + display: none; + position: fixed; + background: #fff; + color: #444; + border: 1px solid #1a1a1a; + box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -webkit-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -moz-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -o-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -o-border-radius: 3px; + -ms-border-radius: 3px; + width: 750px; + z-index: 10; + } + #dialogbox > div > #dialogboxhead{ + text-align: center; + font-weight: normal; + font-size: 1.39rem; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + padding: 10px; + margin-bottom: 0px; + border-bottom: 1px solid #666; + } + #dialogbox > div > #dialogboxbody{ + font-weight: normal; + padding: 10px; + margin: 0px 0px 0px 0px; + padding: 20px 20px 20px 20px; + font-size: 90%; + height: 300px; + overflow-y: scroll; + } + #dialogbox > div > #dialogboxfoot{ + padding: 10px; + font-size: 90%; + border-top: 1px solid #666; + } + #dialogoverflow2{ + display: none; + position: fixed; + top: 0; + right: 0; + width: 100%; + z-index: 10; + background: url("img/bg.png"); + } + #dialogbox2{ + opacity:1; + display: none; + position: fixed; + background: #fff; + color: #444; + border: 1px solid #1a1a1a; + box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -webkit-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -moz-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -o-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -o-border-radius: 3px; + -ms-border-radius: 3px; + width: 750px; + z-index: 10; + } + #dialogbox2 > div > #dialogboxhead2{ + text-align: center; + font-weight: normal; + font-size: 25px; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + padding: 10px; + margin-bottom: 0px; + border-bottom: 1px solid #666; + } + #dialogbox2 > div > #dialogboxbody2{ + font-weight: normal; + padding: 10px; + margin: 0px 0px 0px 0px; + padding: 20px 20px 20px 20px; + font-size: 90%; + height: 300px; + overflow-y: scroll; + } + #dialogbox2 > div > #dialogboxfoot2{ + padding: 10px; + font-size: 90%; + border-top: 1px solid #666; + } + #dialogoverflow3{ + display: none; + position: fixed; + top: 0; + right: 0; + width: 100%; + z-index: 10; + background: url("img/bg.png"); + } + #dialogbox3{ + opacity:1; + display: none; + position: fixed; + background: #fff; + color: #444; + border: 1px solid #1a1a1a; + box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -webkit-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -moz-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -o-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -o-border-radius: 3px; + -ms-border-radius: 3px; + width: 750px; + z-index: 10; + } + #dialogbox3 > div > #dialogboxhead3{ + text-align: center; + font-weight: normal; + font-size: 1.39rem; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + padding: 10px; + margin-bottom: 0px; + border-bottom: 1px solid #666; + } + #dialogbox3 > div > #dialogboxbody3{ + font-weight: normal; + padding: 10px; + margin: 0px 0px 0px 0px; + padding: 20px 20px 20px 20px; + font-size: 90%; + height: 300px; + overflow-y: scroll; + } + #dialogbox3 > div > #dialogboxfoot3{ + padding: 10px; + font-size: 90%; + border-top: 1px solid #666; + } + #dialogoverflow4{ + display: none; + position: fixed; + top: 0; + right: 0; + width: 100%; + z-index: 10; + background: url("img/bg.png"); + } + #dialogbox4{ + opacity:1; + display: none; + position: fixed; + background: #fff; + color: #444; + border: 1px solid #1a1a1a; + box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -webkit-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -moz-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -o-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -o-border-radius: 3px; + -ms-border-radius: 3px; + width: 750px; + z-index: 10; + } + #dialogbox4 > div > #dialogboxhead4{ + text-align: center; + font-weight: normal; + font-size: 1.39rem; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + padding: 10px; + margin-bottom: 0px; + border-bottom: 1px solid #666; + } + #dialogbox4 > div > #dialogboxbody4{ + font-weight: normal; + padding: 10px; + margin: 0px 0px 0px 0px; + padding: 20px 20px 20px 20px; + font-size: 90%; + height: 300px; + overflow-y: scroll; + } + #dialogbox4 > div > #dialogboxfoot4{ + padding: 10px; + font-size: 90%; + border-top: 1px solid #666; + } + #dialogoverflow5{ + display: none; + position: fixed; + top: 0; + right: 0; + width: 100%; + z-index: 10; + background: url("img/bg.png"); + } + #dialogbox5{ + opacity:1; + display: none; + position: fixed; + background: #fff; + color: #444; + border: 1px solid #1a1a1a; + box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -webkit-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -moz-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + -o-box-shadow: rgba(0, 0, 0, .8) 0px 0px 20px 0px; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -o-border-radius: 3px; + -ms-border-radius: 3px; + width: 550px; + z-index: 10; + } + #dialogbox5 > div > #dialogboxhead5{ + text-align: center; + font-weight: normal; + font-size: 1.39rem; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + padding: 10px; + margin-bottom: 0px; + border-bottom: 1px solid #666; + } + #dialogbox5 > div > #dialogboxbody5{ + font-weight: normal; + padding: 10px; + margin: 0px 0px 0px 0px; + padding: 20px 20px 20px 20px; + font-size: 90%; + height: 150px; + overflow-y: scroll; + } + #dialogbox5 > div > #dialogboxfoot5{ + padding: 10px; + font-size: 90%; + border-top: 1px solid #666; + } + @media screen and (max-width: 500px){ + .what-r{ + padding:40px 40px 40px 40px; + text-align:left; + } + + } + @media screen and (max-width: 700px) and (min-width:601px){ + .wrapper-main{ + margin-top:50px; + } + } + @media screen and (max-width: 700px) and (min-width: 100px){ + html{ + font-size: 18px; + } + .header{ + display: none; + } + .about{ + padding: 10px; + background: #2d2d2d; +/* background: url("img/intro-background.gif"); */ + text-align: center; + height: 250px; + } + .tessellactation-container{ + display: none; + } + .main-h1{ + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + font-size: 2.85rem; + color: #2c3e50; + margin-top: 20px; + } + .brl{ + position: relative; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + color: #d0245e; + margin-top: 20px; + } + .dash{ + position: relative; + top: -8px; + left: -5px; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + color: #888; + margin-top: 20px; + } + .cad{ + position: relative; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + color: #fff; + margin-top: 20px; + } + .byline{ + position: relative; + font-family: Intro, Segoe UI, Open Sans, Arial, sans-serif; + color: #fff; + top: -6px; + font-size:1.11rem; + } + .main-intro{ + } + .pad{ + width: 100px; + height: 100px; + margin-top: 0px; + } + .who-r{ + margin-top: 450px; + padding: 20px 20px 20px 20px; + } + .articles{ + display: none; + } + .why-us{ + padding: 10px 10px 10px 10px; + } + .last{ + display: none; + } + .links li img{ + width: 30px; + height: auto; + } + .footer{ + padding: 20px 20px 20px 20px; + } + } + +/************** +New Navigtaion +***************/ + +.id_logo { + height: 50px; + margin-left: 20px; + float: left; +} + +.circle { + width: 50px; + height: 50px; + border-radius: 50%; + background: transparent; + display: inline-block; + -webkit-transition-property: all; + -moz-transition-property: all; + -o-transition-property: all; + transition-property: all; + -webkit-transition-duration: 1s; + -moz-transition-duration: 1s; + -o-transition-duration: 1s; + transition-duration: 1s; + -webkit-transition-timing-function: ease-in; + -moz-transition-timing-function: ease-in; + -o-transition-timing-function: ease-in; + transition-timing-function: ease-in; +} +.circle img { + margin-top: 0px; +} + +.head { + min-height: 50px; + background: #222222; + width: 100%; + position: fixed; + top: 0; + z-index: 1000; + -webkit-box-shadow: 0px 2px 3px #222222; + -moz-box-shadow: 0px 2px 3px #222222; + box-shadow: 0px 2px 3px #222222; +} +.head a { + color: #ececec; +} +.navbar { + width: 90%; + max-width: 1000px; + margin: auto; +} +.navbar .navigation li { + float: right; + text-align:center; + width: 16%; + line-height: 50px; + font-size: 16px; + border-bottom: 2px solid #222222; + -webkit-transition-property: all; + -moz-transition-property: all; + -o-transition-property: all; + transition-property: all; + -webkit-transition-duration: 0.1s; + -moz-transition-duration: 0.1s; + -o-transition-duration: 0.1s; + transition-duration: 0.1s; + -webkit-transition-timing-function: ease-in; + -moz-transition-timing-function: ease-in; + -o-transition-timing-function: ease-in; + transition-timing-function: ease-in; +} +.navbar .navigation li:hover { + border-bottom: 2px solid #ee3b5b; +} + +.navbar .navigation li a { + display: block; +} +#nav-button { + display: none; + position: absolute; + right:0; + line-height: 50px; + color: white; + width: 50px; + height: 50px; + text-align: center; + margin-right: 20px; + cursor: pointer; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +/*Mail subsription*/ +.input-mail +{ + line-height: 35px; + background-color: #fff; + padding: 5px; + width: 250px; + border-radius: 5px; + border: 0; + margin-top: 20px; +} +.message-mail +{ + display: none; +} +.submit-mail +{ + border: 2px solid #fff; + color: #d0245e; + background-color: #fff; + border-radius: 5px; + padding: 5px; + font-size: 0.88rem; + cursor: pointer; + display:block; + width:200px; + line-height:35px; + margin:auto; + margin-top:10px; + margin-bottom: 20px; + text-align:center; +} +.submit-mail:hover +{ + background-color: #d0245e; + color: #fff; +} + +/* Desktop */ +@media only screen and (max-width: 1100px) { + .navbar .navigation li { + font-size: 14px; + width: 136px; + } +} + +/* Tablet */ +@media only screen and (max-width: 945px) { + .intro1{ + float:none; + width:60%; + margin-top:0px; + } + .navbar .navigation li { + font-size: 14px; + width: 33%; + } + + .navbar .navigation { + float: right; + width: 80%; + } + + .id_logo { + top: 25px; + left: 10px; + } + ul.double{ + columns: 1; + -webkit-columns: 1; + -moz-columns: 1; + -o-columns: 1; + -ms-columns: 1; + } + #nav-button { + display: block; + } + .navbar { + display: none; + } + + .navbar .navigation { + float: right; + width: 100%; + } + + .navbar .navigation li { + font-size: 18px; + width: 100%; + } +} + +/* Mobile */ +@media only screen and (max-width: 780px) { + + +} 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..b739328e 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ News
  • Documentation
  • -
  • +
  • Download
  • @@ -133,6 +133,49 @@

    Free & Open

    Learn More +
    +
    +

    Features

    +
      +
    • + +

      Solid Geometry

      +

      + 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

      +

      + Raytracing is central to BRL-CAD as a means for performing geometric analysis + and for rendering images for visualization purposes. +

      +
    • +
      +
    • + +

      Geometry Conversion

      +

      + 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. +

      +
    • +
      +
    • + +

      Procedural Geometry

      +

      + BRL-CAD provides a comprehensive procedural geometry interface as a means for creating models + algorithmically instead of manually. +

      +
    • +
    + Find out More +
    +
    IMAGE1 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;