Commit 2a3033e1 authored by Joe TS Dell's avatar Joe TS Dell
Browse files

update name

parent 534ee249
......@@ -99,10 +99,12 @@ a.button {
}
.hftlogo{
margin-right : 20px;
/* margin-right : 20px; */
/* width: 100px; */
}
.hftlogo:hover{
cursor: pointer;
}
.extension{
padding: 20px 10px;
......
......@@ -5,10 +5,11 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<title>RGC Website</title>
<title>UGL Website</title>
<meta charset="utf-8">
<meta name="generator" content="GitLab Pages">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="./css/theme.min.css"> -->
<link href="css/main.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.15.3/xlsx.full.min.js"></script>
......@@ -47,11 +48,11 @@
</div>
<div class="navbar navbar-light shadow-sm" style="background-color: #cc3125;">
<div class="container d-flex justify-content-between">
<a href="https://www.hft-stuttgart.de" class="d-flex align-items-center">
<img src="imgs/hft.jpg"
class="hftlogo" width="100px">
<h1 id='projectname'></h1>
</a>
<img src="imgs/hft.jpg" class="hftlogo" width="100px" >
<!-- <a href="https://www.hft-stuttgart.de" width="100px">
<h1 id='projectname'></h1>
</a> -->
<!-- <div class="drop-down">
<select name="options">
<option class="en" value="en"
......@@ -70,6 +71,8 @@
<option value='2' class="selectlang" data-img-src="imgs/flags/226-united-states.png"
style="background-color: white;">Deutsch</option>
</select>
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarHeader"
aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
......@@ -89,19 +92,23 @@
<p id="rgc_introduction2">The research projects at HFT Stuttgart (University of Applied Sciences Stuttgart).</p>
</div>
</section>
<div class="search-wrapper">
<div class="input-holder">
<input type="text" id="search-input" class="search-input" placeholder="Type to search" />
<button id="search-button" class="search-icon" onclick="searchToggle(this, event);"><span></span></button>
</div>
<span class="close" onclick="searchToggle(this, event);"></span>
</div>
<div id="cont_proto" class="cont_proto">
<div id="album_one" class="album py-5 bg-light topDownPadding">
<div class="container">
<div>
<h2 id="rgc_application"><i class="fas fa-laptop-code"></i> Our Research</h2>
<h2 id="rgc_application"><i class="fas fa-laptop-code"></i></h2>
<!-- Searchbar -->
<div class="search-wrapper">
<div class="input-holder">
<input type="text" id="search-input" class="search-input" placeholder="Type to search" />
<button id="search-button" class="search-icon" onclick="searchToggle(this, event);"><span></span></button>
</div>
<span class="close" onclick="searchToggle(this, event);"></span>
</div>
<!-- start -->
<!-- end -->
......@@ -133,6 +140,8 @@
<div class="linesearch" style="width:100%">
<div class="col-md-4">
<h2 id="rgc_publication"><i class="fas fa-book"></i> Publications</h2>
<p id="rgc_publicationdesc" class="grey-text w-responsive mx-auto mb-5">Research Short Introduction ....</p>
</div>
<div class="col-md-5"></div>
<div class="col-md-4" style="float:right">
......@@ -409,6 +418,12 @@
<!-- /////////////////////////////////////// -->
<!-- Language selector -->
<!-- full jquery needed -->
<!-- <script src="js/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/vendor/simplebar/dist/simplebar.min.js"></script>
<script src="js/vendor/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
<script src="js/vendor/parallax-js/dist/parallax.min.js"></script> -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.6.2/js/bootstrap-select.min.js"></script>
<script src="./js/popper.min.js"></script>
......
......@@ -41,13 +41,13 @@ function language(lang){
rgc_group.innerHTML = "Details about our group to be inserted here... "
rgc_contact.innerHTML = "Contact"
// rgc_introduction.innerHTML =" (or Vote for new group name) <br>A research group introduction here ...."
rgc_introduction2.innerHTML = "The research projects at HFT Stuttgart (University of Applied Sciences Stuttgart)."
rgc_application.innerHTML = "<i class='fas fa-laptop-code'></i> Our Applications"
rgc_applicationdesc.innerHTML = "Research Short Introduction ...."
// rgc_introduction2.innerHTML = "The research projects at HFT Stuttgart (University of Applied Sciences Stuttgart)."
rgc_application.innerHTML = "<i class='fas fa-laptop-code'></i> Applications and Demos"
rgc_applicationdesc.innerHTML = "Explorer the diversity of our projects which is our contribution to modern, sustainable, and smarter cities. The following gallery provides an overview about applications and demos to current and former research projects within the UGL group. Watch YouTube videos with explanations to our projects and applications or get direct access to our interactive applications to explore them freely. Use the search function to look for specific keywords (e.g. “wind”, “citygml”, “sensors”, etc.)."
rgc_publication.innerHTML = "<i class='fas fa-book'></i> Our Publication"
// rgc_publicationdesc.innerHTML = "Our Publication ..."
rgc_ourteam.innerHTML = "<i class='fas fa-user-friends'></i> Our amazing team"
rgc_teamdesc.innerHTML = "Team Description ...."
rgc_publicationdesc.innerHTML = "View the latest publications regarding our projects and other research activities at UGL. A link to the Publisher, the BiBTeX-Download or directly to the PDF of the article is just a click away."
rgc_ourteam.innerHTML = "<i class='fas fa-user-friends'></i> Team"
rgc_teamdesc.innerHTML = "Get to know the international and multi-disciplined UGL team members. Feel free to contact us if you have questions to projects or want to collaborate on exciting topics, projects, or publications."
rgc_backtotop.innerHTML = "Back to top"
rgc_button_next.innerHTML = "Next"
rgc_button_previous.innerHTML = "Previous"
......@@ -62,7 +62,7 @@ function language(lang){
rgc_group.innerHTML = "Details über unsere Gruppe... "
rgc_contact.innerHTML = "Kontakt"
// rgc_introduction.innerHTML =" (oder Stimme für einen Gruppennamen) <br>Eine Vorstellung der Forschungsgruppe folgt hier ...."
rgc_introduction2.innerHTML = "Die Forschungsprojekte an der HFT Stuttgart (Hochschule für Technik Stuttgart)."
// rgc_introduction2.innerHTML = "Die Forschungsprojekte an der HFT Stuttgart (Hochschule für Technik Stuttgart)."
rgc_application.innerHTML = "<i class='fas fa-laptop-code'></i> Unsere Anwendungen"
rgc_applicationdesc.innerHTML = "Forschung Kurzvorstellung ...."
rgc_publication.innerHTML = "<i class='fas fa-book'></i> Unsere Veröffentlichungen"
......
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