diff --git a/AUTHORS b/AUTHORS index 3ff2a283..0becb06f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -20,3 +20,5 @@ Landing page, TweenLite mouse-tracking tessellation effect Yash Landing page, design concepts +Anirudh Prabhakaran +Downloads Page, OS Detection diff --git a/download.css b/download.css new file mode 100644 index 00000000..10252611 --- /dev/null +++ b/download.css @@ -0,0 +1,65 @@ +.menu{ + padding-bottom: 5%; +} +.dash{ + color: #d0245e; +} +li{ + padding-bottom: 1%; +} +.buttonclass{ + margin: 2%; + display: grid; + grid-template-columns: 1fr 1fr 1fr; + grid-template-rows: 100px; +} +.button{ + grid-column: 2/3; + display: flex; + justify-content: center; + align-items: center; + background-color: black; + color:white; + transition: 0.3s; +} +.button:hover{ + background-color: #d0245e; + transition: 0.3s; +} +.button:hover .downloadbutton{ + color:white; + text-decoration: none; +} +.downloadbutton{ + color: white; + text-decoration: none; +} +.header-text{ + background-color: white; + color:black; + padding-top: 10%; + padding-left: 5%; + padding-bottom: 5%; + font-size:1.5em; +} +.download-list{ + margin-top: 1%; + display: grid; + grid-template-columns: 1fr 1fr 1fr; + grid-auto-rows: 100px; + grid-gap: 10px; +} +.download-list div{ + display: flex; + justify-content: center; + align-items: center; + transition: 0.3s; + border: 2px solid black; +} +.download-list div:hover{ + transition: 1s; + background-color: #d0245e; +} +.download-list div:hover a{ + color:white; +} diff --git a/download.html b/download.html new file mode 100644 index 00000000..7fd22d3d --- /dev/null +++ b/download.html @@ -0,0 +1,159 @@ + + + + + Downloads | BRL-CAD + + + + + + + + +
+ + + + +
+ +
+

Download

+
+ +
+

Download the latest version for your operating system: +

+ +
+ +
+ +

Download for other platforms:

+ + +
+ +
+ +

Download for other platforms:

+ +
+ +
+ +

Download for other platforms:

+ +
+ +

+
+ + + + + + + + + + + + diff --git a/index.html b/index.html index 1c1487a4..57000751 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + BRL-CAD: Open Source Solid Modeling @@ -30,7 +30,7 @@ News
  • Documentation
  • -
  • +
  • Download
  • @@ -188,9 +188,8 @@

    Subscribe to Mailing List