Skip to content

Commit 663190f

Browse files
committed
initial push of project page
0 parents  commit 663190f

21 files changed

+26029
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
This is a template for turning your awesome research project into a project website. Most of the code are shamelessly stolen online from somewhere else. Click [here](https://irvingf7.github.io/ai4ce_project_website_template/) to see it in action.
2+
3+
`index.html` is the major file you will be editing, and it has some comments to guide you.
4+
5+
I am not familiar with HTML/CSS/JavaScript, so if you have better way to do some of the things in the project, or have more presentable web designs, don't hesitate to contribute to this repo!
6+
7+
# Switchable Videos
8+
One thing I found bothering is that many project websites have a huge list of video dump. This makes the page unnecessarily long, and is disastrous on mobile as all videos will pop up all at once.
9+
10+
In the `Video Comparison` section, there are code showing how to switch between videos using buttons.
11+
12+
<b>Note:</b> There are three total ways to do switchable content in this website. You can use any one of them if appropriate.
13+
14+
# Switchable Text and Images
15+
For similar reason, there is a `Method Overview` section that shows text and images that can be switched.
16+
17+
# Switchable `div`
18+
A `div` is sort of like the most basic container block of HTML. `More Visualization` section provide an example on switching between `div`, allowing maximum flexibility.
19+
20+
# Miscellaneous
21+
This website is originally for a reconstruction project, so there are some items, such as the JuxtaposeJS sliders, that may not be suitable for your needs. Feel free to delete them as the code base is very modular.

index.html

Lines changed: 1109 additions & 0 deletions
Large diffs are not rendered by default.

static/css/bulma-carousel.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/bulma-slider.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/bulma.css.map.txt

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)