29
29
< li > < a href ="# "> < i class ="fas fa-circle-info "> </ i > About</ a > </ li >
30
30
< li > < a href ="../../index.html#events "> < i class ="fas fa-calendar-alt "> </ i > Upcoming Events</ a > </ li >
31
31
< li > < a href ="../pastevents/pastevents.html "> < i class ="fas fa-calendar-check "> </ i > Past Events</ a > </ li >
32
- < li > < a href ="../contributors/contributor.html "> < i class ="fa-solid fa-users "> </ i > Contributors</ a > </ li >
32
+ < li > < a href ="../contributors/contributor.html "> < i class ="fa-solid fa-users "> </ i > Contributors</ a > </ li >
33
33
< li > < a href ="../contact/contact.html "> < i class ="fas fa-phone "> </ i > Contact</ a > </ li >
34
34
</ ul >
35
35
< div class ="theme-switcher ">
@@ -95,7 +95,7 @@ <h3 class="feature-title">Up-to-date Calendar</h3>
95
95
</ main >
96
96
97
97
<!-- Footer section -->
98
- < footer class =" footer " >
98
+ < footer >
99
99
< div class ="footer-container ">
100
100
< div class ="company-info ">
101
101
< h1 class ="company-name heading "> < img src ="../images/logos/logo1.png "> Eventica</ h1 >
@@ -105,16 +105,17 @@ <h1 class="company-name heading"><img src="../images/logos/logo1.png">Eventica</
105
105
< div class ="quick-links ">
106
106
< h1 class ="heading "> Quick Links</ h1 >
107
107
< ul class ="footer-ul ">
108
- < li > < a href ="../../index.html#home "> < i class ="fa fa-home " aria-hidden ="true "> </ i > Home</ a > </ li >
109
- < li > < a href ="../about/about.html "> < i class ="fa-solid fa-circle-info " aria-hidden ="true "> </ i > About</ a > </ li >
110
- < li > < a href ="../../index.html#events "> < i class ="fas fa-calendar-alt "> </ i > Upcoming Events</ a > </ li >
111
- < li > < a href ="./assets/pastevents/pastevents.html "> < i class ="fas fa-calendar-check "> </ i > Past Events</ a > </ li >
112
- < li > < a href ="./assets/contact/contact.html "> < i class ="fa fa-phone " aria-hidden ="true "> </ i > Contact</ a > </ li >
108
+ < li > < a href ="../../index.html "> < i class ="fa fa-house " aria-hidden ="true "> </ i > Home</ a > </ li >
109
+ < li > < a href ="# "> < i class ="fa-solid fa-circle-info " aria-hidden ="true "> </ i > About</ a > </ li >
110
+ < li > < a href ="../../index.html#events "> < i class ="fas fa-calendar-alt " aria-hidden ="true "> </ i > Upcoming Events</ a > </ li >
111
+ < li > < a href ="../pastevents/pastevents.html "> < i class ="fas fa-calendar-check " aria-hidden ="true "> </ i > Past Events</ a > </ li >
112
+ < li > < a href ="../contributors/contributor.html "> < i class ="fa-solid fa-users " aria-hidden ="true "> </ i > Contributors</ a > </ li >
113
+ < li > < a href ="../contact/contact.html "> < i class ="fa fa-phone " aria-hidden ="true "> </ i > Contact</ a > </ li >
113
114
</ ul >
114
115
</ div >
115
116
< div class ="send-message ">
116
117
< h1 class ="heading "> Keep In Touch</ h1 >
117
- < form id ="contact-form " name ="CalcDiverse Contact " autocomplete ="off " netlify >
118
+ < form id ="contact-form " name ="Eventica Contact " autocomplete ="off " netlify >
118
119
< div class ="form-group group1 ">
119
120
< input type ="text " id ="name " name ="name " placeholder ="Enter your name " autocomplete ="name " required oninput ="validateName('name') ">
120
121
< input type ="email " id ="email " name ="email " placeholder ="Enter your email " autocomplete ="email " required oninput ="validateEmail('email') ">
@@ -124,7 +125,6 @@ <h1 class="heading">Keep In Touch</h1>
124
125
< button type ="submit "> SEND</ button >
125
126
</ div >
126
127
</ form >
127
- <!--social -icons-->
128
128
< div class ="social ">
129
129
< a class ="user " href ="https://rakesh9100.bio.link/ " target ="_blank "> < i class ="fa-solid fa-user socials "> </ i > </ a >
130
130
< a class ="message " href ="mailto:roshanrakesh7362@gmail.com " target ="_blank "> < i class ="fa-solid fa-envelope "> </ i > </ a >
@@ -137,13 +137,12 @@ <h1 class="heading">Keep In Touch</h1>
137
137
</ div >
138
138
</ div >
139
139
</ div >
140
- < div class ="container ">
141
- < p class ="copyright "> Created By Rakesh Roshan ❤️ | ©
142
- < script >
143
- document . write ( new Date ( ) . getFullYear ( ) ) ;
144
- </ script > : All Rights Reserved
145
- </ p >
146
- </ div >
140
+
141
+ < p class ="copyright "> Created By Rakesh Roshan ❤️ | ©
142
+ < script >
143
+ document . write ( new Date ( ) . getFullYear ( ) ) ;
144
+ </ script > : All Rights Reserved
145
+ </ p >
147
146
</ footer >
148
147
149
148
<!-- Scroll to top button -->
0 commit comments