Skip to content

Commit

Permalink
merge rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
bogas04 committed Mar 31, 2017
1 parent e2ee95e commit ae897fe
Show file tree
Hide file tree
Showing 6,846 changed files with 7,395 additions and 2,021 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

42 changes: 42 additions & 0 deletions .yarnclean
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# test directories
__tests__
test
tests
powered-test

# asset directories
docs
doc
website
images
assets

# examples
example
examples

# code coverage directories
coverage
.nyc_output

# build scripts
Makefile
Gulpfile.js
Gruntfile.js

# configs
.tern-project
.gitattributes
.editorconfig
.*ignore
.eslintrc
.jshintrc
.flowconfig
.documentup.json
.yarn-metadata.json
.*.yml
*.yml

# misc
*.gz
*.md
44 changes: 9 additions & 35 deletions css/style.css β†’ assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,34 +1,22 @@
@font-face { font-family: gurmukhi_thick; src: url('../fonts/gurmukhi_thick.ttf'); }
/*@font-face { font-family: gurmukhi_thick; src: url('../fonts/gurmukhi_thick.ttf'); }*/
@font-face { font-family: gurmukhi_heavy; src: url('../fonts/gurmukhi_heavy.ttf'); }
@font-face { font-family: gurmukhi_light; src: url('../fonts/gurmukhi_light.ttf'); }
@font-face { font-family: gurmukhi; src: url('../fonts/GurbaniWebThickTrue.ttf'); }
/*@font-face { font-family: gurmukhi_light; src: url('../fonts/gurmukhi_light.ttf'); }*/
/*@font-face { font-family: gurmukhi; src: url('../fonts/GurbaniWebThickTrue.ttf'); }*/

@keyframes SplashIn {
from { transform: scale(3); opacity: 0; }
to { transform: scale(1); opacity: 1; }
body {
margin: 0;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

#baaniWrapper {
position: absolute;
top: 64px;
left: 0;
width: 100%;
padding-bottom: 100px;
transition: font-size 0.05s, background-color 0.5s;
}

@media (max-width: 700px) {
.toolbar-title {
display: none !important;
}
}
@media (max-width: 500px) {
.toolbar .raised-button {
word-wrap: nowrap !important;
overflow: hidden !important;
height: 35px !important;
}
}

.toolbar {
padding: 0 40px !important;
height: auto !important;
Expand All @@ -37,13 +25,6 @@
align-items: flex-start;
}

.greeting {
animation: SplashIn 0.25s ease-in;
font-size: 10vw !important;
text-align: center;
line-height: 1.4em !important;
}

.list-unstyled {
list-style: none;
padding-left: 0;
Expand All @@ -53,7 +34,8 @@

.gurbani-input input, .gurbani-text, .gurbani-text code { font-size: 2em; line-height: 1.35em; }

.gurbani-text div.english { font-family: ''; }
.gurbani-text div.english,
.gurbani-text blockquote.english { font-family: ''; }

.gurbani-text p, .gurbani-input input, .gurbani-text, .gurbani-text code, .gurbani-text h1, .gurbani-text h2, .gurbani-text h3, .gurbani-text h4, .gurbani-text h5, .gurbani-text h6 {
font-family: gurmukhi_heavy;
Expand Down Expand Up @@ -82,9 +64,6 @@
background-color: #efefef;
color: #c7254e;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
color: inherit !important;
}
.gurbani-text.raag-ang > div:nth-child(1) {
font-size: 2em !important;
display: block !important;
Expand All @@ -95,8 +74,3 @@
text-align: center !important;
font-size: 1.25em !important;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
background-color: #09a4bd !important;
color: white !important;
}
7 changes: 4 additions & 3 deletions docs/json/DG/bla.js β†’ assets/docs/json/DG/bla.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ const fs = require('fs');
const request = require('request');

const doFor = i => request(`http://api.gurbaninow.com/ang/${i}?source=D`, (err, response, body) => {
if(err) throw err;
else {
if (err) {
throw err;
} else {
fs.writeFile(`${i}.json`, body, 'utf-8', () => {
console.log(`\r\r\r\r\r\r${i}/1430`)
console.log(`\r\r\r\r\r\r${i}/1430`);
if (i !== 1430) {
doFor(i + 1);
}
Expand Down
7 changes: 4 additions & 3 deletions docs/json/GV/bla.js β†’ assets/docs/json/GV/bla.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ const fs = require('fs');
const request = require('request');

const doFor = i => request(`http://api.gurbaninow.com/ang/${i}?source=D`, (err, response, body) => {
if(err) throw err;
else {
if (err) {
throw err;
} else {
fs.writeFile(`${i}.json`, body, 'utf-8', () => {
console.log(`\r\r\r\r\r\r${i}/1430`)
console.log(`\r\r\r\r\r\r${i}/1430`);
if (i !== 1430) {
doFor(i + 1);
}
Expand Down
7 changes: 4 additions & 3 deletions docs/json/UD/bla.js β†’ assets/docs/json/NL/bla.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ const fs = require('fs');
const request = require('request');

const doFor = i => request(`http://api.gurbaninow.com/ang/${i}?source=D`, (err, response, body) => {
if(err) throw err;
else {
if (err) {
throw err;
} else {
fs.writeFile(`${i}.json`, body, 'utf-8', () => {
console.log(`\r\r\r\r\r\r${i}/1430`)
console.log(`\r\r\r\r\r\r${i}/1430`);
if (i !== 1430) {
doFor(i + 1);
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit ae897fe

Please sign in to comment.