Skip to content

Commit

Permalink
links to viewer and gh-profiles + minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisHain committed Jul 11, 2024
1 parent 43d3e4f commit f3c9a42
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 15 deletions.
59 changes: 47 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</head>
<body>
<div class="main">
<div class="overlap-wrapper">
<div class="overlap">
<img class="background-blob" src="images/background-blob-service-1-png.png" />
<div class="more-about-us">
Expand Down Expand Up @@ -126,43 +125,75 @@
<div class="div-13">
<div class="silvan">
<div class="text-wrapper-8">Silvan</div>
<img class="icon-github" src="images/icon-github.svg" />
<a
href="https://github.com/unweytvanfern"
target="_blank"
rel="noopener noreferrer"
><img class="icon-github" src="images/icon-github.svg" /></a>
<div class="text-wrapper-9">computer science B.Sc.</div>
</div>
<div class="sara">
<div class="text-wrapper-8">Sara</div>
<img class="icon-github" src="images/icon-github.svg" />
<a
href="https://github.com/saraerciyess"
target="_blank"
rel="noopener noreferrer"
><img class="icon-github" src="images/icon-github.svg" /></a>
<div class="text-wrapper-9">computer science B.Sc.</div>
</div>
<div class="louis">
<div class="text-wrapper-8">Louis</div>
<img class="icon-github" src="images/icon-github.svg" />
<a
href="https://github.com/LouisHain"
target="_blank"
rel="noopener noreferrer"
><img class="icon-github" src="images/icon-github.svg" /></a>
<div class="text-wrapper-9">computer science B.Sc.</div>
</div>
<div class="fabian">
<div class="text-wrapper-8">Fabian</div>
<img class="icon-github" src="images/icon-github.svg" />
<a
href="https://github.com/FabiKogWi"
target="_blank"
rel="noopener noreferrer"
><img class="icon-github" src="images/icon-github.svg" /></a>
<div class="text-wrapper-9">cognitive science B.Sc.</div>
</div>
<div class="norbert">
<div class="text-wrapper-8">Norbert</div>
<img class="icon-github" src="images/icon-github.svg" />
<a
href="https://github.com/NorbiPDF"
target="_blank"
rel="noopener noreferrer"
><img class="icon-github" src="images/icon-github.svg" /></a>
<div class="text-wrapper-9">computer science B.Sc.</div>
</div>
<div class="markus">
<div class="text-wrapper-8">Markus</div>
<img class="icon-github" src="images/icon-github.svg" />
<a
href="https://github.com/C3YLA"
target="_blank"
rel="noopener noreferrer"
><img class="icon-github" src="images/icon-github.svg" /></a>
<div class="text-wrapper-9">computer science B.Sc.</div>
</div>
<div class="niclas">
<div class="text-wrapper-8">Niclas</div>
<img class="icon-github" src="images/icon-github.svg" />
<a
href="https://github.com/nhergen"
target="_blank"
rel="noopener noreferrer"
><img class="icon-github" src="images/icon-github.svg" /></a>
<div class="text-wrapper-9">computer science B.Sc.</div>
</div>
<div class="pascal">
<div class="text-wrapper-9">computer science B.Sc.</div>
<div class="text-wrapper-8">Pascal</div>
<img class="icon-github" src="images/icon-github.svg" />
<a
href="https://github.com/Courtsilius"
target="_blank"
rel="noopener noreferrer"
><img class="icon-github" src="images/icon-github.svg" /></a>
</div>
</div>
<div class="div-14"></div>
Expand All @@ -187,14 +218,18 @@
software to create realistic interior views of buildings and rooms.
</p>
<button class="button-2">
<div class="button-before-2"></div>
<div class="start-tour">START TOUR</div>
<div class="button-before"></div>
<a
href="http://46.38.250.233:3000/"
target="_blank"
rel="noopener noreferrer"
><div class="start-tour">START TOUR</div></a
>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

.main .overlap-wrapper {
background-color: #0b0b0b;
overflow-x: hidden;
width: 1386px;
overflow-x: auto;
width: 100vw;
height: 3551px;
}

.main .overlap {
position: relative;
width: 2714px;
width: 100vw;
height: 3736px;
left: -1042px;
}
Expand Down

0 comments on commit f3c9a42

Please sign in to comment.