Skip to content

Commit

Permalink
Update design
Browse files Browse the repository at this point in the history
  • Loading branch information
kinosal committed Apr 19, 2024
1 parent 528e750 commit 8d76e45
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
Binary file removed background.png
Binary file not shown.
45 changes: 25 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>Stagelink</title>
</head>
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<body style="font-family: 'Ubuntu', sans-serif; font-size: 16px; font-weight: 200; text-align: center; background-image: url(background.png); background-size: cover;">
<div>
<div style="margin-top: 100px;" >
<img src="logo.png" width="50px" >
<head>
<title>Stagelink</title>
</head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap" rel="stylesheet">
<body style="font-family: 'Ubuntu', sans-serif; font-size: 16px; font-weight: 300; text-align: center; background: linear-gradient(to bottom, turquoise, rgb(20,20,20));">
<div>
<div style="margin-top: 100px;" >
<img src="logo.png" width="50px" >
</div>
<div style="margin-top: 50px; margin-bottom: 500px; color: rgb(50,50,50); line-height: 1.5;">
<p style="font-size: 20px; font-weight: 500;">
Stagelink GmbH
</p>
<p>
Immanuelkirchstraße 35<br>
10405 Berlin<br>
Germany<br>
<br>
[email protected]<br>
www.stagelink.com
</p>
</div>
</div>
<div style="margin-top: 50px; margin-bottom: 400px; color: rgb(50,50,50); line-height: 1.5;">
<b style="font-size: 20px; font-weight: 400;">Stagelink GmbH</b><br>
<br>
Immanuelkirchstraße 35<br>
10405 Berlin<br>
Germany<br>
<br>
[email protected]<br>
www.stagelink.com
</div>
</div>
</body>
</body>
</html>

0 comments on commit 8d76e45

Please sign in to comment.