Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
create html for figma design
  • Loading branch information
andresacg30 committed Sep 29, 2022
commit 2287a31d34e5ca64d657b64f37358c73a6421e56
Empty file.
28 changes: 25 additions & 3 deletions src/app/modules/v2-redirect/v2-redirect.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<p>El tiempo siempre llega para todo, y esta vez llego para nosotros
<img src="https://www.nicepng.com/png/detail/399-3993768_sad-clock-bfb-clock.png" alt="sad-clock"/>
</p>
<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=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./v2-redirect.component.scss">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

<div>
<img id="logo" src="../../../assets/img/time-tracker-logo-v2.png" alt="Time Tracker v2 logo">
</div>
<div>
<img id="main-image" src="../../../assets/img/main-image.png" alt="person moving boxes">
</div>
<div class="text">
<h1>WE HAVE MOVED</h1>
<h3 id="quote">World is in<br>constant evolution,<br><strong>SO ARE WE.</strong></h3>
</div>
<div class="redirection">
<h2>GO TO TIME TRACKER v2</h2>
<a class="btn btn-primary" href="https://ui.timetrackerapp.ioet.com/" role="button">ui.timetrackerapp.ioet.com</a>
</div>
<div class="decoration">
<img src="../../../assets/img/decoration.png" alt="decoration blue splash">
</div>


6 changes: 6 additions & 0 deletions src/app/modules/v2-redirect/v2-redirect.component.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* {
font-family: 'Inter', sans-serif;
font-weight: bold;
display: flexbox;
flex:auto;
}
Binary file added src/assets/img/decoration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/main-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.