-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
94 lines (91 loc) · 2.98 KB
/
index.php
File metadata and controls
94 lines (91 loc) · 2.98 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome Page</title>
<link rel="icon" href="./public/picture/logo.png??" type="image/png" />
<link
rel="stylesheet"
href="https://unpkg.com/boxicons@latest/css/boxicons.min.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="./style/style.css?" />
<link rel="stylesheet" href="./style/styleContents.css????" />
</head>
<body>
<main class="main2">
<?php $page = "welcomepage"; include 'navbar.php'; ?>
<section class="lrCon">
<ul class="leftCon2">
<li class="box1">
<h1>Fix My Road</h1>
<h5>
Extend A <br />
Helping Hand
</h5>
</li>
<li class="box2">
<div class="con1">
<div class="citizen">
<h5>For <span>Citizen</span></h5>
<p>
Citizens benefit from FixMyRoad by gaining the power to
actively contribute to community well-being through
streamlined reporting, ensuring safer roads and fostering a
responsive environment. Real-time updates keep them informed
about the progress of reported issues, enhancing transparency
in the resolution process.
</p>
</div>
<div class="authority">
<h5>For <span>Municipal</span></h5>
<p>
Municipal authorities experience efficient resource
allocation, facilitated communication with citizens, and
data-driven decision-making. Access to real-time insights
helps them make informed decisions for road maintenance,
ultimately building community trust through efficient issue
resolution.
</p>
</div>
</div>
<div class="con2">
<video src="public/video/PTECH - PITCHING VIDEO.mp4" controls muted loop autoplay >
Your browser does not support the video tag.
</video>
</div>
</li>
</ul>
<ul class="rightCon2">
<li class="box1">
<h5>Developer</h5>
<a href="http://" target="_blank" rel="noopener noreferrer">
<i class="bx bx-link-external"></i
></a>
</li>
<li class="box2">
<div class="con1">
<img src="public/picture/pothole.png" alt="" />
</div>
<div class="con2">
<h5>About</h5>
<span>Simplicity and continuous engagement.</span>
<div>
FixMyRoad (FMR) is an innovative platform designed to streamline
the reporting and resolution process of road damage in Baliwag,
Bulacan. By leveraging a user-friendly mobile and
web-based interface, citizens can effortlessly report road
issues by providing crucial details.
</div>
</div>
</li>
</ul>
</section>
</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>