-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
39 lines (36 loc) · 1.45 KB
/
home.html
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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Eco Scrap</title>
<link rel="shortcut icon" href="/Img/propic1.jpg" type="image/x-icon">
<link rel="stylesheet" href="home.css">
<!-- <link rel="stylesheet" href="script.js"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="navbar.js" defer></script>
</head>
<body>
<header class="navbar"></header>
<main>
<div class="container">
<div class="leftcontainer">
<p id="su">
<strong>"Revive, Recycle,
Reimagine : Transforming
Scrap into Artistic
Delights!"</strong>
</p>
</div>
<div class="rightcontainer">
<a href="/schedule.html"><button type="button" class="se_button"><strong>SCHEDULE</strong></button></a>
<img src="/Img/recycle_image.png" alt="recycle image" height="400px" width="400">
<a href="/items.html"><button type="button" class="rate_us"><strong>CHECK RATES</strong></button></a>
</div>
</div>
</main>
<!-- <script src="navbar.js"></script> -->
<!-- <script src="lightdark.js"></script> -->
</body>
</html>