source: Front Page.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 6 days ago

Upload project files

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?php
2
3?>
4<!DOCTYPE html>
5<html lang="en">
6<head>
7 <meta charset="UTF-8">
8 <meta name="viewport" content="width=device-width, initial-scale=1.0">
9 <title>Innova</title>
10 <link rel="stylesheet" href="CSS/TOS.css">
11 <link rel="stylesheet" href="CSS/Front.css">
12</head>
13<body>
14 <script src='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/js/all.min.js' crossorigin='anonymous'></script>
15 <div class="logo-container">
16 <div class="logo-helper">
17 <h1 id="logo">Innova<i class='fas fa-store-alt' style='font-size:38px'></i></h1>
18 </div>
19 </div>
20 <div class="container">
21 <div class="left">
22 <div style="background-color: #03045E; width: 5%;">
23 </div>
24 <div style="background-color: #023E8A; width: 5%">
25 </div>
26 <div style="background-color: #0096C7; width: 5%">
27 </div>
28 <div style="background-color: #48CAE5; width: 5%">
29 </div>
30 <div style="background-color: #ADE8F4; width: 5%;">
31 </div>
32 </div>
33 <div class="right">
34 <h2>Започнете</h2>
35 <div class="buttons">
36 <button onclick="window.location.href='Log In.php'">Log In</button>
37 <button onclick="window.location.href='Sign Up.php'">Sign Up</button>
38 </div>
39 <div class="TOSContainer">
40 <h5><a href="./Information/Contact.html">Контакт</a></h5>
41 <h5>|</h5>
42 <h5><a href="./Information/AboutUs.html">За нас</a></h5>
43 <h5>|</h5>
44 <h5><a href="./Information/Privacy.html">Политика на приватност</a></h5>
45 </div>
46 </div>
47 </div>
48</body>
49</html>
Note: See TracBrowser for help on using the repository browser.