Skip to content

Commit b9f1d34

Browse files
updated title
1 parent 172dc10 commit b9f1d34

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

css/tf.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ body {
88
}
99

1010
.jumbotron-title {
11-
padding: 3rem;
11+
padding-top: 3rem;
12+
padding-bottom: 2rem;
1213
background: #000064; /* old browsers fallback color*/
1314
background: -webkit-linear-gradient(to left, #1BADD8, #00003E);
1415
background: linear-gradient(to left, #1BADD8, #00003E);

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@
7171
<!-- Main jumbotron for a primary marketing message or call to action -->
7272
<div class="jumbotron jumbotron-fluid jumbotron-title">
7373
<div class="container">
74-
<h1 class="display-3"><b>Taskflow </b><img src="images/logo.png" alt="Logo" style="width:3rem;"></h1>
74+
<h1><b>Taskflow </b><img src="images/logo.png" alt="Logo" style="width:3rem;"></h1>
7575
<blockquote class="blockquote">
7676
<p class="mb-0">A General-purpose Parallel and Heterogeneous Task Programming System</p>
7777
<footer class="blockquote-footer"><cite style="color:#f5f5f5">write parallel programs with high performance and simultaneous high productivity</cite></footer>
7878
</blockquote>
7979

80-
<p><a class="btn btn-primary btn-lg mr-2" href="https://github.com/taskflow/taskflow" role="button">GitHub &raquo;</a>
81-
<a class="btn btn-info btn-lg mr-2" href="https://taskflow.github.io/taskflow/index.html" role="button">Documentation &raquo;</a>
82-
<a class="btn btn-warning btn-lg" href="https://taskflow.github.io/taskflow/Releases.html" role="button">Release Notes &raquo;</a></p>
80+
<p><a class="btn btn-primary btn-lg mr-2 mt-2" href="https://github.com/taskflow/taskflow" role="button">GitHub &raquo;</a>
81+
<a class="btn btn-info btn-lg mr-2 mt-2" href="https://taskflow.github.io/taskflow/index.html" role="button">Documentation &raquo;</a>
82+
<a class="btn btn-warning btn-lg mr-2 mt-2" href="https://taskflow.github.io/taskflow/Releases.html" role="button">Release Notes &raquo;</a></p>
8383
</div>
8484
</div>
8585

0 commit comments

Comments
 (0)