Skip to content

Commit 8e0ab85

Browse files
authored
Merge pull request #71 from hiitarun1/feature/neoneo
fixed broken html of about us page
2 parents 83068bf + 6fe73c6 commit 8e0ab85

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

aboutus.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<<<<<<< HEAD
7+
<link rel="icon" href="NeoRide.jpeg">
8+
=======
69
<link rel="icon" href="NeoRide.jpeg">
10+
>>>>>>> 83068bfe9c614068e14cd3ae0f1d64d7d6a543bd
711
<title>About NeoRide</title>
812
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap">
913
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
@@ -135,11 +139,17 @@
135139
align-items: center;
136140
gap: 8px;
137141
}
142+
<<<<<<< HEAD
143+
.footer-content p{
144+
color: white;
145+
}
146+
=======
138147

139148
.footer-content p {
140149
color: #f9f8f6;
141150
}
142151

152+
>>>>>>> 83068bfe9c614068e14cd3ae0f1d64d7d6a543bd
143153
.footer-links {
144154
display: flex;
145155
gap: 20px;

0 commit comments

Comments
 (0)