Skip to content

Commit 7d327b2

Browse files
committed
Add github link
Add copyright symbol to Mathematica
1 parent 6aec8df commit 7d327b2

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

assets/css/main.css

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

3+
#forkme_banner {
4+
display: block;
5+
position: absolute;
6+
top:0;
7+
right: 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: url('../images/blacktocat.png') #000000 no-repeat 95% 50%;
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+
19+
#header_wrap {
20+
background: #212121;
21+
background: -moz-linear-gradient(top, #373737, #212121);
22+
background: -webkit-linear-gradient(top, #373737, #212121);
23+
background: -ms-linear-gradient(top, #373737, #212121);
24+
background: -o-linear-gradient(top, #373737, #212121);
25+
background: linear-gradient(top, #373737, #212121);
26+
}
27+
28+
#header_wrap .inner {
29+
padding: 50px 10px 30px 10px;
30+
}
31+
332
/*
433
Fractal by HTML5 UP
534
html5up.net | @ajlkn

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
<body>
1515

1616
<!-- Header -->
17-
<header id="header">
17+
<div id="header_wrap" class="outer">
18+
<header id="header" class="inner">
19+
<a id="forkme_banner" href="https://github.com/mathics">View on GitHub</a>
1820
<div class="content">
1921
<h1><a href="#">Mathics</a></h1>
20-
<p>A free, open-source alternative to Mathematica</p>
22+
<p>A free, open-source alternative to Mathematica&#174</p>
2123
<ul class="actions">
2224
<li>
2325
<a href="#install">
@@ -37,13 +39,14 @@ <h1><a href="#">Mathics</a></h1>
3739
</div>
3840
<img id="logo" src="images/logo-heptatom.svg" alt="Mathics logo" />
3941
</header>
42+
</div>
4043

4144
<!-- Description -->
4245
<section id="description" class="wrapper style2 special">
4346
<header class="inner">
4447
<h2>
4548
Mathics is a free, open-source general-purpose computer
46-
algebra system featuring Mathematica-compatible syntax and
49+
algebra system featuring Mathematica&#174-compatible syntax and
4750
functions. It relies on a number of other Python libraries
4851
in the Python ecosystem.
4952
</h2>

0 commit comments

Comments
 (0)