Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sven Schneider
urbanVIS
Commits
6769d7a9
You need to sign in or sign up before continuing.
Commit
6769d7a9
authored
May 31, 2021
by
Sven Schneider
Browse files
small changes
parent
e0af470b
Pipeline
#3885
passed with stages
in 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/css/main.css
View file @
6769d7a9
...
@@ -96,6 +96,7 @@ a:visited {
...
@@ -96,6 +96,7 @@ a:visited {
background-color
:
#cc3124
;
background-color
:
#cc3124
;
border-color
:
thistle
;
/*set the color you want here*/
border-color
:
thistle
;
/*set the color you want here*/
width
:
180px
;
width
:
180px
;
margin
:
10px
;
}
}
.myBtn
:hover
,
.myBtn
:focus
,
.myBtn
:active
,
.myBtn.active
,
.open
>
.dropdown-toggle.myBtn
{
.myBtn
:hover
,
.myBtn
:focus
,
.myBtn
:active
,
.myBtn.active
,
.open
>
.dropdown-toggle.myBtn
{
color
:
#fff
;
color
:
#fff
;
...
...
public/index.html
View file @
6769d7a9
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity=
"sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin=
"anonymous"
/>
integrity=
"sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin=
"anonymous"
/>
<link
href=
"css/main.css"
rel=
"stylesheet"
/>
<link
href=
"css/main.css"
rel=
"stylesheet"
/>
<link
rel=
"icon"
type=
"image/svg"
href=
"imgs/wind-solid.svg"
/>
<!-- <link rel="icon" type="image/svg" href="imgs/wind-solid.svg" /> -->
<script
src=
"https://kit.fontawesome.com/79b3e255a2.js"
crossorigin=
"anonymous"
></script>
</head>
</head>
<body>
<body>
...
@@ -63,7 +64,7 @@
...
@@ -63,7 +64,7 @@
<!-- <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" aria-hidden="true" class="mr-2" viewBox="0 0 24 24" focusable="false"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg> -->
<!-- <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" aria-hidden="true" class="mr-2" viewBox="0 0 24 24" focusable="false"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg> -->
<img
src=
"imgs/HFT_logo.svg"
class=
"hftlogo"
width=
"100px"
alt=
"wind"
/>
<img
src=
"imgs/HFT_logo.svg"
class=
"hftlogo"
width=
"100px"
alt=
"wind"
/>
<!-- <img src="imgs/wind-solid.svg" class="windSVG" width="50px" alt="wind"> -->
<!-- <img src="imgs/wind-solid.svg" class="windSVG" width="50px" alt="wind"> -->
<i
class=
"fas fa-wind"
></i>
<!--
<i class="fas fa-wind"></i>
-->
<!-- <strong>UrbanVIS</strong> -->
<!-- <strong>UrbanVIS</strong> -->
<h1
id=
"projectname"
></h1>
<h1
id=
"projectname"
></h1>
</a>
</a>
...
@@ -98,6 +99,10 @@
...
@@ -98,6 +99,10 @@
</p>
</p>
<p>
<p>
<a
href=
"http://icity.hft-stuttgart.de/"
class=
"btn btn-secondary my-2 myBtn"
>
iCity Project
</a>
<a
href=
"http://icity.hft-stuttgart.de/"
class=
"btn btn-secondary my-2 myBtn"
>
iCity Project
</a>
<a
href=
"https://www.mdpi.com/2220-9964/9/11/657"
class=
"btn btn-secondary my-2 myBtn"
>
iCity Publication
</a>
</p>
<p>
</p>
</p>
</div>
</div>
</section>
</section>
...
@@ -132,7 +137,7 @@
...
@@ -132,7 +137,7 @@
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<form
action=
"circularData.html"
class=
"form-signin"
method=
"GET"
>
<form
action=
"circularData.html"
class=
"form-signin"
method=
"GET"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
Explore
<i
class=
"fas fa-search"
aria-hidden=
"false"
>
</i>
Explore
</button>
</button>
</form>
</form>
</div>
</div>
...
@@ -165,7 +170,7 @@
...
@@ -165,7 +170,7 @@
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<form
action=
"Kirchturm1.html"
class=
"form-signin"
method=
"GET"
>
<form
action=
"Kirchturm1.html"
class=
"form-signin"
method=
"GET"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
Explore
<i
class=
"fas fa-search"
aria-hidden=
"false"
>
</i>
Explore
</button>
</button>
</form>
</form>
</div>
</div>
...
@@ -198,7 +203,7 @@
...
@@ -198,7 +203,7 @@
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<form
action=
"Kirchturm2.html"
class=
"form-signin"
method=
"GET"
>
<form
action=
"Kirchturm2.html"
class=
"form-signin"
method=
"GET"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
Explore
<i
class=
"fas fa-search"
aria-hidden=
"false"
>
</i>
Explore
</button>
</button>
</form>
</form>
</div>
</div>
...
@@ -233,7 +238,7 @@
...
@@ -233,7 +238,7 @@
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<form
action=
"iStoeck.html"
class=
"form-signin"
method=
"GET"
>
<form
action=
"iStoeck.html"
class=
"form-signin"
method=
"GET"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
Explore
<i
class=
"fas fa-search"
aria-hidden=
"false"
>
</i>
Explore
</button>
</button>
</form>
</form>
</div>
</div>
...
@@ -264,7 +269,7 @@
...
@@ -264,7 +269,7 @@
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<form
action=
"StreamlineParticles.html"
class=
"form-signin"
method=
"GET"
>
<form
action=
"StreamlineParticles.html"
class=
"form-signin"
method=
"GET"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
Explore
<i
class=
"fas fa-search"
aria-hidden=
"false"
>
</i>
Explore
</button>
</button>
</form>
</form>
</div>
</div>
...
@@ -293,7 +298,7 @@
...
@@ -293,7 +298,7 @@
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<form
action=
"StreamlinesMultipart.html"
class=
"form-signin"
method=
"GET"
>
<form
action=
"StreamlinesMultipart.html"
class=
"form-signin"
method=
"GET"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
Explore
<i
class=
"fas fa-search"
aria-hidden=
"false"
>
</i>
Explore
</button>
</button>
</form>
</form>
</div>
</div>
...
@@ -330,7 +335,7 @@
...
@@ -330,7 +335,7 @@
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<form
action=
"iStoeckHMGeoJSON.html"
class=
"form-signin"
method=
"GET"
>
<form
action=
"iStoeckHMGeoJSON.html"
class=
"form-signin"
method=
"GET"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
Explore
<i
class=
"fas fa-search"
aria-hidden=
"false"
>
</i>
Explore
</button>
</button>
</form>
</form>
</div>
</div>
...
@@ -360,7 +365,7 @@
...
@@ -360,7 +365,7 @@
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<form
action=
"iStoeckStreams.html"
class=
"form-signin"
method=
"GET"
>
<form
action=
"iStoeckStreams.html"
class=
"form-signin"
method=
"GET"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
Explore
<i
class=
"fas fa-search"
aria-hidden=
"false"
>
</i>
Explore
</button>
</button>
</form>
</form>
</div>
</div>
...
@@ -389,7 +394,7 @@
...
@@ -389,7 +394,7 @@
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<form
action=
"iStoeckHexgrid_2m.html"
class=
"form-signin"
method=
"GET"
>
<form
action=
"iStoeckHexgrid_2m.html"
class=
"form-signin"
method=
"GET"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
Explore
<i
class=
"fas fa-search"
aria-hidden=
"false"
>
</i>
Explore
</button>
</button>
</form>
</form>
</div>
</div>
...
@@ -426,7 +431,7 @@
...
@@ -426,7 +431,7 @@
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<form
action=
"iStoeckHM.html"
class=
"form-signin"
method=
"GET"
>
<form
action=
"iStoeckHM.html"
class=
"form-signin"
method=
"GET"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
Explore
<i
class=
"fas fa-search"
aria-hidden=
"false"
>
</i>
Explore
</button>
</button>
</form>
</form>
</div>
</div>
...
@@ -457,7 +462,7 @@
...
@@ -457,7 +462,7 @@
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<form
action=
"EssenPC.html"
class=
"form-signin"
method=
"GET"
>
<form
action=
"EssenPC.html"
class=
"form-signin"
method=
"GET"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
<button
type=
"submit"
class=
"btn btn-sm btn-outline-secondary exploreBtn"
>
Explore
<i
class=
"fas fa-search"
aria-hidden=
"false"
>
</i>
Explore
</button>
</button>
</form>
</form>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment