Skip to content

Commit f3f9f1c

Browse files
committed
Updating the background image
1 parent 235584b commit f3f9f1c

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

content/assets/landing-page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ h6 {
3535
padding-bottom: 50px;
3636
text-align: center;
3737
color: #f8f8f8;
38-
background: url(../img/bowlerstudio-0.32.4.png) no-repeat center center;
38+
background: url(../img/MarcosInBowler.png) no-repeat center center;
3939
background-size: cover;
4040
height: 80%;
4141
}

content/img/MarcosInBowler.png

864 KB
Loading

docs/assets/landing-page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ h6 {
3535
padding-bottom: 50px;
3636
text-align: center;
3737
color: #f8f8f8;
38-
background: url(../img/bowlerstudio-0.32.4.png) no-repeat center center;
38+
background: url(../img/MarcosInBowler.png) no-repeat center center;
3939
background-size: cover;
4040
height: 80%;
4141
}

layouts/landing.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ <h3 class="section-heading">Co-Engineering platform for robots</h3>
101101
<p class="lead">Scripts can be loaded from your hard drive and
102102
modified using an editor of your choice, or loaded from Github
103103
gists for a truly "backed up in the cloud" coding experience.</p>
104+
<p class="lead">Robots are simulated with the fast and accurate
105+
<a href="https://github.com/google-deepmind/mujoco">MuJoCo Physics Engine</a>. Users
106+
can test out configurations and different motors all before printing and buying parts. </p>
104107
<p class="lead">BowlerStudio features the Creature Creator, a
105108
co-engineering interface that lets users generate robots with
106109
slide bars. The application will generate 3d printable STL's that

0 commit comments

Comments
 (0)