Commit 8d8e2d3c authored by Sven Schneider's avatar Sven Schneider
Browse files

updated team text for MAx, changed header, updated stuff...

parent f07ac01e
Pipeline #4773 passed with stages
in 27 seconds
...@@ -25,7 +25,7 @@ a { ...@@ -25,7 +25,7 @@ a {
} }
a:hover { a:hover {
color: #717ff5; color: #003056;
text-decoration: none; text-decoration: none;
} }
...@@ -183,15 +183,19 @@ section { ...@@ -183,15 +183,19 @@ section {
--------------------------------------------------------------*/ --------------------------------------------------------------*/
.header { .header {
transition: all 0.5s; transition: all 0.9s;
z-index: 997; z-index: 997;
padding: 20px 0; padding: 20px 5px;
max-height: 90px;
height: 90px;
} }
.header.header-scrolled { .header.header-scrolled {
background: #fff; background: #fff;
padding: 15px 0; padding: 5px 5px 50px 50px;
box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1); box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
letter-spacing: 2px;
max-height: 80px;
} }
.header .logo { .header .logo {
...@@ -199,14 +203,14 @@ section { ...@@ -199,14 +203,14 @@ section {
} }
.header .logo img { .header .logo img {
max-height: 40px; max-height: 70px;
margin-right: 6px; margin-right: 6px;
} }
.header .logo span { .header .logo span {
font-size: 30px; font-size: 45px;
font-weight: 700; font-weight: 700;
letter-spacing: 1px; letter-spacing: 2px;
color: #003056; color: #003056;
font-family: "Nunito", sans-serif; font-family: "Nunito", sans-serif;
margin-top: 3px; margin-top: 3px;
...@@ -263,11 +267,11 @@ section { ...@@ -263,11 +267,11 @@ section {
.navbar .active, .navbar .active,
.navbar .active:focus, .navbar .active:focus,
.navbar li:hover>a { .navbar li:hover>a {
color: #f1414a; color: #009cb4;
} }
.navbar .getstarted { .navbar .getstarted {
background: #f14141; background: #009cb4;
padding: 8px 20px; padding: 8px 20px;
margin-left: 30px; margin-left: 30px;
border-radius: 4px; border-radius: 4px;
...@@ -276,7 +280,7 @@ section { ...@@ -276,7 +280,7 @@ section {
.navbar .getstarted:hover { .navbar .getstarted:hover {
color: #fff; color: #fff;
background: #f1414a; background: #009cb4;
} }
.navbar .dropdown ul { .navbar .dropdown ul {
...@@ -362,7 +366,7 @@ section { ...@@ -362,7 +366,7 @@ section {
color: #fff; color: #fff;
} }
@media (max-width: 991px) { @media (max-width: 91px) {
.mobile-nav-toggle { .mobile-nav-toggle {
display: block; display: block;
} }
...@@ -484,7 +488,7 @@ section { ...@@ -484,7 +488,7 @@ section {
border-radius: 4px; border-radius: 4px;
transition: 0.5s; transition: 0.5s;
color: #fff; color: #fff;
background: #f14141; background: #009cb4;
/* box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4); */ /* box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4); */
} }
...@@ -583,7 +587,7 @@ section { ...@@ -583,7 +587,7 @@ section {
border-radius: 4px; border-radius: 4px;
transition: 0.5s; transition: 0.5s;
color: #fff; color: #fff;
background: #f14141; background: #009cb4;
/* box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3); */ /* box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3); */
} }
......
...@@ -54,11 +54,11 @@ ...@@ -54,11 +54,11 @@
</div> </div>
<div class="col-lg-5 col-md-4 col-sm-4 "> <div class="col-lg-5 col-md-4 col-sm-4 ">
<span style="float: right;"> <span style="float: right; margin-top: 10px;">
<img src="https://www.dreso.com/typo3conf/ext/dreso/Resources/Public/dreso-logo.svg " style="width: 160px; padding-right:20px;" alt=" "> <img src="https://www.dreso.com/typo3conf/ext/dreso/Resources/Public/dreso-logo.svg " style="width: 160px; padding-right:20px;" alt=" ">
<img src="assets/img/icityLogo.jpg " style="width: 130px; " alt=" "> <img src="assets/img/icityLogo.jpg " style="width: 130px; " alt=" ">
</span> </span>
</div> </div>
<div class="col-lg-1 col-md-2 col-sm-1"> <div class="col-lg-1 col-md-2 col-sm-1">
...@@ -1071,14 +1071,14 @@ ...@@ -1071,14 +1071,14 @@
<div class="social "> <div class="social ">
<a href=" "><i class="bi bi-twitter "></i></a> <a href=" "><i class="bi bi-twitter "></i></a>
<a href=" "><i class="bi bi-facebook "></i></a> <a href=" "><i class="bi bi-facebook "></i></a>
<a href=" "><i class="bi bi-instagram "></i></a> <!-- <a href=" "><i class="bi bi-instagram "></i></a> -->
<a href=" "><i class="bi bi-linkedin "></i></a> <a href=" "><i class="bi bi-linkedin "></i></a>
</div> </div>
</div> </div>
<div class="member-info "> <div class="member-info ">
<h4>Prof. Volker Coors</h4> <h4>Prof. Volker Coors</h4>
<span>IAF Director</span> <span>IAF Director</span>
<p>Some text about Volker</p> <p>Some text about Volker <br><a href="mailto:volker.coors@hft-stuttgart.de">volker.coors@hft-stuttgart.de</a> </p>
</div> </div>
</div> </div>
</div> </div>
...@@ -1090,7 +1090,7 @@ ...@@ -1090,7 +1090,7 @@
<div class="social "> <div class="social ">
<a href=" "><i class="bi bi-twitter "></i></a> <a href=" "><i class="bi bi-twitter "></i></a>
<a href=" "><i class="bi bi-facebook "></i></a> <a href=" "><i class="bi bi-facebook "></i></a>
<a href=" "><i class="bi bi-instagram "></i></a> <!-- <a href=" "><i class="bi bi-instagram "></i></a> -->
<a href=" "><i class="bi bi-linkedin "></i></a> <a href=" "><i class="bi bi-linkedin "></i></a>
</div> </div>
</div> </div>
...@@ -1098,7 +1098,7 @@ ...@@ -1098,7 +1098,7 @@
<h4>Prof. Iris Belle</h4> <h4>Prof. Iris Belle</h4>
<span>Prof. in Master's degree <i>Smart City Solutions</i>. Consultant at DreSo</span> <span>Prof. in Master's degree <i>Smart City Solutions</i>. Consultant at DreSo</span>
<p>Iris Belle co-directs the Master Programme Smart City Solutions at HfT Stuttgart. She is also a Leading Consultant at Drees & Sommer and develops digital and sustainability concepts for cities, precincts and campuses for <p>Iris Belle co-directs the Master Programme Smart City Solutions at HfT Stuttgart. She is also a Leading Consultant at Drees & Sommer and develops digital and sustainability concepts for cities, precincts and campuses for
public and private clients. She co-leads the Smart City Demonstrator. Iris Belle holds a PhD in Geography from Heidelberg University and a Diploma in Architecture from Karlsruhe Institute of Technology. <br> iris.belle@hft-stuttgart.de public and private clients. She co-leads the Smart City Demonstrator. Iris Belle holds a PhD in Geography from Heidelberg University and a Diploma in Architecture from Karlsruhe Institute of Technology. <br> <a href="mailto:iris.belle@hft-stuttgart.de">iris.belle@hft-stuttgart.de</a>
</p> </p>
</div> </div>
</div> </div>
...@@ -1111,14 +1111,17 @@ ...@@ -1111,14 +1111,17 @@
<div class="social "> <div class="social ">
<a href=" "><i class="bi bi-twitter "></i></a> <a href=" "><i class="bi bi-twitter "></i></a>
<a href=" "><i class="bi bi-facebook "></i></a> <a href=" "><i class="bi bi-facebook "></i></a>
<a href=" "><i class="bi bi-instagram "></i></a> <!-- <a href=" "><i class="bi bi-instagram "></i></a> -->
<a href=" "><i class="bi bi-linkedin "></i></a> <a href=" "><i class="bi bi-linkedin "></i></a>
</div> </div>
</div> </div>
<div class="member-info "> <div class="member-info ">
<h4>Maximilian Haag</h4> <h4>Maximilian Haag</h4>
<span>Director of zafh.net and programm coordinator iCity</span> <span>Managing Director zafh.net / Program Management iCity</span>
<p>Smart Buildings & Smart Cities, Gebäude- und Energietechnik...</p> <p>Maximilian Haag is managing the Center for Sustainable Energy Technology (zafh.net) at HFT Stuttgart. He is also responsible for the strategic development of the research program iCity: Intelligent City" at HFT Stuttgart.
He develops transdisciplinary projects in the fields of Smart Buildings & Smart Cities, Building and Energy Technologies. <br>
<a href="mailto:maximilian.haag@hft-stuttgart.de">maximilian.haag@hft-stuttgart.de</a>
</p>
</div> </div>
</div> </div>
</div> </div>
...@@ -1130,14 +1133,14 @@ ...@@ -1130,14 +1133,14 @@
<div class="social "> <div class="social ">
<a href=" "><i class="bi bi-twitter "></i></a> <a href=" "><i class="bi bi-twitter "></i></a>
<a href=" "><i class="bi bi-facebook "></i></a> <a href=" "><i class="bi bi-facebook "></i></a>
<a href=" "><i class="bi bi-instagram "></i></a> <!-- <a href=" "><i class="bi bi-instagram "></i></a> -->
<a href=" "><i class="bi bi-linkedin "></i></a> <a href=" "><i class="bi bi-linkedin "></i></a>
</div> </div>
</div> </div>
<div class="member-info "> <div class="member-info ">
<h4>Patrick Wuerstle</h4> <h4>Patrick Wuerstle</h4>
<span>Researcher at IAF and ZGG</span> <span>Researcher at IAF and ZGG</span>
<p>M4_LAB Innovative Hochschule Smart Villages</p> <p>M4_LAB Innovative Hochschule Smart Villages <br><a href="mailto:patrick.wuerstle@hft-stuttgart.de">patrick.wuerstle@hft-stuttgart.de</a> </p>
</div> </div>
</div> </div>
</div> </div>
...@@ -1353,19 +1356,20 @@ ...@@ -1353,19 +1356,20 @@
<img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg " alt=" "> <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg " alt=" ">
<span>City Demonstrator</span> <span>City Demonstrator</span>
</a> </a>
<p>Visit us on our social media accounts</p> <!-- <p>Visit us on our social media accounts</p> -->
<div class="social-links mt-3 "> <div class="social-links mt-3 ">
<a href="# " class="twitter "><i class="bi bi-twitter "></i></a> <!-- <a href="# " class="twitter "><i class="bi bi-twitter "></i></a>
<a href="# " class="facebook "><i class="bi bi-facebook "></i></a> <a href="# " class="facebook "><i class="bi bi-facebook "></i></a>
<a href="# " class="instagram "><i class="bi bi-instagram bx bxl-instagram "></i></a> <a href="# " class="instagram "><i class="bi bi-instagram bx bxl-instagram "></i></a>
<a href="# " class="linkedin "><i class="bi bi-linkedin bx bxl-linkedin "></i></a> <a href="# " class="linkedin "><i class="bi bi-linkedin bx bxl-linkedin "></i></a> -->
<p style="margin-top: 20px; margin-bottom: 20px;"> </p> <p style="margin-top: 20px; margin-bottom: 20px;"> </p>
<a href="https://www.dreso.com " class="logo d-flex align-items-center "> <a href="https://www.dreso.com " class=" align-items-center ">
<img src="https://www.dreso.com/typo3conf/ext/dreso/Resources/Public/dreso-logo.svg " style="width: 130px;" alt=" "></a> <img src="https://www.dreso.com/typo3conf/ext/dreso/Resources/Public/dreso-logo.svg " style="width: 120px;" alt=" "></a>
<a href="http://icity.hft-stuttgart.de/#/ " class="logo d-flex align-items-center "> <a href="http://icity.hft-stuttgart.de/#/ " class="
align-items-center ">
<img src="assets/img/icityLogo.jpg " style="width: 120px; " alt=" "></a> <img src="assets/img/icityLogo.jpg " style="width: 120px; " alt=" "></a>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment