forked from satu0king/LightXlab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
20 lines (19 loc) · 758 Bytes
/
about.html
File metadata and controls
20 lines (19 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: about
title: About
permalink: /about/
---
<div class="container mtb">
<div class="row">
<div class="col-lg-6">
<img class="img-responsive" src="{{ "/assets/img/lightxlab.png" | prepend: site.baseurl }}" alt="">
</div>
<div class="col-lg-6">
<h4>About LightXlab.</h4>
<p>LightXlab is an interactive program to simulate ray optics. The objective is to make learning fun and interesting. This project is now open source.</p>
<p>Project developed by Satvik Ramaprasad</p>
<p>Website designed by Aniruddha Mysore</p>
<p><br/><a href="/contact/" class="btn btn-theme">Contact Us</a></p>
</div>
</div><! --/row -->
</div><! --/container -->