Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Replace site URL blue-oil.org to blueoil.org #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# blue-oil.org
# blueoil.org

![CircleCI](https://circleci.com/gh/blue-oil/blue-oil.org/tree/master.svg?style=shield&&circle-token=bd2fcdbe8f614bcab7f4f6e25858c3d7f3114f7b)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blue-oil.org",
"name": "blueoil.org",
"version": "1.0.0",
"description": "The blue-oil.org website",
"description": "The blueoil.org website",
"scripts": {
"start": "npm run build",
"build": "npm run build:html && npm run build:assets && npm run build:css && npm run build:js",
Expand All @@ -18,8 +18,8 @@
"build:js-shape-overlays": "node-minify --compressor uglify-es --input 'src/assets/lib/ShapeOverlays/shape-overlays.js' --output 'dist/assets/lib/ShapeOverlays/shape-overlays.js'",
"clean": "rimraf dist"
},
"repository": "[email protected]:blue-oil/blue-oil.org.git",
"homepage": "https://blue-oil.org/",
"repository": "[email protected]:blue-oil/blueoil.org.git",
"homepage": "https://blueoil.org/",
"private": true,
"devDependencies": {
"cpx": "^1.5.0",
Expand Down
16 changes: 8 additions & 8 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

<meta property="og:title" content="Blueoil"/>
<meta property="og:description" content="Bring Deep Learning to small devices"/>
<meta property="og:url" content="https://blue-oil.org"/>
<meta property="og:url" content="https://blueoil.org"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://blue-oil.org/assets/img/ogp_img.png"/>
<meta property="og:image" content="https://blueoil.org/assets/img/ogp_img.png"/>
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Blueoil">
Expand All @@ -32,13 +32,13 @@
<!--
<PageMap>
<DataObject type="thumbnail">
<Attribute name="src" value="https://blue-oil.org/assets/img/bo_logo_pagemap.png"/>
<Attribute name="src" value="https://blueoil.org/assets/img/bo_logo_pagemap.png"/>
<Attribute name="width" value="104"/>
<Attribute name="height" value="104"/>
</DataObject>
</PageMap>
-->
<meta name="thumbnail" content="https://blue-oil.org/assets/img/bo_logo_pagemap.png" />
<meta name="thumbnail" content="https://blueoil.org/assets/img/bo_logo_pagemap.png" />

<link rel="shortcut icon" href="assets/img/favicon.ico">
<link rel="apple-touch-icon" href="assets/img/ico_app.png">
Expand All @@ -59,9 +59,9 @@
<div class="headerLogo"><span>Blueoil</span></div>

<nav class="globalNav">
<a class="globalNavItem" href="https://docs.blue-oil.org" target="_blank"><span>Document</span></a>
<a class="globalNavItem" href="https://docs.blueoil.org" target="_blank"><span>Document</span></a>
<a class="globalNavItem" href="https://github.com/blue-oil/blueoil" target="_blank"><span>GitHub</span></a>
<a class="globalNavItem" href="https://docs.blue-oil.org/tutorial/" target="_blank"><span>Get Started</span></a>
<a class="globalNavItem" href="https://docs.blueoil.org/tutorial/" target="_blank"><span>Get Started</span></a>
</nav>

<!-- SP navigation -->
Expand All @@ -84,7 +84,7 @@
<h1>Bring Deep Learning to small devices</h1>
<p>An open source deep learning platform for low bit computation</p>
<div class="btnWrap">
<a href="https://docs.blue-oil.org/tutorial/" target="_blank" class="cmnBtn">Get Started</a>
<a href="https://docs.blueoil.org/tutorial/" target="_blank" class="cmnBtn">Get Started</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -115,7 +115,7 @@ <h2 class="slideMask" data-scroll><span>Key features</span></h2>
<h2 class="slideMask" data-scroll><span>What is Blueoil?</span></h2>
<p class="blurDissolve" data-scroll>Blueoil is a software stack dedicated to neural networks. It includes special training method for quantization and original networks designed to be highly compatible with FPGA devices. This is done in order to operate a neural network at high speed on a low-powered FPGA. New models can be trained easily by only preparing data. The finished model can be converted into a binary file that runs on FPGA or CPU devices with a single command.</p>
<div class="btnWrap blurDissolve" data-scroll>
<a href="https://docs.blue-oil.org/tutorial/" target="_blank" class="cmnBtn">Get Started</a>
<a href="https://docs.blueoil.org/tutorial/" target="_blank" class="cmnBtn">Get Started</a>
</div>
</section>

Expand Down