forked from satu0king/LightXlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (43 loc) · 1.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: default
title: Home
permalink: /
---
<div id="headerwrap">
<div class="container">
<div class="row"
<div class="col-lg-8 col-lg-offset-2">
<h1> LightXlab - A Ray Optics Simulator</h1>
<a href="{{ "/simulator" | prepend: site.baseurl }}" class="btn btn-theme btn-outline btn-lg dmbutton">Launch Simulator</a></p>
</div>
<div class="col-lg-8 col-lg-offset-2 himg">
<img src="{{ "/assets/img/shot1.png" | prepend: site.baseurl }}" class="img-responsive">
</a>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /headerwrap -->
<div id="service">
<div class="container">
<div class="row centered">
<div class="col-md-4">
<i class="fa fa-heart-o"></i>
<h4>User Friendly</h4>
<p>LightXlab has been developed keeping simplicity in mind, Anyone can start using the program with minutes.</p>
<p><br/><a href="{{ "/tutorial/" | prepend: site.baseurl }}" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-flask"></i>
<h4>Multiple modes and features</h4>
<p>LightXlab has several customizable settings like colors , ray density , opacity and iteration speed.</p>
<p><br/><a href="{{ "/tutorial/" | prepend: site.baseurl }}" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-trophy"></i>
<h4>Open Source!</h4>
<p>LightXlab is Open source under MIT License ! That means its forever growing </p>
<p><br/><a href="{{ "/open source/" | prepend: site.baseurl }}" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div><! --/container -->
</div><! --/service -->