Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloads with the main page #43 #53

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f36435b
Update style.css
ChiranjivMalhi Dec 27, 2019
ed5da3e
Update index.html
ChiranjivMalhi Dec 27, 2019
039bc1a
Update index.html
ChiranjivMalhi Dec 27, 2019
c40d483
Update style.css
ChiranjivMalhi Dec 27, 2019
49f75df
Add files via upload
ChiranjivMalhi Dec 27, 2019
51ed621
Delete conv.jpg
ChiranjivMalhi Dec 28, 2019
0aab26e
Delete pg.jpg
ChiranjivMalhi Dec 28, 2019
079dea0
Delete ray.png
ChiranjivMalhi Dec 28, 2019
e3c1109
Delete solid.jpg
ChiranjivMalhi Dec 28, 2019
abd6aeb
Update index.html
ChiranjivMalhi Dec 28, 2019
ee9a109
Add files via upload
ChiranjivMalhi Dec 28, 2019
4d8f976
Update index.html
ChiranjivMalhi Dec 29, 2019
575e2ae
Set theme jekyll-theme-slate
ChiranjivMalhi Dec 30, 2019
6cd283b
Set theme jekyll-theme-minimal
ChiranjivMalhi Dec 30, 2019
78200ea
Delete _config.yml
ChiranjivMalhi Dec 30, 2019
0387037
Delete solid.png
ChiranjivMalhi Dec 31, 2019
108cb5b
Delete pg.jpg
ChiranjivMalhi Dec 31, 2019
4fb6dcb
Delete ray.png
ChiranjivMalhi Dec 31, 2019
efc3e92
Delete conv.png
ChiranjivMalhi Dec 31, 2019
7c3bb90
Add files via upload
ChiranjivMalhi Dec 31, 2019
3f17baa
Add files via upload
ChiranjivMalhi Jan 3, 2020
3bc3342
Delete download.html
ChiranjivMalhi Jan 3, 2020
da2f8de
Create t
ChiranjivMalhi Jan 3, 2020
8ac7eef
Add files via upload
ChiranjivMalhi Jan 3, 2020
f3f393a
Delete t
ChiranjivMalhi Jan 3, 2020
b1728e1
Create t
ChiranjivMalhi Jan 3, 2020
359b6ea
Add files via upload
ChiranjivMalhi Jan 3, 2020
52d278c
Update index.html
ChiranjivMalhi Jan 3, 2020
7a15887
Delete t
ChiranjivMalhi Jan 3, 2020
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
290 changes: 290 additions & 0 deletions download/download.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,290 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<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" />

</head>

<body onload="OS()">


<!-- 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="about" id="about" >

<div class="wrapper-main" style="margin-top:25px">
<h1 class="main-h1"><span class="cad">Downloads</span></h1>
</div>

</div>



<script type="text/javascript">
var OS_Name = navigator.appVersion;
var name;
function OS(){
if (OS_Name.indexOf("Win") != -1) {
name="win";
}
else if (OS_Name.indexOf("Mac") != -1) {
name="mac";
}
else if (OS_Name.indexOf("OpenBSD") != -1) {
name="BSD";
}
else if (OS_Name.indexOf("Linux") != -1) {
name="linux";
}
else if (OS_Name.indexOf("SunOS") != -1) {
name="sol";
}
if (name=="win"){
document.getElementById("1").innerHTML = "Windows";
document.getElementById("1m").src="img/win.png";
document.getElementById("1l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/";
document.getElementById("1p").innerHTML = "Download our newest verison of BRL-CAD for Windows";
document.getElementById("2").innerHTML = "macOS";
document.getElementById("2m").src="img/apple.svg";
document.getElementById("2l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Mac%20OS%20X/";
document.getElementById("2p").innerHTML = "Download our newest verison of BRL-CAD for Macintosh OS";
document.getElementById("3").innerHTML = "Linux";
document.getElementById("3m").src="img/lin.png";
document.getElementById("3l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux/";
document.getElementById("3p").innerHTML = "Download our newest verison of BRL-CAD for Linux";
document.getElementById("4").innerHTML = "BSD";
document.getElementById("4m").src="img/bsd.png";
document.getElementById("4l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20BSD/";
document.getElementById("4p").innerHTML = "Download our newest verison of BRL-CAD for Open BSD";
document.getElementById("5").innerHTML = "Solaris";
document.getElementById("5m").src="img/sol.jpg";
document.getElementById("5l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Solaris/";
document.getElementById("5p").innerHTML = "Download our newest verison of BRL-CAD for Solaris OS";
}
else if (name=="mac"){
document.getElementById("2").innerHTML = "Windows";
document.getElementById("2m").src="img/win.png";
document.getElementById("2l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/";
document.getElementById("2p").innerHTML = "Download our newest verison of BRL-CAD for Windows";
document.getElementById("1").innerHTML = "macOS";
document.getElementById("1m").src="img/apple.svg";
document.getElementById("1l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Mac%20OS%20X/";
document.getElementById("1p").innerHTML = "Download our newest verison of BRL-CAD for Macintosh OS";
document.getElementById("3").innerHTML = "Linux";
document.getElementById("3m").src="img/lin.png";
document.getElementById("3l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux/";
document.getElementById("3p").innerHTML = "Download our newest verison of BRL-CAD for Linux";
document.getElementById("4").innerHTML = "BSD";
document.getElementById("4m").src="img/bsd.png";
document.getElementById("4l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20BSD/";
document.getElementById("4p").innerHTML = "Download our newest verison of BRL-CAD for Open BSD";
document.getElementById("5").innerHTML = "Solaris";
document.getElementById("5m").src="img/sol.jpg";
document.getElementById("5l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Solaris/";
document.getElementById("5p").innerHTML = "Download our newest verison of BRL-CAD for Solaris OS";
}
else if (name=="linux"){
document.getElementById("2").innerHTML = "Windows";
document.getElementById("2m").src="img/win.png";
document.getElementById("2l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/";
document.getElementById("2p").innerHTML = "Download our newest verison of BRL-CAD for Windows";
document.getElementById("3").innerHTML = "macOS";
document.getElementById("3m").src="img/apple.svg";
document.getElementById("3l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Mac%20OS%20X/";
document.getElementById("3p").innerHTML = "Download our newest verison of BRL-CAD for Macintosh OS";
document.getElementById("1").innerHTML = "Linux";
document.getElementById("1m").src="img/lin.png";
document.getElementById("ll").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux/";
document.getElementById("1p").innerHTML = "Download our newest verison of BRL-CAD for Linux";
document.getElementById("4").innerHTML = "BSD";
document.getElementById("4m").src="img/bsd.png";
document.getElementById("4l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20BSD/";
document.getElementById("4p").innerHTML = "Download our newest verison of BRL-CAD for Open BSD";
document.getElementById("5").innerHTML = "Solaris";
document.getElementById("5m").src="img/sol.jpg";
document.getElementById("5l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Solaris/";
document.getElementById("5p").innerHTML = "Download our newest verison of BRL-CAD for Solaris OS";
}
else if (name=="BSD"){
document.getElementById("4").innerHTML = "Windows";
document.getElementById("4m").src="img/win.png";
document.getElementById("4l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/";
document.getElementById("4p").innerHTML = "Download our newest verison of BRL-CAD for Windows";
document.getElementById("2").innerHTML = "macOS";
document.getElementById("2m").src="img/apple.svg";
document.getElementById("2l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Mac%20OS%20X/";
document.getElementById("2p").innerHTML = "Download our newest verison of BRL-CAD for Macintosh OS";
document.getElementById("3").innerHTML = "Linux";
document.getElementById("3m").src="img/lin.png";
document.getElementById("3l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux/";
document.getElementById("3p").innerHTML = "Download our newest verison of BRL-CAD for Linux";
document.getElementById("1").innerHTML = "BSD";
document.getElementById("1m").src="img/bsd.png";
document.getElementById("1l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20BSD/";
document.getElementById("1p").innerHTML = "Download our newest verison of BRL-CAD for Open BSD";
document.getElementById("5").innerHTML = "Solaris";
document.getElementById("5m").src="img/sol.jpg";
document.getElementById("5l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Solaris/";
document.getElementById("5p").innerHTML = "Download our newest verison of BRL-CAD for Solaris OS";
}
else if (name=="solaris"){
document.getElementById("5").innerHTML = "Windows";
document.getElementById("5m").src="img/win.png";
document.getElementById("5l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/";
document.getElementById("5p").innerHTML = "Download our newest verison of BRL-CAD for Windows";
document.getElementById("2").innerHTML = "macOS";
document.getElementById("2m").src="img/apple.svg";
document.getElementById("2l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Mac%20OS%20X/";
document.getElementById("2p").innerHTML = "Download our newest verison of BRL-CAD for Macintosh OS";
document.getElementById("3").innerHTML = "Linux";
document.getElementById("3m").src="img/lin.png";
document.getElementById("3l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux/";
document.getElementById("3p").innerHTML = "Download our newest verison of BRL-CAD for Linux";
document.getElementById("4").innerHTML = "BSD";
document.getElementById("4m").src="img/bsd.png";
document.getElementById("4l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20BSD/";
document.getElementById("4p").innerHTML = "Download our newest verison of BRL-CAD for Open BSD";
document.getElementById("1").innerHTML = "Solaris";
document.getElementById("1m").src="img/sol.jpg";
document.getElementById("1l").href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Solaris/";
document.getElementById("1p").innerHTML = "Download our newest verison of BRL-CAD for Solaris OS";
}


}
</script>






<div class="down">
<div class="container">
<ul class="what-p">
<li style="margin-bottom:100px">
<img id="1m" width="100%" style="padding:20px; float:right ; max-width:150px ;min-width:50px" />
<h2 id="1" class="intro-topic"></h2>
<p class="intro-main" id="1p"></p>
<a id="1l" style="color:#C8235A">Download Here</a>
</li>
<hr/>
<li style="margin-bottom:100px">
<img id="2m" width="100%" style="padding:20px; float:right ; max-width:150px ;min-width:50px" />
<h2 class="intro-topic" id="2"></h2>
<p class="intro-main" id="2p"></p>
<a id="2l" style="color:#C8235A">Download Here</a>
</li>
<hr />
<li style="margin-bottom:100px">
<img id="3m" width="100%" style="padding:20px; float:right ; max-width:150px ;min-width:50px" />
<h2 class="intro-topic" id="3"></h2>
<p class="intro-main" id="3p"></p>
<a id="3l" style="color:#C8235A">Download Here</a>
</li>
<hr />
<li style="margin-bottom:100px">
<img id="4m" width="100%" style="padding:20px; float:right ; max-width:150px ;min-width:50px" />
<h2 class="intro-topic" id="4"></h2>
<p class="intro-main" id="4p"></p>
<a id="4l" style="color:#C8235A">Download Here</a>
</li>
<hr />
<li style="margin-bottom:100px">
<img id="5m" width="100%" style="padding:20px; float:right ; max-width:250px ;min-width:50px" />
<h2 class="intro-topic" id="5"></h2>
<p class="intro-main" id="5p"></p>
<a id="5l" style="color:#C8235A">Download Here</a>
</li>
<hr />
<li style="margin-bottom:100px">
<img src="img/sou.png" width="100%" style="padding:20px; float:right ; max-width:250px ;min-width:50px" />
<h2 class="intro-topic">Source Code</h2>
<p class="intro-main">Download our newest Source Code</p>
<a href="https://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/" style="color:#C8235A">Download Here</a>
</li>
</ul><a href="https://sourceforge.net/projects/brlcad/files/" class="nots-opts1">Find out More</a>
</div>
</div>

<!-- <div class="last">
<h1 class="main-h1">
Let's talk!
</h1>
<form>
<table class="whole-con">
<tr>
<td class="con1">
<textarea class="message" placeholder="Instant Message..."></textarea>
</td>
<td class="con2">
<input class="inputs" type="text" placeholder="Your Name"><br>
<input class="inputs" type="text" placeholder="Your E-mail"><br>
<div class="submits" onclick="Alert5.render5('5')">Send!</div>
</td>
</tr>
</table>
</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>
</div>
</body>

</html>
Binary file added download/favicon.ico
Binary file not shown.
55 changes: 55 additions & 0 deletions download/img/apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added download/img/bsd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added download/img/lin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added download/img/logo.ico
Binary file not shown.
Binary file added download/img/logo_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added download/img/p5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added download/img/sol.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added download/img/sou.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added download/img/win.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading