Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ Landing page, TweenLite mouse-tracking tessellation effect
Yash
Landing page, design concepts

Anirudh Prabhakaran
Downloads Page, OS Detection
65 changes: 65 additions & 0 deletions download.css
Original file line number Diff line number Diff line change
@@ -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;
}
159 changes: 159 additions & 0 deletions download.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Downloads | BRL-CAD</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="download.css" />
<link rel="shortcut icon" type="image/x-icon" href="img/logo.ico" />
</head>
<body>

<!-- header code starts here -->
<header class="head">
<div class="id_logo" id='logo'>
<span class="circle" href="#">
<img src="img/logo_color.png" width="50px" height="50px"/>
</span>
</div>

<nav class="navbar">
<ul class="navigation id_main-nav" id="main-nav">
<li><a href="http://brlcad.org/gallery">
Gallery</a></li>
<li><a href="https://sourceforge.net/projects/brlcad/support">
Support</a></li>
<li><a href="https://www.facebook.com/BRL-CAD-387112738872/">
News</a></li>
<li><a href="http://brlcad.org/wiki/">
Documentation</a></li>
<li><a href="./download.html">
Download</a></li>
<li>
<a href="http://brlcad.org/d/about">
About
</a>
</li>

</ul>
</nav>
<div id="nav-button" onClick="toggleMenu()">
&#9776;
</div>
</header>

<div class="header-text">
<h1>Download</h1>
</div>

<div class="why-us">
<p class="intro-main" style="font-size:1.4em;">Download the latest version for your operating system:
<div id="fordefault">
<div class="download-list">
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux/7.28.0/">Linux</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/7.26.0/">Windows</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Mac%20OS%20X/7.26.0/">Mac OS X</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20BSD/7.26.0/">BSD</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Solaris/7.14.0/">Solaris</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20IRIX/7.10.4/">IRIX</a></div>
<div class="grid-column:2/3;"><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/7.28.0/">Source Code</a></div>
</div>
</div>

<div id="forwindows">
<div class="buttonclass">
<div class="button">
<a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/7.26.0/" class="downloadbutton">Download for Windows</a>
</div>
</div>
<p class="intro-main" style="font-size:1.2em;">Download for other platforms:</p>
<div class="download-list">
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux/7.28.0/">Linux</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Mac%20OS%20X/7.26.0/">Mac OS X</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20BSD/7.26.0/">BSD</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Solaris/7.14.0/">Solaris</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20IRIX/7.10.4/">IRIX</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/7.28.0/">Source Code</a></div>
</div>
</ul>
</div>

<div id="formacos">
<div class="buttonclass">
<div class="button">
<a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Mac%20OS%20X/7.26.0/" class="downloadbutton">Download for Mac OS X</a>
</div>
</div>
<p class="intro-main" style="font-size:1.2em;">Download for other platforms:</p>
<div class="download-list">
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux/7.28.0/">Linux</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/7.26.0/">Windows</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20BSD/7.26.0/">BSD</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Solaris/7.14.0/">Solaris</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20IRIX/7.10.4/">IRIX</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/7.28.0/">Source Code</a></div>
</div>
</div>

<div id="forlinux">
<div class="buttonclass">
<div class="button">
<a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Mac%20OS%20X/7.26.0/" class="downloadbutton">Download for Linux</a>
</div>
</div>
<p class="intro-main" style="font-size:1.2em;">Download for other platforms:</p>
<div class="download-list">
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Mac%20OS%20X/7.26.0/">Mac OS X</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/7.26.0/">Windows</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20BSD/7.26.0/">BSD</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Solaris/7.14.0/">Solaris</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20IRIX/7.10.4/">IRIX</a></div>
<div><a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/7.28.0/">Source Code</a></div>
</div>
</div>

</p>
</div>

<div class="footer">
<h1 class="main-h1" style="font-size: 25px; color: #fff; margin-top: 0px">BRL-CAD &COPY; 2020</h1>
<p>All trademarks referenced herein are the properties of their respective owners. This site is not sponsored, endorsed, or run by the U.S. Government.</p>
</div>

<script src="https://brlcad.org/js/rAF.js"></script>
<script src="https://brlcad.org/js/TweenLite.min.js"></script>
<script src="https://brlcad.org/js/EasePack.min.js"></script>
<script type="text/javascript" src="https://brlcad.org/js/tessellactation.js" ></script>

<script type="text/javascript">
var OSName="Unknown OS";
if (navigator.userAgent.indexOf("Win")!=-1) OSName="Windows";
if (navigator.userAgent.indexOf("Mac OS X")!=-1) OSName="MacOS";
if (navigator.userAgent.indexOf("Linux")!=-1) OSName="Linux";

if(OSName == "Windows"){
document.getElementById('forwindows').style.display = "block";
document.getElementById('formacos').style.display = "none";
document.getElementById('forlinux').style.display = "none";
document.getElementById('fordefault').style.display = "none";
} else if(OSName=="MacOS") {
document.getElementById('formacos').style.display = "block";
document.getElementById('forwindows').style.display = "none";
document.getElementById('forlinux').style.display = "none";
document.getElementById('fordefault').style.display = "none";
} else if (OSName=="Linux") {
document.getElementById('forlinux').style.display = "block";
document.getElementById('formacos').style.display = "none";
document.getElementById('forwindows').style.display = "none";
document.getElementById('fordefault').style.display = "none";
} else {
document.getElementById('fordefault').style.display = "block";
document.getElementById('formacos').style.display = "none";
document.getElementById('forlinux').style.display = "none";
document.getElementById('forwindows').style.display = "none";
}
</script>

</body>
</html>
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BRL-CAD: Open Source Solid Modeling</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="shortcut icon" type="image/x-icon" href="img/logo.ico" />
Expand All @@ -30,7 +30,7 @@
News</a></li>
<li><a href="http://brlcad.org/wiki/">
Documentation</a></li>
<li><a href="http://brlcad.org/d/download">
<li><a href="./download.html">
Download</a></li>
<li>
<a href="http://brlcad.org/d/about">
Expand Down Expand Up @@ -188,9 +188,8 @@ <h2>Subscribe to Mailing List</h2>
</form>
</div>
<div class="footer">
<p class="main-h1" style="font-size: 24px; color: #fff; margin-top: 0px">BRL-CAD &COPY; 2016</p>
<p style="font-size:16px;">All trademarks referenced herein are the properties of their respective owners. This site is not sponsored, endorsed,
or run by the U.S. Government.</p>
<h1 class="main-h1" style="font-size: 25px; color: #fff; margin-top: 0px">BRL-CAD &COPY; 2020</h1>
<p>All trademarks referenced herein are the properties of their respective owners. This site is not sponsored, endorsed, or run by the U.S. Government.</p>
</div>
<div id="dialogoverflow">
<div id="dialogbox">
Expand Down