Skip to content

Commit

Permalink
Added landing page
Browse files Browse the repository at this point in the history
Created landing page for conference interaction
  • Loading branch information
Tars4815 committed Feb 8, 2024
1 parent a88bbd7 commit 05dc8e1
Show file tree
Hide file tree
Showing 2 changed files with 852 additions and 0 deletions.
50 changes: 50 additions & 0 deletions landing/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RicciO3Di | LabMGF@DICA</title>
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<!-- Core theme CSS -->
<link rel="stylesheet" href="style.css">
</head>

<body>
<!-- Parallax Pixel Background Animation -->
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<!-- End of Parallax Pixel Background Animation -->

<a id="profilePicture" href="#popup">
<img src="#" alt="Profile Picture">
</a>

<div id="userName">
RicciO3Di - A project by LabMGF@DICA Politecnico di Milano
</div>

<div id="links">
<!--INSERIRE LINK AD APPLICAZIONE CON AR.JS-->
<a class="link" href="#" target="_blank">
<i class="fa fa-play-circle">&nbsp;</i> Interact with the Poster!
</a>
<!--INSERIRE LINK A WORKING DEMO-->
<a class="link" href="https://labmgf.dica.polimi.it/pujob/riccio3di/" target="_blank">
<i class="fas fa-laptop-code">&nbsp;</i>Working demo
</a>
<!--INSERIRE LINK A REPOSITORY GITHUB-->
<a class="link" href="https://github.com/Tars4815/riccio3di" target="_blank">
<i class="fab fa-github">&nbsp;</i>Github repository
</a>
<!--INSERIRE LINK A SITO LABORATORIO-->
<a class="link" href="https://labmgf.dica.polimi.it/" target="_blank">
<i class="fas fa-laptop"></i>&nbsp;</i>Laboratory Website
</a>

</div>
</body>
</html>
Loading

0 comments on commit 05dc8e1

Please sign in to comment.