File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 );
Original file line number Diff line number Diff line change 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 »</ a >
81- < a class ="btn btn-info btn-lg mr-2 " href ="https://taskflow.github.io/taskflow/index.html " role ="button "> Documentation »</ a >
82- < a class ="btn btn-warning btn-lg " href ="https://taskflow.github.io/taskflow/Releases.html " role ="button "> Release Notes »</ a > </ p >
80+ < p > < a class ="btn btn-primary btn-lg mr-2 mt-2 " href ="https://github.com/taskflow/taskflow " role ="button "> GitHub »</ a >
81+ < a class ="btn btn-info btn-lg mr-2 mt-2 " href ="https://taskflow.github.io/taskflow/index.html " role ="button "> Documentation »</ 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 »</ a > </ p >
8383 </ div >
8484 </ div >
8585
You can’t perform that action at this time.
0 commit comments