- Tethys heading
- better tsconfig.json - dashboard without php reports
This commit is contained in:
parent
e2c131edd1
commit
9d056b0b9f
File diff suppressed because one or more lines are too long
7
public/css/style.css
vendored
7
public/css/style.css
vendored
|
@ -62,6 +62,13 @@ a {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-heading {
|
||||||
|
text-align: center;
|
||||||
|
font-weight: bold;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
/* Separator */
|
/* Separator */
|
||||||
|
|
||||||
.separator {
|
.separator {
|
||||||
|
|
|
@ -263,7 +263,7 @@ export default {
|
||||||
// https://github.com/vuejs-templates/webpack/issues/121
|
// https://github.com/vuejs-templates/webpack/issues/121
|
||||||
// npm install node-sass sass-loader --save-dev
|
// npm install node-sass sass-loader --save-dev
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
// Import CSS from Leaflet and plugins.
|
/* Import CSS from Leaflet and plugins.*/
|
||||||
@import "~leaflet/dist/leaflet.css";
|
@import "~leaflet/dist/leaflet.css";
|
||||||
@import "~leaflet-draw/dist/leaflet.draw.css";
|
@import "~leaflet-draw/dist/leaflet.draw.css";
|
||||||
|
|
||||||
|
@ -282,6 +282,6 @@ export default {
|
||||||
border: none;
|
border: none;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
// height: 120px;
|
/*height: 120px;*/
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -6,9 +6,10 @@
|
||||||
<div class="hero-image"></div>
|
<div class="hero-image"></div>
|
||||||
<div class="container centered">
|
<div class="container centered">
|
||||||
<div class="twelve columns">
|
<div class="twelve columns">
|
||||||
<h1 class="separator">Research Data Repository</h1>
|
<h1 class="main-heading">Tethys</h1>
|
||||||
|
<h2 class="separator">Research Data Repository</h1>
|
||||||
<h2>
|
<h2>
|
||||||
Data Publisher for Geo- and Atmospheric Science Austria
|
Data Publisher for Geoscience Austria
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -92,14 +92,14 @@
|
||||||
<div class="pure-u-1 pure-u-md-1">
|
<div class="pure-u-1 pure-u-md-1">
|
||||||
{{-- <canvas id="myChart" width="400" height="260"></canvas> --}}
|
{{-- <canvas id="myChart" width="400" height="260"></canvas> --}}
|
||||||
<div class="php-info">
|
<div class="php-info">
|
||||||
@php
|
{{-- @php
|
||||||
ob_start();
|
ob_start();
|
||||||
phpinfo();
|
phpinfo();
|
||||||
$pinfo = ob_get_contents();
|
$pinfo = ob_get_contents();
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
$pinfo = preg_replace( '%^.*<body>(.*)</body>.*$%ms','$1',$pinfo);
|
$pinfo = preg_replace( '%^.*<body>(.*)</body>.*$%ms','$1',$pinfo);
|
||||||
echo $pinfo;
|
echo $pinfo;
|
||||||
@endphp
|
@endphp --}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"outDir": "public/js/search",
|
"outDir": "public/js/search",
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
|
"lib": [ "es2015", "es2017", "dom" ]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"resources/js/**/*"
|
"resources/js/**/*"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user