Arpit

Results 22 comments of Arpit

Let's set up an endpoint on AWS(or RedHat?). I can make a Python Flask app that delivers the pages.

Yeah. The client side would be an `iframe`. We can change the HTML whenever we want.

I tried using raw html files from the repository in an `iframe`. Except for the header and the left navigation pane, everything was in an `iframe`. However that messed up...

In the current [FAQ.html](https://github.com/WorldBrain/Research-Engine/blob/master/extension/assets/FAQ.html), I took all the code from the `div` at [line 184](https://github.com/WorldBrain/Research-Engine/blob/master/extension/assets/FAQ.html#L184) and put that into a new html file. I replaced that `div` in FAQ.html with...

Yes it does. ![screenshot from 2016-12-07 16-52-29](https://cloud.githubusercontent.com/assets/9051659/20965871/b31b62b4-bc9d-11e6-8877-81d947fa2d1b.png)

Looks fine now? ![screenshot from 2016-12-07 17-02-20](https://cloud.githubusercontent.com/assets/9051659/20966125/eff2f7a0-bc9e-11e6-8b84-34eb9e96221c.png)

There's a `frameborder` property of `iframe` which if set to 0 shows no border around the `iframe`. Along with that, I remove the div with class `col-md-8` to make the...

![screenshot from 2016-12-07 18-55-20](https://cloud.githubusercontent.com/assets/9051659/20969382/b82244e2-bcae-11e6-892c-23b4d75bd37e.png)

![screenshot from 2016-12-07 19-04-12](https://cloud.githubusercontent.com/assets/9051659/20969658/fc8d1dd6-bcaf-11e6-8f3a-1f3456ad4d7e.png)

If that's the case then let's go ahead with the server. It isn't much of a hassle. > So why was the inner part so crammed before? Because of the...