Skip to content

Commit cbba024

Browse files
committed
Add link to mathics-live
1 parent 880d60f commit cbba024

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

assets/css/main.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
@import url(fontawesome-all.min.css);
22

3+
#mathics_live_banner {
4+
display: block;
5+
position: absolute;
6+
top:0;
7+
left: 10px;
8+
z-index: 10;
9+
padding: 10px 50px 10px 10px;
10+
color: #fff;
11+
/*background: url('../images/blacktocat.png') #ff9000 no-repeat 95% 50%; */
12+
background: #000000;
13+
font-weight: 700;
14+
box-shadow: 0 0 10px rgba(0,0,0,.5);
15+
border-bottom-left-radius: 2px;
16+
border-bottom-right-radius: 2px;
17+
}
18+
319
#forkme_banner {
420
display: block;
521
position: absolute;

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<!-- Header -->
1717
<div id="header_wrap" class="outer">
1818
<header id="header" class="inner">
19+
<a id="mathics_live_banner" href="https://mathics3.github.io/Mathics3-live/">Try online</a>
1920
<a id="forkme_banner" href="https://github.com/Mathics3">View on GitHub</a>
2021
<div class="content">
2122
<h1><img id="logo" src="images/logo-heptatom.svg" alt="Mathics logo" height="50px"/>&nbsp;<a href="#">Mathics3</a></h1>

0 commit comments

Comments
 (0)