Skip to content

Commit

Permalink
added custom spjs widget
Browse files Browse the repository at this point in the history
  • Loading branch information
bastian-f committed Oct 23, 2017
1 parent c16faf8 commit 038c528
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 4 deletions.
Binary file added img/logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion index-es.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
display: block;
border-bottom: 1px solid #ddd;
}

.navbar {
background-color:#444d5d;
}
</style>

<script type='text/javascript'>
Expand Down Expand Up @@ -382,7 +386,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Brand</a>
<img src="img/logo.gif" alt="Logo">
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
display: block;
border-bottom: 1px solid #ddd;
}

.navbar {
background-color:#444d5d;
}
</style>

<script type='text/javascript'>
Expand Down Expand Up @@ -382,7 +386,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Brand</a>
<img src="img/logo.gif" alt="Logo">
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down Expand Up @@ -430,6 +434,7 @@




<!-- <div id="com-chilipeppr-widget-flash-instance"></div> -->

<div id="com-chilipeppr-workspace-bastianf2" class="xhidden">
Expand Down
2 changes: 1 addition & 1 deletion navbar-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Brand</a>
<img src="img/logo.gif" alt="Logo">
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down
2 changes: 1 addition & 1 deletion navbar-es.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Brand</a>
<img src="img/logo.gif" alt="Logo">
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down
4 changes: 4 additions & 0 deletions workspace.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,8 @@
width: auto;
display: block;
border-bottom: 1px solid #ddd;
}

.navbar {
background-color:#444d5d;
}

0 comments on commit 038c528

Please sign in to comment.