-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created landing page for conference interaction
- Loading branch information
Showing
2 changed files
with
852 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> </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"> </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"> </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> </i>Laboratory Website | ||
</a> | ||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.