forked from MadhushaPrasad/Diagon-Alley
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
32 lines (28 loc) · 1.28 KB
/
index.php
File metadata and controls
32 lines (28 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="images/logo.svg">
<title>Login</title>
<link rel="stylesheet" href="./pages/startUp.css">
</head>
<body>
<div class="grid login">
<div class="section-left">
<div class="section-left-1">
<img src="../assets/img/logo.svg" alt="" class="section-left-1-logo">
<h2 class="section-left-1-mainText"> Sending your luggages is easier than before🔥</h2>
<h4 class="section-left-1-subText">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Volutpat eget ut tincidunt urna, nulla eget accumsan convallis diam. In urna lacus, netus tristique congue laoreet. Eu nullam enim dui tempus velit.</h4>
</div>
<div class="startup-actions">
<a href="#"><button class="get-started-btn">Get Started</button></a>
<p>Already user? <a href="./pages/login.php">Login</a></p>
</div>
</div>
<div class="section__right">
<img src="./assets/img/young woman imagining things while reading e-book.svg" alt="young woman imagining things while reading e-book" width="100%">
</div>
</div>
</body>
</html>